Html Css Color HEX #C20EA0 Medium Violet Red

📋 copy color: '#C20EA0'

red 194 ◦ green 14 ◦ blue 160

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

Shades of Medium Violet Red #C20EA0

Tints of Medium Violet Red #C20EA0

RGB

 RED value IS 194 (76.17% from 255) = 52.72%

 GREEN value IS 14 (5.86% from 255) = 3.8%

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 52.72%
G = 3.8%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C20EA0 (or 0xC20EA0) is known color: Medium Violet Red. HEX triplet: C2, 0E and A0. RGB value is (194,14,160). Sum of RGB (Red+Green+Blue) = 194+14+160=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EA0 is #3DF15F. Grayscale: #545454. Windows color (decimal): -4059488 or 10489538. OLE color: 10489538.

HSL color Cylindrical-coordinate representation of color #C20EA0: hue angle of 311.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 160 -
CMYK 0 0.93 0.18 0.24
HSL 311.33º 0.87% 0.41% -
HSV(B) 311.33º 0.93% 0.76% -
XYZ 28.75 14.32 34.51 -
YUV 84.46 170.63 206.13 -
System Red Green Blue C M Y K H S L
Decimal 194 14 160 0 0.93 0.18 0.24 311.33 0.87 0.41
Hex C2 E A0 0 5D 12 18 137 57 29
Octal 302 16 240 0 135 22 30 467 127 51
Binary 11000010 1110 10100000 0 1011101 10010 11000 100110111 1010111 101001

Color Harmonies of #C20EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EA0

Black with #C20EA0

Text Example


Text Example

White with #C20EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EA0; }

 p { color: rgb(194,14,160); }

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

background-color css

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

 a { background-color: rgb(194,14,160); }

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

border-color css

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

 span { border-color: rgb(194,14,160); }

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