Html Css Color HEX #CC499E Mulberry

📋 copy color: '#CC499E'

red 204 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #CC499E

Tints of Mulberry #CC499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

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

R = 46.9%
G = 16.78%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC499E (or 0xCC499E) is known color: Mulberry. HEX triplet: CC, 49 and 9E. RGB value is (204,73,158). Sum of RGB (Red+Green+Blue) = 204+73+158=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC499E is #33B661. Grayscale: #797979. Windows color (decimal): -3389026 or 10373580. OLE color: 10373580.

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

Color convert

RGB 204 73 158 -
CMYK 0 0.64 0.23 0.2
HSL 321.07º 0.56% 0.54% -
HSV(B) 321.07º 0.64% 0.8% -
XYZ 33.46 20.07 34.46 -
YUV 121.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 204 73 158 0 0.64 0.23 0.2 321.07 0.56 0.54
Hex CC 49 9E 0 40 17 14 141 38 36
Octal 314 111 236 0 100 27 24 501 70 66
Binary 11001100 1001001 10011110 0 1000000 10111 10100 101000001 111000 110110

Color Harmonies of #CC499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC499E

Black with #CC499E

Text Example


Text Example

White with #CC499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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