Html Css Color HEX #C0049C Medium Violet Red

📋 copy color: '#C0049C'

red 192 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #C0049C

Tints of Medium Violet Red #C0049C

RGB

 RED value IS 192 (75.39% from 255) = 54.55%

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

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

R = 54.55%
G = 1.14%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0049C (or 0xC0049C) is known color: Medium Violet Red. HEX triplet: C0, 04 and 9C. RGB value is (192,4,156). Sum of RGB (Red+Green+Blue) = 192+4+156=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0049C is #3FFB63. Grayscale: #4D4D4D. Windows color (decimal): -4193124 or 10224832. OLE color: 10224832.

HSL color Cylindrical-coordinate representation of color #C0049C: hue angle of 311.49º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0049C is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 156 -
CMYK 0 0.98 0.19 0.25
HSL 311.49º 0.96% 0.38% -
HSV(B) 311.49º 0.98% 0.75% -
XYZ 27.78 13.69 32.63 -
YUV 77.54 172.28 209.64 -
System Red Green Blue C M Y K H S L
Decimal 192 4 156 0 0.98 0.19 0.25 311.49 0.96 0.38
Hex C0 4 9C 0 62 13 19 137 60 26
Octal 300 4 234 0 142 23 31 467 140 46
Binary 11000000 100 10011100 0 1100010 10011 11001 100110111 1100000 100110

Color Harmonies of #C0049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0049C

Black with #C0049C

Text Example


Text Example

White with #C0049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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