Html Css Color HEX #C0219C Medium Violet Red

📋 copy color: '#C0219C'

red 192 ◦ green 33 ◦ blue 156

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

Shades of Medium Violet Red #C0219C

Tints of Medium Violet Red #C0219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

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

R = 50.39%
G = 8.66%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0219C (or 0xC0219C) is known color: Medium Violet Red. HEX triplet: C0, 21 and 9C. RGB value is (192,33,156). Sum of RGB (Red+Green+Blue) = 192+33+156=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0219C is #3FDE63. Grayscale: #5E5E5E. Windows color (decimal): -4185700 or 10232256. OLE color: 10232256.

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

Color convert

RGB 192 33 156 -
CMYK 0 0.83 0.19 0.25
HSL 313.58º 0.71% 0.44% -
HSV(B) 313.58º 0.83% 0.75% -
XYZ 28.28 14.69 32.8 -
YUV 94.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 192 33 156 0 0.83 0.19 0.25 313.58 0.71 0.44
Hex C0 21 9C 0 53 13 19 13A 47 2C
Octal 300 41 234 0 123 23 31 472 107 54
Binary 11000000 100001 10011100 0 1010011 10011 11001 100111010 1000111 101100

Color Harmonies of #C0219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0219C

Black with #C0219C

Text Example


Text Example

White with #C0219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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