Html Css Color HEX #C53199 Medium Red Violet

📋 copy color: '#C53199'

red 197 ◦ green 49 ◦ blue 153

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

Shades of Medium Red Violet #C53199

Tints of Medium Red Violet #C53199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.28%

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

R = 49.37%
G = 12.28%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C53199 (or 0xC53199) is known color: Medium Red Violet. HEX triplet: C5, 31 and 99. RGB value is (197,49,153). Sum of RGB (Red+Green+Blue) = 197+49+153=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53199 is #3ACE66. Grayscale: #686868. Windows color (decimal): -3853927 or 10039749. OLE color: 10039749.

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

Color convert

RGB 197 49 153 -
CMYK 0 0.75 0.22 0.23
HSL 317.84º 0.6% 0.48% -
HSV(B) 317.84º 0.75% 0.77% -
XYZ 29.87 16.37 31.72 -
YUV 105.11 155.03 193.54 -
System Red Green Blue C M Y K H S L
Decimal 197 49 153 0 0.75 0.22 0.23 317.84 0.6 0.48
Hex C5 31 99 0 4B 16 17 13E 3C 30
Octal 305 61 231 0 113 26 27 476 74 60
Binary 11000101 110001 10011001 0 1001011 10110 10111 100111110 111100 110000

Color Harmonies of #C53199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53199

Black with #C53199

Text Example


Text Example

White with #C53199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53199; }

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

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

background-color css

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

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

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

border-color css

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

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

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