Html Css Color HEX #C0219D Medium Violet Red

📋 copy color: '#C0219D'

red 192 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #C0219D

Tints of Medium Violet Red #C0219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 50.26%
G = 8.64%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0219D (or 0xC0219D) is known color: Medium Violet Red. HEX triplet: C0, 21 and 9D. RGB value is (192,33,157). Sum of RGB (Red+Green+Blue) = 192+33+157=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0219D is #3FDE62. Grayscale: #5E5E5E. Windows color (decimal): -4185699 or 10297792. OLE color: 10297792.

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

Color convert

RGB 192 33 157 -
CMYK 0 0.83 0.18 0.25
HSL 313.21º 0.71% 0.44% -
HSV(B) 313.21º 0.83% 0.75% -
XYZ 28.37 14.73 33.25 -
YUV 94.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 192 33 157 0 0.83 0.18 0.25 313.21 0.71 0.44
Hex C0 21 9D 0 53 12 19 139 47 2C
Octal 300 41 235 0 123 22 31 471 107 54
Binary 11000000 100001 10011101 0 1010011 10010 11001 100111001 1000111 101100

Color Harmonies of #C0219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0219D

Black with #C0219D

Text Example


Text Example

White with #C0219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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