Html Css Color HEX #CC5387 Mulberry

📋 copy color: '#CC5387'

red 204 ◦ green 83 ◦ blue 135

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

Shades of Mulberry #CC5387

Tints of Mulberry #CC5387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

 BLUE value IS 135 (53.13% from 255) = 31.99%

R = 48.34%
G = 19.67%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC5387 (or 0xCC5387) is known color: Mulberry. HEX triplet: CC, 53 and 87. RGB value is (204,83,135). Sum of RGB (Red+Green+Blue) = 204+83+135=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5387 is #33AC78. Grayscale: #7D7D7D. Windows color (decimal): -3386489 or 8868812. OLE color: 8868812.

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

Color convert

RGB 204 83 135 -
CMYK 0 0.59 0.34 0.2
HSL 334.21º 0.54% 0.56% -
HSV(B) 334.21º 0.59% 0.8% -
XYZ 32.37 20.77 25.23 -
YUV 125.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 204 83 135 0 0.59 0.34 0.2 334.21 0.54 0.56
Hex CC 53 87 0 3B 22 14 14E 36 38
Octal 314 123 207 0 73 42 24 516 66 70
Binary 11001100 1010011 10000111 0 111011 100010 10100 101001110 110110 111000

Color Harmonies of #CC5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5387

Black with #CC5387

Text Example


Text Example

White with #CC5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5387; }

 p { color: rgb(204,83,135); }

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

background-color css

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

 a { background-color: rgb(204,83,135); }

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

border-color css

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

 span { border-color: rgb(204,83,135); }

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