Html Css Color HEX #CC049C Medium Violet Red

📋 copy color: '#CC049C'

red 204 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #CC049C

Tints of Medium Violet Red #CC049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 56.04%
G = 1.1%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC049C (or 0xCC049C) is known color: Medium Violet Red. HEX triplet: CC, 04 and 9C. RGB value is (204,4,156). Sum of RGB (Red+Green+Blue) = 204+4+156=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC049C is #33FB63. Grayscale: #505050. Windows color (decimal): -3406692 or 10224844. OLE color: 10224844.

HSL color Cylindrical-coordinate representation of color #CC049C: hue angle of 314.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC049C is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 4 156 -
CMYK 0 0.98 0.24 0.2
HSL 314.4º 0.96% 0.41% -
HSV(B) 314.4º 0.98% 0.8% -
XYZ 30.95 15.32 32.78 -
YUV 81.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 204 4 156 0 0.98 0.24 0.2 314.4 0.96 0.41
Hex CC 4 9C 0 62 18 14 13A 60 29
Octal 314 4 234 0 142 30 24 472 140 51
Binary 11001100 100 10011100 0 1100010 11000 10100 100111010 1100000 101001

Color Harmonies of #CC049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC049C

Black with #CC049C

Text Example


Text Example

White with #CC049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC049C; }

 p { color: rgb(204,4,156); }

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

background-color css

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

 a { background-color: rgb(204,4,156); }

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

border-color css

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

 span { border-color: rgb(204,4,156); }

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