#CC417C

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

Shades of Mulberry #CC417C

Tints of Mulberry #CC417C

Color information

#CC417C (or 0xCC417C) is unknown color: approx Mulberry. HEX triplet: CC, 41 and 7C. RGB value is (204,65,124). Sum of RGB (Red+Green+Blue) = 204+65+124=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC417C is #33BE83. Grayscale: #717171. Windows color (decimal): -3391108 or 8143308. OLE color: 8143308.

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

Color convert

RGB20465124-
CMYK00.680.390.2
HSL334.53º57.68%52.75%-
HSV(B)334.53º68.14%80%-
XYZ30.4318.0720.95-
YUV113.29134.05192.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=51.91%
G=16.54%
B=31.55%

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
Decimal2046512400.680.390.2334.5357.6852.75
HexCC417C044271414f3a35
Octal314101174010447245177265
Binary11001100100000111111000100010010011110100101001111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC417C; }

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

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

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

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

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

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

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

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