Html Css Color HEX #C53294 Medium Red Violet

📋 copy color: '#C53294'

red 197 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #C53294

Tints of Medium Red Violet #C53294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 49.87%
G = 12.66%
B = 37.47%

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

#C53294 (or 0xC53294) is known color: Medium Red Violet. HEX triplet: C5, 32 and 94. RGB value is (197,50,148). Sum of RGB (Red+Green+Blue) = 197+50+148=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C53294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53294 is #3ACD6B. Grayscale: #686868. Windows color (decimal): -3853676 or 9712325. OLE color: 9712325.

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

Color convert

RGB 197 50 148 -
CMYK 0 0.75 0.25 0.23
HSL 320º 0.6% 0.48% -
HSV(B) 320º 0.75% 0.77% -
XYZ 29.51 16.29 29.61 -
YUV 105.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 197 50 148 0 0.75 0.25 0.23 320 0.6 0.48
Hex C5 32 94 0 4B 19 17 140 3C 30
Octal 305 62 224 0 113 31 27 500 74 60
Binary 11000101 110010 10010100 0 1001011 11001 10111 101000000 111100 110000

Color Harmonies of #C53294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53294

Black with #C53294

Text Example


Text Example

White with #C53294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53294; }

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

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

background-color css

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

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

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

border-color css

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

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

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