Html Css Color HEX #CC4981 Mulberry

📋 copy color: '#CC4981'

red 204 ◦ green 73 ◦ blue 129

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

Shades of Mulberry #CC4981

Tints of Mulberry #CC4981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.77%

R = 50.25%
G = 17.98%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC4981 (or 0xCC4981) is known color: Mulberry. HEX triplet: CC, 49 and 81. RGB value is (204,73,129). Sum of RGB (Red+Green+Blue) = 204+73+129=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4981 is #33B67E. Grayscale: #767676. Windows color (decimal): -3389055 or 8473036. OLE color: 8473036.

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

Color convert

RGB 204 73 129 -
CMYK 0 0.64 0.37 0.2
HSL 334.35º 0.56% 0.54% -
HSV(B) 334.35º 0.64% 0.8% -
XYZ 31.25 19.19 22.83 -
YUV 118.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 204 73 129 0 0.64 0.37 0.2 334.35 0.56 0.54
Hex CC 49 81 0 40 25 14 14E 38 36
Octal 314 111 201 0 100 45 24 516 70 66
Binary 11001100 1001001 10000001 0 1000000 100101 10100 101001110 111000 110110

Color Harmonies of #CC4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4981

Black with #CC4981

Text Example


Text Example

White with #CC4981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4981; }

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

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

background-color css

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

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

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

border-color css

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

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

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