Html Css Color HEX #C53291 Medium Red Violet

📋 copy color: '#C53291'

red 197 ◦ green 50 ◦ blue 145

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

Shades of Medium Red Violet #C53291

Tints of Medium Red Violet #C53291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.76%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 50.26%
G = 12.76%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C53291 (or 0xC53291) is known color: Medium Red Violet. HEX triplet: C5, 32 and 91. RGB value is (197,50,145). Sum of RGB (Red+Green+Blue) = 197+50+145=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C53291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53291 is #3ACD6E. Grayscale: #686868. Windows color (decimal): -3853679 or 9515717. OLE color: 9515717.

HSL color Cylindrical-coordinate representation of color #C53291: hue angle of 321.22º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53291 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 145 -
CMYK 0 0.75 0.26 0.23
HSL 321.22º 0.6% 0.48% -
HSV(B) 321.22º 0.75% 0.77% -
XYZ 29.28 16.2 28.37 -
YUV 104.78 150.7 193.78 -
System Red Green Blue C M Y K H S L
Decimal 197 50 145 0 0.75 0.26 0.23 321.22 0.6 0.48
Hex C5 32 91 0 4B 1A 17 141 3C 30
Octal 305 62 221 0 113 32 27 501 74 60
Binary 11000101 110010 10010001 0 1001011 11010 10111 101000001 111100 110000

Color Harmonies of #C53291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53291

Black with #C53291

Text Example


Text Example

White with #C53291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53291; }

 p { color: rgb(197,50,145); }

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

background-color css

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

 a { background-color: rgb(197,50,145); }

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

border-color css

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

 span { border-color: rgb(197,50,145); }

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