Html Css Color HEX #CC4A81 Mulberry

📋 copy color: '#CC4A81'

red 204 ◦ green 74 ◦ blue 129

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

Shades of Mulberry #CC4A81

Tints of Mulberry #CC4A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.18%

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

R = 50.12%
G = 18.18%
B = 31.7%

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

#CC4A81 (or 0xCC4A81) is known color: Mulberry. HEX triplet: CC, 4A and 81. RGB value is (204,74,129). Sum of RGB (Red+Green+Blue) = 204+74+129=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4A81 is #33B57E. Grayscale: #777777. Windows color (decimal): -3388799 or 8473292. OLE color: 8473292.

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

Color convert

RGB 204 74 129 -
CMYK 0 0.64 0.37 0.2
HSL 334.62º 0.56% 0.55% -
HSV(B) 334.62º 0.64% 0.8% -
XYZ 31.31 19.32 22.85 -
YUV 119.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 204 74 129 0 0.64 0.37 0.2 334.62 0.56 0.55
Hex CC 4A 81 0 40 25 14 14F 38 37
Octal 314 112 201 0 100 45 24 517 70 67
Binary 11001100 1001010 10000001 0 1000000 100101 10100 101001111 111000 110111

Color Harmonies of #CC4A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A81

Black with #CC4A81

Text Example


Text Example

White with #CC4A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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