Html Css Color HEX #C53494 Medium Red Violet

📋 copy color: '#C53494'

red 197 ◦ green 52 ◦ blue 148

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

Shades of Medium Red Violet #C53494

Tints of Medium Red Violet #C53494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 49.62%
G = 13.1%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C53494 (or 0xC53494) is known color: Medium Red Violet. HEX triplet: C5, 34 and 94. RGB value is (197,52,148). Sum of RGB (Red+Green+Blue) = 197+52+148=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C53494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53494 is #3ACB6B. Grayscale: #6A6A6A. Windows color (decimal): -3853164 or 9712837. OLE color: 9712837.

HSL color Cylindrical-coordinate representation of color #C53494: hue angle of 320.28º 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 #C53494 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 148 -
CMYK 0 0.74 0.25 0.23
HSL 320.28º 0.58% 0.49% -
HSV(B) 320.28º 0.74% 0.77% -
XYZ 29.6 16.46 29.63 -
YUV 106.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 197 52 148 0 0.74 0.25 0.23 320.28 0.58 0.49
Hex C5 34 94 0 4A 19 17 140 3A 31
Octal 305 64 224 0 112 31 27 500 72 61
Binary 11000101 110100 10010100 0 1001010 11001 10111 101000000 111010 110001

Color Harmonies of #C53494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53494

Black with #C53494

Text Example


Text Example

White with #C53494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53494; }

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

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

background-color css

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

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

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

border-color css

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

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

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