Html Css Color HEX #C20E9F Medium Violet Red

📋 copy color: '#C20E9F'

red 194 ◦ green 14 ◦ blue 159

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

Shades of Medium Violet Red #C20E9F

Tints of Medium Violet Red #C20E9F

RGB

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

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

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

R = 52.86%
G = 3.81%
B = 43.32%

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

#C20E9F (or 0xC20E9F) is known color: Medium Violet Red. HEX triplet: C2, 0E and 9F. RGB value is (194,14,159). Sum of RGB (Red+Green+Blue) = 194+14+159=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20E9F is #3DF160. Grayscale: #535353. Windows color (decimal): -4059489 or 10424002. OLE color: 10424002.

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

Color convert

RGB 194 14 159 -
CMYK 0 0.93 0.18 0.24
HSL 311.67º 0.87% 0.41% -
HSV(B) 311.67º 0.93% 0.76% -
XYZ 28.66 14.29 34.05 -
YUV 84.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 194 14 159 0 0.93 0.18 0.24 311.67 0.87 0.41
Hex C2 E 9F 0 5D 12 18 138 57 29
Octal 302 16 237 0 135 22 30 470 127 51
Binary 11000010 1110 10011111 0 1011101 10010 11000 100111000 1010111 101001

Color Harmonies of #C20E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E9F

Black with #C20E9F

Text Example


Text Example

White with #C20E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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