Html Css Color HEX #CC049D Medium Violet Red

📋 copy color: '#CC049D'

red 204 ◦ green 4 ◦ blue 157

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

Shades of Medium Violet Red #CC049D

Tints of Medium Violet Red #CC049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 55.89%
G = 1.1%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC049D (or 0xCC049D) is known color: Medium Violet Red. HEX triplet: CC, 04 and 9D. RGB value is (204,4,157). Sum of RGB (Red+Green+Blue) = 204+4+157=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC049D is #33FB62. Grayscale: #505050. Windows color (decimal): -3406691 or 10290380. OLE color: 10290380.

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

Color convert

RGB 204 4 157 -
CMYK 0 0.98 0.23 0.2
HSL 314.1º 0.96% 0.41% -
HSV(B) 314.1º 0.98% 0.8% -
XYZ 31.03 15.36 33.23 -
YUV 81.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 204 4 157 0 0.98 0.23 0.2 314.1 0.96 0.41
Hex CC 4 9D 0 62 17 14 13A 60 29
Octal 314 4 235 0 142 27 24 472 140 51
Binary 11001100 100 10011101 0 1100010 10111 10100 100111010 1100000 101001

Color Harmonies of #CC049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC049D

Black with #CC049D

Text Example


Text Example

White with #CC049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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