Html Css Color HEX #CC4998 Mulberry

📋 copy color: '#CC4998'

red 204 ◦ green 73 ◦ blue 152

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

Shades of Mulberry #CC4998

Tints of Mulberry #CC4998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 47.55%
G = 17.02%
B = 35.43%

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

#CC4998 (or 0xCC4998) is known color: Mulberry. HEX triplet: CC, 49 and 98. RGB value is (204,73,152). Sum of RGB (Red+Green+Blue) = 204+73+152=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4998 is #33B667. Grayscale: #787878. Windows color (decimal): -3389032 or 9980364. OLE color: 9980364.

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

Color convert

RGB 204 73 152 -
CMYK 0 0.64 0.25 0.2
HSL 323.82º 0.56% 0.54% -
HSV(B) 323.82º 0.64% 0.8% -
XYZ 32.95 19.87 31.8 -
YUV 121.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 204 73 152 0 0.64 0.25 0.2 323.82 0.56 0.54
Hex CC 49 98 0 40 19 14 144 38 36
Octal 314 111 230 0 100 31 24 504 70 66
Binary 11001100 1001001 10011000 0 1000000 11001 10100 101000100 111000 110110

Color Harmonies of #CC4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4998

Black with #CC4998

Text Example


Text Example

White with #CC4998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4998; }

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

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

background-color css

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

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

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

border-color css

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

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

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