Html Css Color HEX #CC519E Mulberry

📋 copy color: '#CC519E'

red 204 ◦ green 81 ◦ blue 158

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

Shades of Mulberry #CC519E

Tints of Mulberry #CC519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

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

R = 46.05%
G = 18.28%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC519E (or 0xCC519E) is known color: Mulberry. HEX triplet: CC, 51 and 9E. RGB value is (204,81,158). Sum of RGB (Red+Green+Blue) = 204+81+158=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC519E is #33AE61. Grayscale: #7E7E7E. Windows color (decimal): -3386978 or 10375628. OLE color: 10375628.

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

Color convert

RGB 204 81 158 -
CMYK 0 0.60 0.23 0.2
HSL 322.44º 0.55% 0.56% -
HSV(B) 322.44º 0.6% 0.8% -
XYZ 34.02 21.19 34.65 -
YUV 126.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 204 81 158 0 0.60 0.23 0.2 322.44 0.55 0.56
Hex CC 51 9E 0 3C 17 14 142 37 38
Octal 314 121 236 0 74 27 24 502 67 70
Binary 11001100 1010001 10011110 0 111100 10111 10100 101000010 110111 111000

Color Harmonies of #CC519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC519E

Black with #CC519E

Text Example


Text Example

White with #CC519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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