Html Css Color HEX #CC5A9E Mulberry

📋 copy color: '#CC5A9E'

red 204 ◦ green 90 ◦ blue 158

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

Shades of Mulberry #CC5A9E

Tints of Mulberry #CC5A9E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.91%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 45.13%
G = 19.91%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC5A9E (or 0xCC5A9E) is known color: Mulberry. HEX triplet: CC, 5A and 9E. RGB value is (204,90,158). Sum of RGB (Red+Green+Blue) = 204+90+158=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A9E is #33A561. Grayscale: #838383. Windows color (decimal): -3384674 or 10377932. OLE color: 10377932.

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

Color convert

RGB 204 90 158 -
CMYK 0 0.56 0.23 0.2
HSL 324.21º 0.53% 0.58% -
HSV(B) 324.21º 0.56% 0.8% -
XYZ 34.73 22.62 34.88 -
YUV 131.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 204 90 158 0 0.56 0.23 0.2 324.21 0.53 0.58
Hex CC 5A 9E 0 38 17 14 144 35 3A
Octal 314 132 236 0 70 27 24 504 65 72
Binary 11001100 1011010 10011110 0 111000 10111 10100 101000100 110101 111010

Color Harmonies of #CC5A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A9E

Black with #CC5A9E

Text Example


Text Example

White with #CC5A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A9E; }

 p { color: rgb(204,90,158); }

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

background-color css

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

 a { background-color: rgb(204,90,158); }

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

border-color css

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

 span { border-color: rgb(204,90,158); }

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