Html Css Color HEX #C53492 Medium Red Violet

📋 copy color: '#C53492'

red 197 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #C53492

Tints of Medium Red Violet #C53492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 49.87%
G = 13.16%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C53492 (or 0xC53492) is known color: Medium Red Violet. HEX triplet: C5, 34 and 92. RGB value is (197,52,146). Sum of RGB (Red+Green+Blue) = 197+52+146=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C53492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53492 is #3ACB6D. Grayscale: #696969. Windows color (decimal): -3853166 or 9581765. OLE color: 9581765.

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

Color convert

RGB 197 52 146 -
CMYK 0 0.74 0.26 0.23
HSL 321.1º 0.58% 0.49% -
HSV(B) 321.1º 0.74% 0.77% -
XYZ 29.44 16.4 28.81 -
YUV 106.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 197 52 146 0 0.74 0.26 0.23 321.1 0.58 0.49
Hex C5 34 92 0 4A 1A 17 141 3A 31
Octal 305 64 222 0 112 32 27 501 72 61
Binary 11000101 110100 10010010 0 1001010 11010 10111 101000001 111010 110001

Color Harmonies of #C53492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53492

Black with #C53492

Text Example


Text Example

White with #C53492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53492; }

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

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

background-color css

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

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

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

border-color css

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

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

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