Html Css Color HEX #C50099 Medium Violet Red

📋 copy color: '#C50099'

red 197 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #C50099

Tints of Medium Violet Red #C50099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.29%
G = 0%
B = 43.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C50099 (or 0xC50099) is known color: Medium Violet Red. HEX triplet: C5, 00 and 99. RGB value is (197,0,153). Sum of RGB (Red+Green+Blue) = 197+0+153=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C50099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50099 is #3AFF66. Grayscale: #4B4B4B. Windows color (decimal): -3866471 or 10027205. OLE color: 10027205.

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

Color convert

RGB 197 0 153 -
CMYK 0 1 0.22 0.23
HSL 313.4º 1% 0.39% -
HSV(B) 313.4º 1% 0.77% -
XYZ 28.78 14.17 31.36 -
YUV 76.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 197 0 153 0 1 0.22 0.23 313.4 1 0.39
Hex C5 0 99 0 64 16 17 139 64 27
Octal 305 0 231 0 144 26 27 471 144 47
Binary 11000101 0 10011001 0 1100100 10110 10111 100111001 1100100 100111

Color Harmonies of #C50099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50099

Black with #C50099

Text Example


Text Example

White with #C50099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50099; }

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

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

background-color css

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

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

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

border-color css

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

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

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