#CC419C

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

Shades of Mulberry #CC419C

Tints of Mulberry #CC419C

Color information

#CC419C (or 0xCC419C) is unknown color: approx Mulberry. HEX triplet: CC, 41 and 9C. RGB value is (204,65,156). Sum of RGB (Red+Green+Blue) = 204+65+156=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC419C is #33BE63. Grayscale: #747474. Windows color (decimal): -3391076 or 10240460. OLE color: 10240460.

HSL color Cylindrical-coordinate representation of color #CC419C: hue angle of 320.72º 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 #CC419C is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB20465156-
CMYK00.680.240.2
HSL320.72º57.68%52.75%-
HSV(B)320.72º68.14%80%-
XYZ32.7919.0233.4-
YUV116.94150.05190.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=48%
G=15.29%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046515600.680.240.2320.7257.6852.75
HexCC419C04418141413a35
Octal314101234010430245017265
Binary11001100100000110011100010001001100010100101000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC419C; }

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

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

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

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

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

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

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

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