Html Css Color HEX #C50299 Medium Violet Red

📋 copy color: '#C50299'

red 197 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #C50299

Tints of Medium Violet Red #C50299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 55.97%
G = 0.57%
B = 43.47%

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

#C50299 (or 0xC50299) is known color: Medium Violet Red. HEX triplet: C5, 02 and 99. RGB value is (197,2,153). Sum of RGB (Red+Green+Blue) = 197+2+153=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C50299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50299 is #3AFD66. Grayscale: #4D4D4D. Windows color (decimal): -3865959 or 10027717. OLE color: 10027717.

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

Color convert

RGB 197 2 153 -
CMYK 0 0.99 0.22 0.23
HSL 313.54º 0.98% 0.39% -
HSV(B) 313.54º 0.99% 0.77% -
XYZ 28.8 14.21 31.36 -
YUV 77.52 170.6 213.22 -
System Red Green Blue C M Y K H S L
Decimal 197 2 153 0 0.99 0.22 0.23 313.54 0.98 0.39
Hex C5 2 99 0 63 16 17 13A 62 27
Octal 305 2 231 0 143 26 27 472 142 47
Binary 11000101 10 10011001 0 1100011 10110 10111 100111010 1100010 100111

Color Harmonies of #C50299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50299

Black with #C50299

Text Example


Text Example

White with #C50299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50299; }

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

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

background-color css

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

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

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

border-color css

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

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

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