Html Css Color HEX #C20196 Medium Violet Red

📋 copy color: '#C20196'

red 194 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #C20196

Tints of Medium Violet Red #C20196

RGB

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

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

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

R = 56.23%
G = 0.29%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C20196 (or 0xC20196) is known color: Medium Violet Red. HEX triplet: C2, 01 and 96. RGB value is (194,1,150). Sum of RGB (Red+Green+Blue) = 194+1+150=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C20196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20196 is #3DFE69. Grayscale: #4B4B4B. Windows color (decimal): -4062826 or 9830850. OLE color: 9830850.

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

Color convert

RGB 194 1 150 -
CMYK 0 0.99 0.23 0.24
HSL 313.68º 0.99% 0.38% -
HSV(B) 313.68º 0.99% 0.76% -
XYZ 27.76 13.69 30.03 -
YUV 75.69 169.94 212.38 -
System Red Green Blue C M Y K H S L
Decimal 194 1 150 0 0.99 0.23 0.24 313.68 0.99 0.38
Hex C2 1 96 0 63 17 18 13A 63 26
Octal 302 1 226 0 143 27 30 472 143 46
Binary 11000010 1 10010110 0 1100011 10111 11000 100111010 1100011 100110

Color Harmonies of #C20196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20196

Black with #C20196

Text Example


Text Example

White with #C20196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20196; }

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

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

background-color css

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

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

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

border-color css

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

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

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