Html Css Color HEX #CC5791 Mulberry

📋 copy color: '#CC5791'

red 204 ◦ green 87 ◦ blue 145

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

Shades of Mulberry #CC5791

Tints of Mulberry #CC5791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.95%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 46.79%
G = 19.95%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5791 (or 0xCC5791) is known color: Mulberry. HEX triplet: CC, 57 and 91. RGB value is (204,87,145). Sum of RGB (Red+Green+Blue) = 204+87+145=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5791 is #33A86E. Grayscale: #808080. Windows color (decimal): -3385455 or 9525196. OLE color: 9525196.

HSL color Cylindrical-coordinate representation of color #CC5791: hue angle of 330.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5791 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 87 145 -
CMYK 0 0.57 0.29 0.2
HSL 330.26º 0.53% 0.57% -
HSV(B) 330.26º 0.57% 0.8% -
XYZ 33.42 21.7 29.21 -
YUV 128.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 204 87 145 0 0.57 0.29 0.2 330.26 0.53 0.57
Hex CC 57 91 0 39 1D 14 14A 35 39
Octal 314 127 221 0 71 35 24 512 65 71
Binary 11001100 1010111 10010001 0 111001 11101 10100 101001010 110101 111001

Color Harmonies of #CC5791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5791

Black with #CC5791

Text Example


Text Example

White with #CC5791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5791; }

 p { color: rgb(204,87,145); }

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

background-color css

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

 a { background-color: rgb(204,87,145); }

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

border-color css

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

 span { border-color: rgb(204,87,145); }

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