#CC4192

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

Shades of Mulberry #CC4192

Tints of Mulberry #CC4192

Color information

#CC4192 (or 0xCC4192) is unknown color: approx Mulberry. HEX triplet: CC, 41 and 92. RGB value is (204,65,146). Sum of RGB (Red+Green+Blue) = 204+65+146=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4192 is #33BE6D. Grayscale: #737373. Windows color (decimal): -3391086 or 9585100. OLE color: 9585100.

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

Color convert

RGB20465146-
CMYK00.680.280.2
HSL325.04º57.68%52.75%-
HSV(B)325.04º68.14%80%-
XYZ31.9818.6929.12-
YUV115.8145.05190.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=49.16%
G=15.66%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046514600.680.280.2325.0457.6852.75
HexCC41920441C141453a35
Octal314101222010434245057265
Binary11001100100000110010010010001001110010100101000101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4192; }

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

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

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

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

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

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

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

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