Html Css Color HEX #C50196 Medium Violet Red

📋 copy color: '#C50196'

red 197 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #C50196

Tints of Medium Violet Red #C50196

RGB

 RED value IS 197 (77.34% from 255) = 56.61%

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

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

R = 56.61%
G = 0.29%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C50196 (or 0xC50196) is known color: Medium Violet Red. HEX triplet: C5, 01 and 96. RGB value is (197,1,150). Sum of RGB (Red+Green+Blue) = 197+1+150=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C50196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50196 is #3AFE69. Grayscale: #4C4C4C. Windows color (decimal): -3866218 or 9830853. OLE color: 9830853.

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

Color convert

RGB 197 1 150 -
CMYK 0 0.99 0.24 0.23
HSL 314.39º 0.99% 0.39% -
HSV(B) 314.39º 0.99% 0.77% -
XYZ 28.54 14.09 30.07 -
YUV 76.59 169.43 213.88 -
System Red Green Blue C M Y K H S L
Decimal 197 1 150 0 0.99 0.24 0.23 314.39 0.99 0.39
Hex C5 1 96 0 63 18 17 13A 63 27
Octal 305 1 226 0 143 30 27 472 143 47
Binary 11000101 1 10010110 0 1100011 11000 10111 100111010 1100011 100111

Color Harmonies of #C50196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50196

Black with #C50196

Text Example


Text Example

White with #C50196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50196; }

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

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

background-color css

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

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

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

border-color css

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

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

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