#cf40a2

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

Shades of Mulberry #CF40A2

Tints of Mulberry #CF40A2

Color information

#CF40A2 (or 0xCF40A2) is unknown color: approx Mulberry. HEX triplet: CF, 40 and A2. RGB value is (207,64,162). Sum of RGB (Red+Green+Blue) = 207+64+162=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF40A2 is #30BF5D. Grayscale: #757575. Windows color (decimal): -3194718 or 10633423. OLE color: 10633423.

HSL color Cylindrical-coordinate representation of color #CF40A2: hue angle of 318.88º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40A2 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB20764162-
CMYK00.690.220.19
HSL318.88º59.83%53.14%-
HSV(B)318.88º69.08%81.18%-
XYZ34.0919.5436.16-
YUV117.93152.88191.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=47.81%
G=14.78%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076416200.690.220.19318.8859.8353.14
HexCF40A2045161313f3c35
Octal317100242010526234777465
Binary11001111100000010100010010001011011010011100111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf40a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf40a2; }

 p { color: rgb(207,64,162); }

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

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

 a { background-color: rgb(207,64,162); }

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

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

 span { border-color: rgb(207,64,162); }

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