Html Css Color HEX #C50499 Medium Violet Red

📋 copy color: '#C50499'

red 197 ◦ green 4 ◦ blue 153

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

Shades of Medium Violet Red #C50499

Tints of Medium Violet Red #C50499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 55.65%
G = 1.13%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C50499 (or 0xC50499) is known color: Medium Violet Red. HEX triplet: C5, 04 and 99. RGB value is (197,4,153). Sum of RGB (Red+Green+Blue) = 197+4+153=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C50499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50499 is #3AFB66. Grayscale: #4E4E4E. Windows color (decimal): -3865447 or 10028229. OLE color: 10028229.

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

Color convert

RGB 197 4 153 -
CMYK 0 0.98 0.22 0.23
HSL 313.68º 0.96% 0.39% -
HSV(B) 313.68º 0.98% 0.77% -
XYZ 28.82 14.26 31.37 -
YUV 78.69 169.94 212.38 -
System Red Green Blue C M Y K H S L
Decimal 197 4 153 0 0.98 0.22 0.23 313.68 0.96 0.39
Hex C5 4 99 0 62 16 17 13A 60 27
Octal 305 4 231 0 142 26 27 472 140 47
Binary 11000101 100 10011001 0 1100010 10110 10111 100111010 1100000 100111

Color Harmonies of #C50499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50499

Black with #C50499

Text Example


Text Example

White with #C50499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50499; }

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

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

background-color css

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

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

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

border-color css

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

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

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