#CC419E

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

Shades of Mulberry #CC419E

Tints of Mulberry #CC419E

Color information

#CC419E (or 0xCC419E) is unknown color: approx Mulberry. HEX triplet: CC, 41 and 9E. RGB value is (204,65,158). Sum of RGB (Red+Green+Blue) = 204+65+158=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC419E is #33BE61. Grayscale: #747474. Windows color (decimal): -3391074 or 10371532. OLE color: 10371532.

HSL color Cylindrical-coordinate representation of color #CC419E: hue angle of 319.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC419E is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB20465158-
CMYK00.680.230.2
HSL319.86º57.68%52.75%-
HSV(B)319.86º68.14%80%-
XYZ32.9619.0934.29-
YUV117.16151.05189.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=47.78%
G=15.22%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046515800.680.230.2319.8657.6852.75
HexCC419E04417141403a35
Octal314101236010427245007265
Binary11001100100000110011110010001001011110100101000000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC419E; }

 p { color: rgb(204,65,158); }

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

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

 a { background-color: rgb(204,65,158); }

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

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

 span { border-color: rgb(204,65,158); }

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