#CF43A2

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

Shades of Mulberry #CF43A2

Tints of Mulberry #CF43A2

Color information

#CF43A2 (or 0xCF43A2) is unknown color: approx Mulberry. HEX triplet: CF, 43 and A2. RGB value is (207,67,162). Sum of RGB (Red+Green+Blue) = 207+67+162=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF43A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF43A2 is #30BC5D. Grayscale: #777777. Windows color (decimal): -3193950 or 10634191. OLE color: 10634191.

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

Color convert

RGB20767162-
CMYK00.680.220.19
HSL319.29º59.32%53.73%-
HSV(B)319.29º67.63%81.18%-
XYZ34.2619.8936.22-
YUV119.69151.88190.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.48%
GREEN value IS 67 (26.56% from 255) = 15.37%
BLUE value IS 162 (63.67% from 255) = 37.16%
R=47.48%
G=15.37%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076716200.680.220.19319.2959.3253.73
HexCF43A2044161313f3b36
Octal317103242010426234777366
Binary11001111100001110100010010001001011010011100111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF43A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF43A2; }

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

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

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

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

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

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

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

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