#CC419D

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

Shades of Mulberry #CC419D

Tints of Mulberry #CC419D

Color information

#CC419D (or 0xCC419D) is unknown color: approx Mulberry. HEX triplet: CC, 41 and 9D. RGB value is (204,65,157). Sum of RGB (Red+Green+Blue) = 204+65+157=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC419D is #33BE62. Grayscale: #747474. Windows color (decimal): -3391075 or 10305996. OLE color: 10305996.

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

Color convert

RGB20465157-
CMYK00.680.230.2
HSL320.29º57.68%52.75%-
HSV(B)320.29º68.14%80%-
XYZ32.8819.0533.84-
YUV117.05150.55190.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=47.89%
G=15.26%
B=36.85%

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
Decimal2046515700.680.230.2320.2957.6852.75
HexCC419D04417141403a35
Octal314101235010427245007265
Binary11001100100000110011101010001001011110100101000000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC419D; }

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

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

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

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

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

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

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

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