Html Css Color HEX #C20D90 Medium Violet Red

📋 copy color: '#C20D90'

red 194 ◦ green 13 ◦ blue 144

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

Shades of Medium Violet Red #C20D90

Tints of Medium Violet Red #C20D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.7%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 55.27%
G = 3.7%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C20D90 (or 0xC20D90) is known color: Medium Violet Red. HEX triplet: C2, 0D and 90. RGB value is (194,13,144). Sum of RGB (Red+Green+Blue) = 194+13+144=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20D90 is #3DF26F. Grayscale: #515151. Windows color (decimal): -4059760 or 9440706. OLE color: 9440706.

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

Color convert

RGB 194 13 144 -
CMYK 0 0.93 0.26 0.24
HSL 316.57º 0.87% 0.41% -
HSV(B) 316.57º 0.93% 0.76% -
XYZ 27.43 13.77 27.6 -
YUV 82.05 162.97 207.85 -
System Red Green Blue C M Y K H S L
Decimal 194 13 144 0 0.93 0.26 0.24 316.57 0.87 0.41
Hex C2 D 90 0 5D 1A 18 13D 57 29
Octal 302 15 220 0 135 32 30 475 127 51
Binary 11000010 1101 10010000 0 1011101 11010 11000 100111101 1010111 101001

Color Harmonies of #C20D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D90

Black with #C20D90

Text Example


Text Example

White with #C20D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D90; }

 p { color: rgb(194,13,144); }

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

background-color css

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

 a { background-color: rgb(194,13,144); }

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

border-color css

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

 span { border-color: rgb(194,13,144); }

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