Html Css Color HEX #C50199 Medium Violet Red

📋 copy color: '#C50199'

red 197 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #C50199

Tints of Medium Violet Red #C50199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 56.13%
G = 0.28%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C50199 (or 0xC50199) is known color: Medium Violet Red. HEX triplet: C5, 01 and 99. RGB value is (197,1,153). Sum of RGB (Red+Green+Blue) = 197+1+153=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C50199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50199 is #3AFE66. Grayscale: #4C4C4C. Windows color (decimal): -3866215 or 10027461. OLE color: 10027461.

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

Color convert

RGB 197 1 153 -
CMYK 0 0.99 0.22 0.23
HSL 313.47º 0.99% 0.39% -
HSV(B) 313.47º 0.99% 0.77% -
XYZ 28.79 14.19 31.36 -
YUV 76.93 170.93 213.64 -
System Red Green Blue C M Y K H S L
Decimal 197 1 153 0 0.99 0.22 0.23 313.47 0.99 0.39
Hex C5 1 99 0 63 16 17 139 63 27
Octal 305 1 231 0 143 26 27 471 143 47
Binary 11000101 1 10011001 0 1100011 10110 10111 100111001 1100011 100111

Color Harmonies of #C50199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50199

Black with #C50199

Text Example


Text Example

White with #C50199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50199; }

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

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

background-color css

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

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

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

border-color css

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

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

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