Html Css Color HEX #C20190 Medium Violet Red

📋 copy color: '#C20190'

red 194 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #C20190

Tints of Medium Violet Red #C20190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 57.23%
G = 0.29%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C20190 (or 0xC20190) is known color: Medium Violet Red. HEX triplet: C2, 01 and 90. RGB value is (194,1,144). Sum of RGB (Red+Green+Blue) = 194+1+144=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C20190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20190 is #3DFE6F. Grayscale: #4A4A4A. Windows color (decimal): -4062832 or 9437634. OLE color: 9437634.

HSL color Cylindrical-coordinate representation of color #C20190: hue angle of 315.54º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20190 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 144 -
CMYK 0 0.99 0.26 0.24
HSL 315.54º 0.99% 0.38% -
HSV(B) 315.54º 0.99% 0.76% -
XYZ 27.29 13.5 27.55 -
YUV 75.01 166.94 212.87 -
System Red Green Blue C M Y K H S L
Decimal 194 1 144 0 0.99 0.26 0.24 315.54 0.99 0.38
Hex C2 1 90 0 63 1A 18 13C 63 26
Octal 302 1 220 0 143 32 30 474 143 46
Binary 11000010 1 10010000 0 1100011 11010 11000 100111100 1100011 100110

Color Harmonies of #C20190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20190

Black with #C20190

Text Example


Text Example

White with #C20190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20190; }

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

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

background-color css

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

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

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

border-color css

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

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

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