Html Css Color HEX #C53593 Medium Red Violet

📋 copy color: '#C53593'

red 197 ◦ green 53 ◦ blue 147

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

Shades of Medium Red Violet #C53593

Tints of Medium Red Violet #C53593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 49.62%
G = 13.35%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C53593 (or 0xC53593) is known color: Medium Red Violet. HEX triplet: C5, 35 and 93. RGB value is (197,53,147). Sum of RGB (Red+Green+Blue) = 197+53+147=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C53593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53593 is #3ACA6C. Grayscale: #6A6A6A. Windows color (decimal): -3852909 or 9647557. OLE color: 9647557.

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

Color convert

RGB 197 53 147 -
CMYK 0 0.73 0.25 0.23
HSL 320.83º 0.58% 0.49% -
HSV(B) 320.83º 0.73% 0.77% -
XYZ 29.57 16.52 29.23 -
YUV 106.77 150.71 192.36 -
System Red Green Blue C M Y K H S L
Decimal 197 53 147 0 0.73 0.25 0.23 320.83 0.58 0.49
Hex C5 35 93 0 49 19 17 141 3A 31
Octal 305 65 223 0 111 31 27 501 72 61
Binary 11000101 110101 10010011 0 1001001 11001 10111 101000001 111010 110001

Color Harmonies of #C53593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53593

Black with #C53593

Text Example


Text Example

White with #C53593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53593; }

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

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

background-color css

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

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

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

border-color css

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

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

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