Html Css Color HEX #C20496 Medium Violet Red

📋 copy color: '#C20496'

red 194 ◦ green 4 ◦ blue 150

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

Shades of Medium Violet Red #C20496

Tints of Medium Violet Red #C20496

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 55.75%
G = 1.15%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C20496 (or 0xC20496) is known color: Medium Violet Red. HEX triplet: C2, 04 and 96. RGB value is (194,4,150). Sum of RGB (Red+Green+Blue) = 194+4+150=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C20496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20496 is #3DFB69. Grayscale: #4D4D4D. Windows color (decimal): -4062058 or 9831618. OLE color: 9831618.

HSL color Cylindrical-coordinate representation of color #C20496: hue angle of 313.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20496 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 150 -
CMYK 0 0.98 0.23 0.24
HSL 313.89º 0.96% 0.39% -
HSV(B) 313.89º 0.98% 0.76% -
XYZ 27.8 13.76 30.04 -
YUV 77.45 168.95 211.13 -
System Red Green Blue C M Y K H S L
Decimal 194 4 150 0 0.98 0.23 0.24 313.89 0.96 0.39
Hex C2 4 96 0 62 17 18 13A 60 27
Octal 302 4 226 0 142 27 30 472 140 47
Binary 11000010 100 10010110 0 1100010 10111 11000 100111010 1100000 100111

Color Harmonies of #C20496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20496

Black with #C20496

Text Example


Text Example

White with #C20496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20496; }

 p { color: rgb(194,4,150); }

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

background-color css

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

 a { background-color: rgb(194,4,150); }

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

border-color css

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

 span { border-color: rgb(194,4,150); }

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