Html Css Color HEX #C0049A Medium Violet Red

📋 copy color: '#C0049A'

red 192 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #C0049A

Tints of Medium Violet Red #C0049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44%

R = 54.86%
G = 1.14%
B = 44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0049A (or 0xC0049A) is known color: Medium Violet Red. HEX triplet: C0, 04 and 9A. RGB value is (192,4,154). Sum of RGB (Red+Green+Blue) = 192+4+154=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0049A is #3FFB65. Grayscale: #4C4C4C. Windows color (decimal): -4193126 or 10093760. OLE color: 10093760.

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

Color convert

RGB 192 4 154 -
CMYK 0 0.98 0.20 0.25
HSL 312.13º 0.96% 0.38% -
HSV(B) 312.13º 0.98% 0.75% -
XYZ 27.61 13.63 31.75 -
YUV 77.31 171.28 209.8 -
System Red Green Blue C M Y K H S L
Decimal 192 4 154 0 0.98 0.20 0.25 312.13 0.96 0.38
Hex C0 4 9A 0 62 14 19 138 60 26
Octal 300 4 232 0 142 24 31 470 140 46
Binary 11000000 100 10011010 0 1100010 10100 11001 100111000 1100000 100110

Color Harmonies of #C0049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0049A

Black with #C0049A

Text Example


Text Example

White with #C0049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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