Html Css Color HEX #C50A96 Medium Violet Red

📋 copy color: '#C50A96'

red 197 ◦ green 10 ◦ blue 150

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

Shades of Medium Violet Red #C50A96

Tints of Medium Violet Red #C50A96

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.8%

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

R = 55.18%
G = 2.8%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C50A96 (or 0xC50A96) is known color: Medium Violet Red. HEX triplet: C5, 0A and 96. RGB value is (197,10,150). Sum of RGB (Red+Green+Blue) = 197+10+150=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50A96 is #3AF569. Grayscale: #515151. Windows color (decimal): -3863914 or 9833157. OLE color: 9833157.

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

Color convert

RGB 197 10 150 -
CMYK 0 0.95 0.24 0.23
HSL 315.08º 0.9% 0.41% -
HSV(B) 315.08º 0.95% 0.77% -
XYZ 28.64 14.29 30.1 -
YUV 81.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 197 10 150 0 0.95 0.24 0.23 315.08 0.9 0.41
Hex C5 A 96 0 5F 18 17 13B 5A 29
Octal 305 12 226 0 137 30 27 473 132 51
Binary 11000101 1010 10010110 0 1011111 11000 10111 100111011 1011010 101001

Color Harmonies of #C50A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50A96

Black with #C50A96

Text Example


Text Example

White with #C50A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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