#CC417D

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

Shades of Mulberry #CC417D

Tints of Mulberry #CC417D

Color information

#CC417D (or 0xCC417D) is unknown color: approx Mulberry. HEX triplet: CC, 41 and 7D. RGB value is (204,65,125). Sum of RGB (Red+Green+Blue) = 204+65+125=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC417D is #33BE82. Grayscale: #717171. Windows color (decimal): -3391107 or 8208844. OLE color: 8208844.

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

Color convert

RGB20465125-
CMYK00.680.390.2
HSL334.1º57.68%52.75%-
HSV(B)334.1º68.14%80%-
XYZ30.4918.121.29-
YUV113.4134.55192.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 65 (25.78% from 255) = 16.50%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=51.78%
G=16.50%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046512500.680.390.2334.157.6852.75
HexCC417D044271414e3a35
Octal314101175010447245167265
Binary11001100100000111111010100010010011110100101001110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC417D; }

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

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

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

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

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

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

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

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