Html Css Color HEX #CC499F Mulberry

📋 copy color: '#CC499F'

red 204 ◦ green 73 ◦ blue 159

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

Shades of Mulberry #CC499F

Tints of Mulberry #CC499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 46.79%
G = 16.74%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC499F (or 0xCC499F) is known color: Mulberry. HEX triplet: CC, 49 and 9F. RGB value is (204,73,159). Sum of RGB (Red+Green+Blue) = 204+73+159=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC499F is #33B660. Grayscale: #797979. Windows color (decimal): -3389025 or 10439116. OLE color: 10439116.

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

Color convert

RGB 204 73 159 -
CMYK 0 0.64 0.22 0.2
HSL 320.61º 0.56% 0.54% -
HSV(B) 320.61º 0.64% 0.8% -
XYZ 33.54 20.11 34.91 -
YUV 121.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 204 73 159 0 0.64 0.22 0.2 320.61 0.56 0.54
Hex CC 49 9F 0 40 16 14 141 38 36
Octal 314 111 237 0 100 26 24 501 70 66
Binary 11001100 1001001 10011111 0 1000000 10110 10100 101000001 111000 110110

Color Harmonies of #CC499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC499F

Black with #CC499F

Text Example


Text Example

White with #CC499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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