Html Css Color HEX #C53696 Medium Red Violet

📋 copy color: '#C53696'

red 197 ◦ green 54 ◦ blue 150

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

Shades of Medium Red Violet #C53696

Tints of Medium Red Violet #C53696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 49.13%
G = 13.47%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C53696 (or 0xC53696) is known color: Medium Red Violet. HEX triplet: C5, 36 and 96. RGB value is (197,54,150). Sum of RGB (Red+Green+Blue) = 197+54+150=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C53696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53696 is #3AC969. Grayscale: #6B6B6B. Windows color (decimal): -3852650 or 9844421. OLE color: 9844421.

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

Color convert

RGB 197 54 150 -
CMYK 0 0.73 0.24 0.23
HSL 319.72º 0.57% 0.49% -
HSV(B) 319.72º 0.73% 0.77% -
XYZ 29.85 16.71 30.51 -
YUV 107.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 197 54 150 0 0.73 0.24 0.23 319.72 0.57 0.49
Hex C5 36 96 0 49 18 17 140 39 31
Octal 305 66 226 0 111 30 27 500 71 61
Binary 11000101 110110 10010110 0 1001001 11000 10111 101000000 111001 110001

Color Harmonies of #C53696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53696

Black with #C53696

Text Example


Text Example

White with #C53696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53696; }

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

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

background-color css

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

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

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

border-color css

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

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

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