Html Css Color HEX #C53994 Medium Red Violet

📋 copy color: '#C53994'

red 197 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #C53994

Tints of Medium Red Violet #C53994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.18%

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

R = 49%
G = 14.18%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C53994 (or 0xC53994) is known color: Medium Red Violet. HEX triplet: C5, 39 and 94. RGB value is (197,57,148). Sum of RGB (Red+Green+Blue) = 197+57+148=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C53994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53994 is #3AC66B. Grayscale: #6D6D6D. Windows color (decimal): -3851884 or 9714117. OLE color: 9714117.

HSL color Cylindrical-coordinate representation of color #C53994: hue angle of 321º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53994 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 57 148 -
CMYK 0 0.71 0.25 0.23
HSL 321º 0.55% 0.5% -
HSV(B) 321º 0.71% 0.77% -
XYZ 29.83 16.93 29.71 -
YUV 109.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 197 57 148 0 0.71 0.25 0.23 321 0.55 0.5
Hex C5 39 94 0 47 19 17 141 37 32
Octal 305 71 224 0 107 31 27 501 67 62
Binary 11000101 111001 10010100 0 1000111 11001 10111 101000001 110111 110010

Color Harmonies of #C53994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53994

Black with #C53994

Text Example


Text Example

White with #C53994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53994; }

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

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

background-color css

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

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

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

border-color css

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

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

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