Html Css Color HEX #C20EA1 Medium Violet Red

📋 copy color: '#C20EA1'

red 194 ◦ green 14 ◦ blue 161

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

Shades of Medium Violet Red #C20EA1

Tints of Medium Violet Red #C20EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.63%

R = 52.57%
G = 3.79%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C20EA1 (or 0xC20EA1) is known color: Medium Violet Red. HEX triplet: C2, 0E and A1. RGB value is (194,14,161). Sum of RGB (Red+Green+Blue) = 194+14+161=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EA1 is #3DF15E. Grayscale: #545454. Windows color (decimal): -4059487 or 10555074. OLE color: 10555074.

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

Color convert

RGB 194 14 161 -
CMYK 0 0.93 0.17 0.24
HSL 311º 0.87% 0.41% -
HSV(B) 311º 0.93% 0.76% -
XYZ 28.84 14.36 34.97 -
YUV 84.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 194 14 161 0 0.93 0.17 0.24 311 0.87 0.41
Hex C2 E A1 0 5D 11 18 137 57 29
Octal 302 16 241 0 135 21 30 467 127 51
Binary 11000010 1110 10100001 0 1011101 10001 11000 100110111 1010111 101001

Color Harmonies of #C20EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EA1

Black with #C20EA1

Text Example


Text Example

White with #C20EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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