#CF4CA8

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

Shades of Mulberry #CF4CA8

Tints of Mulberry #CF4CA8

Color information

#CF4CA8 (or 0xCF4CA8) is unknown color: approx Mulberry. HEX triplet: CF, 4C and A8. RGB value is (207,76,168). Sum of RGB (Red+Green+Blue) = 207+76+168=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4CA8 is #30B357. Grayscale: #7D7D7D. Windows color (decimal): -3191640 or 11029711. OLE color: 11029711.

HSL color Cylindrical-coordinate representation of color #CF4CA8: hue angle of 317.86º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4CA8 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB20776168-
CMYK00.630.190.19
HSL317.86º57.71%55.49%-
HSV(B)317.86º63.29%81.18%-
XYZ35.3821.2639.28-
YUV125.66151.9186.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 76 (30.08% from 255) = 16.85%
BLUE value IS 168 (66.02% from 255) = 37.25%
R=45.90%
G=16.85%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077616800.630.190.19317.8657.7155.49
HexCF4CA803F131313e3a37
Octal31711425007723234767267
Binary1100111110011001010100001111111001110011100111110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4CA8; }

 p { color: rgb(207,76,168); }

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

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

 a { background-color: rgb(207,76,168); }

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

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

 span { border-color: rgb(207,76,168); }

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