Html Css Color HEX #C20EA8 Medium Violet Red

📋 copy color: '#C20EA8'

red 194 ◦ green 14 ◦ blue 168

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

Shades of Medium Violet Red #C20EA8

Tints of Medium Violet Red #C20EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 51.6%
G = 3.72%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C20EA8 (or 0xC20EA8) is known color: Medium Violet Red. HEX triplet: C2, 0E and A8. RGB value is (194,14,168). Sum of RGB (Red+Green+Blue) = 194+14+168=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EA8 is #3DF157. Grayscale: #545454. Windows color (decimal): -4059480 or 11013826. OLE color: 11013826.

HSL color Cylindrical-coordinate representation of color #C20EA8: hue angle of 308.67º 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 #C20EA8 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 168 -
CMYK 0 0.93 0.13 0.24
HSL 308.67º 0.87% 0.41% -
HSV(B) 308.67º 0.93% 0.76% -
XYZ 29.47 14.61 38.31 -
YUV 85.38 174.63 205.48 -
System Red Green Blue C M Y K H S L
Decimal 194 14 168 0 0.93 0.13 0.24 308.67 0.87 0.41
Hex C2 E A8 0 5D D 18 135 57 29
Octal 302 16 250 0 135 15 30 465 127 51
Binary 11000010 1110 10101000 0 1011101 1101 11000 100110101 1010111 101001

Color Harmonies of #C20EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EA8

Black with #C20EA8

Text Example


Text Example

White with #C20EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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