#CF5488

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

Shades of Mulberry #CF5488

Tints of Mulberry #CF5488

Color information

#CF5488 (or 0xCF5488) is unknown color: approx Mulberry. HEX triplet: CF, 54 and 88. RGB value is (207,84,136). Sum of RGB (Red+Green+Blue) = 207+84+136=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5488 is #30AB77. Grayscale: #7E7E7E. Windows color (decimal): -3189624 or 8934607. OLE color: 8934607.

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

Color convert

RGB20784136-
CMYK00.590.340.19
HSL334.63º56.16%57.06%-
HSV(B)334.63º59.42%81.18%-
XYZ33.3521.3825.66-
YUV126.7133.25185.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=48.48%
G=19.67%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078413600.590.340.19334.6356.1657.06
HexCF548803B221314f3839
Octal31712421007342235177071
Binary11001111101010010001000011101110001010011101001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5488; }

 p { color: rgb(207,84,136); }

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

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

 a { background-color: rgb(207,84,136); }

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

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

 span { border-color: rgb(207,84,136); }

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