Html Css Color HEX #C20C90 Medium Violet Red

📋 copy color: '#C20C90'

red 194 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #C20C90

Tints of Medium Violet Red #C20C90

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.43%

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

R = 55.43%
G = 3.43%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C20C90 (or 0xC20C90) is known color: Medium Violet Red. HEX triplet: C2, 0C and 90. RGB value is (194,12,144). Sum of RGB (Red+Green+Blue) = 194+12+144=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C90 is #3DF36F. Grayscale: #515151. Windows color (decimal): -4060016 or 9440450. OLE color: 9440450.

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

Color convert

RGB 194 12 144 -
CMYK 0 0.94 0.26 0.24
HSL 316.48º 0.88% 0.4% -
HSV(B) 316.48º 0.94% 0.76% -
XYZ 27.41 13.75 27.59 -
YUV 81.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 194 12 144 0 0.94 0.26 0.24 316.48 0.88 0.4
Hex C2 C 90 0 5E 1A 18 13C 58 28
Octal 302 14 220 0 136 32 30 474 130 50
Binary 11000010 1100 10010000 0 1011110 11010 11000 100111100 1011000 101000

Color Harmonies of #C20C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C90

Black with #C20C90

Text Example


Text Example

White with #C20C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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