Html Css Color HEX #CC5390 Mulberry

📋 copy color: '#CC5390'

red 204 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #CC5390

Tints of Mulberry #CC5390

RGB

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

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

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

R = 47.33%
G = 19.26%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5390 (or 0xCC5390) is known color: Mulberry. HEX triplet: CC, 53 and 90. RGB value is (204,83,144). Sum of RGB (Red+Green+Blue) = 204+83+144=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5390 is #33AC6F. Grayscale: #7E7E7E. Windows color (decimal): -3386480 or 9458636. OLE color: 9458636.

HSL color Cylindrical-coordinate representation of color #CC5390: hue angle of 329.75º 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 #CC5390 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 83 144 -
CMYK 0 0.59 0.29 0.2
HSL 329.75º 0.54% 0.56% -
HSV(B) 329.75º 0.59% 0.8% -
XYZ 33.03 21.04 28.71 -
YUV 126.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 204 83 144 0 0.59 0.29 0.2 329.75 0.54 0.56
Hex CC 53 90 0 3B 1D 14 14A 36 38
Octal 314 123 220 0 73 35 24 512 66 70
Binary 11001100 1010011 10010000 0 111011 11101 10100 101001010 110110 111000

Color Harmonies of #CC5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5390

Black with #CC5390

Text Example


Text Example

White with #CC5390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5390; }

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

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

background-color css

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

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

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

border-color css

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

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

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