Html Css Color HEX #CC4881 Mulberry

📋 copy color: '#CC4881'

red 204 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #CC4881

Tints of Mulberry #CC4881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

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

R = 50.37%
G = 17.78%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC4881 (or 0xCC4881) is known color: Mulberry. HEX triplet: CC, 48 and 81. RGB value is (204,72,129). Sum of RGB (Red+Green+Blue) = 204+72+129=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4881 is #33B77E. Grayscale: #757575. Windows color (decimal): -3389311 or 8472780. OLE color: 8472780.

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

Color convert

RGB 204 72 129 -
CMYK 0 0.65 0.37 0.2
HSL 334.09º 0.56% 0.54% -
HSV(B) 334.09º 0.65% 0.8% -
XYZ 31.18 19.06 22.8 -
YUV 117.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 204 72 129 0 0.65 0.37 0.2 334.09 0.56 0.54
Hex CC 48 81 0 41 25 14 14E 38 36
Octal 314 110 201 0 101 45 24 516 70 66
Binary 11001100 1001000 10000001 0 1000001 100101 10100 101001110 111000 110110

Color Harmonies of #CC4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4881

Black with #CC4881

Text Example


Text Example

White with #CC4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4881; }

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

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

background-color css

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

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

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

border-color css

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

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

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