#CF459B

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

Shades of Mulberry #CF459B

Tints of Mulberry #CF459B

Color information

#CF459B (or 0xCF459B) is unknown color: approx Mulberry. HEX triplet: CF, 45 and 9B. RGB value is (207,69,155). Sum of RGB (Red+Green+Blue) = 207+69+155=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF459B is #30BA64. Grayscale: #777777. Windows color (decimal): -3193445 or 10175951. OLE color: 10175951.

HSL color Cylindrical-coordinate representation of color #CF459B: hue angle of 322.61º 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 #CF459B is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB20769155-
CMYK00.670.250.19
HSL322.61º58.97%54.12%-
HSV(B)322.61º66.67%81.18%-
XYZ33.7819.8933.07-
YUV120.07147.72190.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=48.03%
G=16.01%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076915500.670.250.19322.6158.9754.12
HexCF459B04319131433b36
Octal317105233010331235037366
Binary11001111100010110011011010000111100110011101000011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF459B; }

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

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

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

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

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

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

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

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