Html Css Color HEX #CC4999 Mulberry

📋 copy color: '#CC4999'

red 204 ◦ green 73 ◦ blue 153

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

Shades of Mulberry #CC4999

Tints of Mulberry #CC4999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.98%

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 47.44%
G = 16.98%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC4999 (or 0xCC4999) is known color: Mulberry. HEX triplet: CC, 49 and 99. RGB value is (204,73,153). Sum of RGB (Red+Green+Blue) = 204+73+153=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4999 is #33B666. Grayscale: #797979. Windows color (decimal): -3389031 or 10045900. OLE color: 10045900.

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

Color convert

RGB 204 73 153 -
CMYK 0 0.64 0.25 0.2
HSL 323.36º 0.56% 0.54% -
HSV(B) 323.36º 0.64% 0.8% -
XYZ 33.03 19.9 32.24 -
YUV 121.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 204 73 153 0 0.64 0.25 0.2 323.36 0.56 0.54
Hex CC 49 99 0 40 19 14 143 38 36
Octal 314 111 231 0 100 31 24 503 70 66
Binary 11001100 1001001 10011001 0 1000000 11001 10100 101000011 111000 110110

Color Harmonies of #CC4999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4999

Black with #CC4999

Text Example


Text Example

White with #CC4999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4999; }

 p { color: rgb(204,73,153); }

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

background-color css

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

 a { background-color: rgb(204,73,153); }

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

border-color css

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

 span { border-color: rgb(204,73,153); }

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