Html Css Color HEX #C53293 Medium Red Violet

📋 copy color: '#C53293'

red 197 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #C53293

Tints of Medium Red Violet #C53293

RGB

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

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

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

R = 50%
G = 12.69%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C53293 (or 0xC53293) is known color: Medium Red Violet. HEX triplet: C5, 32 and 93. RGB value is (197,50,147). Sum of RGB (Red+Green+Blue) = 197+50+147=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C53293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53293 is #3ACD6C. Grayscale: #686868. Windows color (decimal): -3853677 or 9646789. OLE color: 9646789.

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

Color convert

RGB 197 50 147 -
CMYK 0 0.75 0.25 0.23
HSL 320.41º 0.6% 0.48% -
HSV(B) 320.41º 0.75% 0.77% -
XYZ 29.43 16.26 29.19 -
YUV 105.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 197 50 147 0 0.75 0.25 0.23 320.41 0.6 0.48
Hex C5 32 93 0 4B 19 17 140 3C 30
Octal 305 62 223 0 113 31 27 500 74 60
Binary 11000101 110010 10010011 0 1001011 11001 10111 101000000 111100 110000

Color Harmonies of #C53293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53293

Black with #C53293

Text Example


Text Example

White with #C53293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53293; }

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

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

background-color css

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

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

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

border-color css

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

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

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