Html Css Color HEX #CC5181 Mulberry

📋 copy color: '#CC5181'

red 204 ◦ green 81 ◦ blue 129

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

Shades of Mulberry #CC5181

Tints of Mulberry #CC5181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

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

R = 49.28%
G = 19.57%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC5181 (or 0xCC5181) is known color: Mulberry. HEX triplet: CC, 51 and 81. RGB value is (204,81,129). Sum of RGB (Red+Green+Blue) = 204+81+129=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5181 is #33AE7E. Grayscale: #7B7B7B. Windows color (decimal): -3387007 or 8475084. OLE color: 8475084.

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

Color convert

RGB 204 81 129 -
CMYK 0 0.60 0.37 0.2
HSL 336.59º 0.55% 0.56% -
HSV(B) 336.59º 0.6% 0.8% -
XYZ 31.81 20.31 23.01 -
YUV 123.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 204 81 129 0 0.60 0.37 0.2 336.59 0.55 0.56
Hex CC 51 81 0 3C 25 14 151 37 38
Octal 314 121 201 0 74 45 24 521 67 70
Binary 11001100 1010001 10000001 0 111100 100101 10100 101010001 110111 111000

Color Harmonies of #CC5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5181

Black with #CC5181

Text Example


Text Example

White with #CC5181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5181; }

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

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

background-color css

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

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

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

border-color css

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

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

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