Html Css Color HEX #C53694 Medium Red Violet

📋 copy color: '#C53694'

red 197 ◦ green 54 ◦ blue 148

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

Shades of Medium Red Violet #C53694

Tints of Medium Red Violet #C53694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.53%

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

R = 49.37%
G = 13.53%
B = 37.09%

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

#C53694 (or 0xC53694) is known color: Medium Red Violet. HEX triplet: C5, 36 and 94. RGB value is (197,54,148). Sum of RGB (Red+Green+Blue) = 197+54+148=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53694 is #3AC96B. Grayscale: #6B6B6B. Windows color (decimal): -3852652 or 9713349. OLE color: 9713349.

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

Color convert

RGB 197 54 148 -
CMYK 0 0.73 0.25 0.23
HSL 320.56º 0.57% 0.49% -
HSV(B) 320.56º 0.73% 0.77% -
XYZ 29.69 16.65 29.67 -
YUV 107.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 197 54 148 0 0.73 0.25 0.23 320.56 0.57 0.49
Hex C5 36 94 0 49 19 17 141 39 31
Octal 305 66 224 0 111 31 27 501 71 61
Binary 11000101 110110 10010100 0 1001001 11001 10111 101000001 111001 110001

Color Harmonies of #C53694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53694

Black with #C53694

Text Example


Text Example

White with #C53694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53694; }

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

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

background-color css

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

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

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

border-color css

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

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

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