Html Css Color HEX #CC4596 Mulberry

📋 copy color: '#CC4596'

red 204 ◦ green 69 ◦ blue 150

#CC4596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CC4596

Tints of Mulberry #CC4596

RGB

 RED value IS 204 (80.08% from 255) = 48.23%

 GREEN value IS 69 (27.34% from 255) = 16.31%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 48.23%
G = 16.31%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC4596 (or 0xCC4596) is known color: Mulberry. HEX triplet: CC, 45 and 96. RGB value is (204,69,150). Sum of RGB (Red+Green+Blue) = 204+69+150=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4596 is #33BA69. Grayscale: #767676. Windows color (decimal): -3390058 or 9848268. OLE color: 9848268.

HSL color Cylindrical-coordinate representation of color #CC4596: hue angle of 324º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4596 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 69 150 -
CMYK 0 0.66 0.26 0.2
HSL 324º 0.57% 0.54% -
HSV(B) 324º 0.66% 0.8% -
XYZ 32.53 19.3 30.86 -
YUV 118.6 145.73 188.91 -
System Red Green Blue C M Y K H S L
Decimal 204 69 150 0 0.66 0.26 0.2 324 0.57 0.54
Hex CC 45 96 0 42 1A 14 144 39 36
Octal 314 105 226 0 102 32 24 504 71 66
Binary 11001100 1000101 10010110 0 1000010 11010 10100 101000100 111001 110110

Color Harmonies of #CC4596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4596

Black with #CC4596

Text Example


Text Example

White with #CC4596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4596; }

 p { color: rgb(204,69,150); }

 H1.HeaderClassName
 {
   color: #CC4596;
 }
 .AnyTagClassName
 {
   color: #CC4596;
 }
</style>

background-color css

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

 a { background-color: rgb(204,69,150); }

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

border-color css

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

 span { border-color: rgb(204,69,150); }

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