Html Css Color HEX #C53590 Medium Red Violet

📋 copy color: '#C53590'

red 197 ◦ green 53 ◦ blue 144

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

Shades of Medium Red Violet #C53590

Tints of Medium Red Violet #C53590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.45%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 50%
G = 13.45%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C53590 (or 0xC53590) is known color: Medium Red Violet. HEX triplet: C5, 35 and 90. RGB value is (197,53,144). Sum of RGB (Red+Green+Blue) = 197+53+144=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C53590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53590 is #3ACA6F. Grayscale: #6A6A6A. Windows color (decimal): -3852912 or 9450949. OLE color: 9450949.

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

Color convert

RGB 197 53 144 -
CMYK 0 0.73 0.27 0.23
HSL 322.08º 0.58% 0.49% -
HSV(B) 322.08º 0.73% 0.77% -
XYZ 29.33 16.43 28.01 -
YUV 106.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 197 53 144 0 0.73 0.27 0.23 322.08 0.58 0.49
Hex C5 35 90 0 49 1B 17 142 3A 31
Octal 305 65 220 0 111 33 27 502 72 61
Binary 11000101 110101 10010000 0 1001001 11011 10111 101000010 111010 110001

Color Harmonies of #C53590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53590

Black with #C53590

Text Example


Text Example

White with #C53590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53590; }

 p { color: rgb(197,53,144); }

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

background-color css

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

 a { background-color: rgb(197,53,144); }

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

border-color css

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

 span { border-color: rgb(197,53,144); }

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