#CF458C

Color #CF458C Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CF458C

Tints of Mulberry #CF458C

Color information

#CF458C (or 0xCF458C) is unknown color: approx Mulberry. HEX triplet: CF, 45 and 8C. RGB value is (207,69,140). Sum of RGB (Red+Green+Blue) = 207+69+140=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF458C is #30BA73. Grayscale: #767676. Windows color (decimal): -3193460 or 9192911. OLE color: 9192911.

HSL color Cylindrical-coordinate representation of color #CF458C: hue angle of 329.13º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF458C is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB20769140-
CMYK00.670.320.19
HSL329.13º58.97%54.12%-
HSV(B)329.13º66.67%81.18%-
XYZ32.5919.4226.84-
YUV118.36140.22191.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 49.76%
GREEN value IS 69 (27.34% from 255) = 16.59%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=49.76%
G=16.59%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076914000.670.320.19329.1358.9754.12
HexCF458C04320131493b36
Octal317105214010340235117366
Binary110011111000101100011000100001110000010011101001001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF458C; }

 p { color: rgb(207,69,140); }

 H1.HeaderClassName
 {
   color: #CF458C;
 }
 .AnyTagClassName
 {
   color: #CF458C;
 }
</style>
background-color css

<style>
 a { background-color: #CF458C; }

 a { background-color: rgb(207,69,140); }

 div.DivClassName
 {
   background-color: #CF458C;
 }
 .BgClassName
 {
   background-color: #CF458C;
 }
</style>
border-color css

<style>
 span { border-color: #CF458C; }

 span { border-color: rgb(207,69,140); }

 td.TdClassName
 {
   border-color: #CF458C;
 }
 .TagClassName
 {
   border-color: #CF458C;
 }
</style>