Html Css Color HEX #C50398 Medium Violet Red

📋 copy color: '#C50398'

red 197 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #C50398

Tints of Medium Violet Red #C50398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 55.97%
G = 0.85%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C50398 (or 0xC50398) is known color: Medium Violet Red. HEX triplet: C5, 03 and 98. RGB value is (197,3,152). Sum of RGB (Red+Green+Blue) = 197+3+152=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C50398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50398 is #3AFC67. Grayscale: #4D4D4D. Windows color (decimal): -3865704 or 9962437. OLE color: 9962437.

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

Color convert

RGB 197 3 152 -
CMYK 0 0.98 0.23 0.23
HSL 313.92º 0.97% 0.39% -
HSV(B) 313.92º 0.98% 0.77% -
XYZ 28.73 14.2 30.93 -
YUV 77.99 169.77 212.88 -
System Red Green Blue C M Y K H S L
Decimal 197 3 152 0 0.98 0.23 0.23 313.92 0.97 0.39
Hex C5 3 98 0 62 17 17 13A 61 27
Octal 305 3 230 0 142 27 27 472 141 47
Binary 11000101 11 10011000 0 1100010 10111 10111 100111010 1100001 100111

Color Harmonies of #C50398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50398

Black with #C50398

Text Example


Text Example

White with #C50398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50398; }

 p { color: rgb(197,3,152); }

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

background-color css

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

 a { background-color: rgb(197,3,152); }

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

border-color css

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

 span { border-color: rgb(197,3,152); }

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