Html Css Color HEX #CC5990 Mulberry

📋 copy color: '#CC5990'

red 204 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #CC5990

Tints of Mulberry #CC5990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.37%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 46.68%
G = 20.37%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5990 (or 0xCC5990) is known color: Mulberry. HEX triplet: CC, 59 and 90. RGB value is (204,89,144). Sum of RGB (Red+Green+Blue) = 204+89+144=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5990 is #33A66F. Grayscale: #818181. Windows color (decimal): -3384944 or 9460172. OLE color: 9460172.

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

Color convert

RGB 204 89 144 -
CMYK 0 0.56 0.29 0.2
HSL 331.3º 0.53% 0.57% -
HSV(B) 331.3º 0.56% 0.8% -
XYZ 33.51 22 28.87 -
YUV 129.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 204 89 144 0 0.56 0.29 0.2 331.3 0.53 0.57
Hex CC 59 90 0 38 1D 14 14B 35 39
Octal 314 131 220 0 70 35 24 513 65 71
Binary 11001100 1011001 10010000 0 111000 11101 10100 101001011 110101 111001

Color Harmonies of #CC5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5990

Black with #CC5990

Text Example


Text Example

White with #CC5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5990; }

 p { color: rgb(204,89,144); }

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

background-color css

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

 a { background-color: rgb(204,89,144); }

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

border-color css

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

 span { border-color: rgb(204,89,144); }

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