Html Css Color HEX #C20E6D Medium Violet Red

📋 copy color: '#C20E6D'

red 194 ◦ green 14 ◦ blue 109

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

Shades of Medium Violet Red #C20E6D

Tints of Medium Violet Red #C20E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 61.2%
G = 4.42%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C20E6D (or 0xC20E6D) is known color: Medium Violet Red. HEX triplet: C2, 0E and 6D. RGB value is (194,14,109). Sum of RGB (Red+Green+Blue) = 194+14+109=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E6D is #3DF192. Grayscale: #4E4E4E. Windows color (decimal): -4059539 or 7147202. OLE color: 7147202.

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

Color convert

RGB 194 14 109 -
CMYK 0 0.93 0.44 0.24
HSL 328.33º 0.87% 0.41% -
HSV(B) 328.33º 0.93% 0.76% -
XYZ 25.17 12.89 15.63 -
YUV 78.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 194 14 109 0 0.93 0.44 0.24 328.33 0.87 0.41
Hex C2 E 6D 0 5D 2C 18 148 57 29
Octal 302 16 155 0 135 54 30 510 127 51
Binary 11000010 1110 1101101 0 1011101 101100 11000 101001000 1010111 101001

Color Harmonies of #C20E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E6D

Black with #C20E6D

Text Example


Text Example

White with #C20E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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