Html Css Color HEX #C50899 Medium Violet Red

📋 copy color: '#C50899'

red 197 ◦ green 8 ◦ blue 153

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

Shades of Medium Violet Red #C50899

Tints of Medium Violet Red #C50899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 55.03%
G = 2.23%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C50899 (or 0xC50899) is known color: Medium Violet Red. HEX triplet: C5, 08 and 99. RGB value is (197,8,153). Sum of RGB (Red+Green+Blue) = 197+8+153=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C50899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50899 is #3AF766. Grayscale: #505050. Windows color (decimal): -3864423 or 10029253. OLE color: 10029253.

HSL color Cylindrical-coordinate representation of color #C50899: hue angle of 313.97º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50899 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 153 -
CMYK 0 0.96 0.22 0.23
HSL 313.97º 0.92% 0.4% -
HSV(B) 313.97º 0.96% 0.77% -
XYZ 28.86 14.34 31.38 -
YUV 81.04 168.62 210.71 -
System Red Green Blue C M Y K H S L
Decimal 197 8 153 0 0.96 0.22 0.23 313.97 0.92 0.4
Hex C5 8 99 0 60 16 17 13A 5C 28
Octal 305 10 231 0 140 26 27 472 134 50
Binary 11000101 1000 10011001 0 1100000 10110 10111 100111010 1011100 101000

Color Harmonies of #C50899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50899

Black with #C50899

Text Example


Text Example

White with #C50899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50899; }

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

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

background-color css

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

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

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

border-color css

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

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

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