Html Css Color HEX #C0219F Medium Violet Red

📋 copy color: '#C0219F'

red 192 ◦ green 33 ◦ blue 159

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

Shades of Medium Violet Red #C0219F

Tints of Medium Violet Red #C0219F

RGB

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

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

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

R = 50%
G = 8.59%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0219F (or 0xC0219F) is known color: Medium Violet Red. HEX triplet: C0, 21 and 9F. RGB value is (192,33,159). Sum of RGB (Red+Green+Blue) = 192+33+159=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0219F is #3FDE60. Grayscale: #5E5E5E. Windows color (decimal): -4185697 or 10428864. OLE color: 10428864.

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

Color convert

RGB 192 33 159 -
CMYK 0 0.83 0.17 0.25
HSL 312.45º 0.71% 0.44% -
HSV(B) 312.45º 0.83% 0.75% -
XYZ 28.54 14.8 34.15 -
YUV 94.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 192 33 159 0 0.83 0.17 0.25 312.45 0.71 0.44
Hex C0 21 9F 0 53 11 19 138 47 2C
Octal 300 41 237 0 123 21 31 470 107 54
Binary 11000000 100001 10011111 0 1010011 10001 11001 100111000 1000111 101100

Color Harmonies of #C0219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0219F

Black with #C0219F

Text Example


Text Example

White with #C0219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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