Html Css Color HEX #CC049F Medium Violet Red

📋 copy color: '#CC049F'

red 204 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #CC049F

Tints of Medium Violet Red #CC049F

RGB

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

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

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

R = 55.59%
G = 1.09%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC049F (or 0xCC049F) is known color: Medium Violet Red. HEX triplet: CC, 04 and 9F. RGB value is (204,4,159). Sum of RGB (Red+Green+Blue) = 204+4+159=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC049F is #33FB60. Grayscale: #515151. Windows color (decimal): -3406689 or 10421452. OLE color: 10421452.

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

Color convert

RGB 204 4 159 -
CMYK 0 0.98 0.22 0.2
HSL 313.5º 0.96% 0.41% -
HSV(B) 313.5º 0.98% 0.8% -
XYZ 31.2 15.43 34.13 -
YUV 81.47 171.76 215.4 -
System Red Green Blue C M Y K H S L
Decimal 204 4 159 0 0.98 0.22 0.2 313.5 0.96 0.41
Hex CC 4 9F 0 62 16 14 13A 60 29
Octal 314 4 237 0 142 26 24 472 140 51
Binary 11001100 100 10011111 0 1100010 10110 10100 100111010 1100000 101001

Color Harmonies of #CC049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC049F

Black with #CC049F

Text Example


Text Example

White with #CC049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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