Html Css Color HEX #C53495 Medium Red Violet

📋 copy color: '#C53495'

red 197 ◦ green 52 ◦ blue 149

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

Shades of Medium Red Violet #C53495

Tints of Medium Red Violet #C53495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.07%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 49.5%
G = 13.07%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C53495 (or 0xC53495) is known color: Medium Red Violet. HEX triplet: C5, 34 and 95. RGB value is (197,52,149). Sum of RGB (Red+Green+Blue) = 197+52+149=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C53495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53495 is #3ACB6A. Grayscale: #6A6A6A. Windows color (decimal): -3853163 or 9778373. OLE color: 9778373.

HSL color Cylindrical-coordinate representation of color #C53495: hue angle of 319.86º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53495 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 149 -
CMYK 0 0.74 0.24 0.23
HSL 319.86º 0.58% 0.49% -
HSV(B) 319.86º 0.74% 0.77% -
XYZ 29.68 16.5 30.05 -
YUV 106.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 197 52 149 0 0.74 0.24 0.23 319.86 0.58 0.49
Hex C5 34 95 0 4A 18 17 140 3A 31
Octal 305 64 225 0 112 30 27 500 72 61
Binary 11000101 110100 10010101 0 1001010 11000 10111 101000000 111010 110001

Color Harmonies of #C53495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53495

Black with #C53495

Text Example


Text Example

White with #C53495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53495; }

 p { color: rgb(197,52,149); }

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

background-color css

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

 a { background-color: rgb(197,52,149); }

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

border-color css

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

 span { border-color: rgb(197,52,149); }

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