Html Css Color HEX #C20C92 Medium Violet Red

📋 copy color: '#C20C92'

red 194 ◦ green 12 ◦ blue 146

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

Shades of Medium Violet Red #C20C92

Tints of Medium Violet Red #C20C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 55.11%
G = 3.41%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C20C92 (or 0xC20C92) is known color: Medium Violet Red. HEX triplet: C2, 0C and 92. RGB value is (194,12,146). Sum of RGB (Red+Green+Blue) = 194+12+146=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C92 is #3DF36D. Grayscale: #515151. Windows color (decimal): -4060014 or 9571522. OLE color: 9571522.

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

Color convert

RGB 194 12 146 -
CMYK 0 0.94 0.25 0.24
HSL 315.82º 0.88% 0.4% -
HSV(B) 315.82º 0.94% 0.76% -
XYZ 27.57 13.81 28.41 -
YUV 81.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 194 12 146 0 0.94 0.25 0.24 315.82 0.88 0.4
Hex C2 C 92 0 5E 19 18 13C 58 28
Octal 302 14 222 0 136 31 30 474 130 50
Binary 11000010 1100 10010010 0 1011110 11001 11000 100111100 1011000 101000

Color Harmonies of #C20C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C92

Black with #C20C92

Text Example


Text Example

White with #C20C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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