Html Css Color HEX #C53686 Medium Red Violet

📋 copy color: '#C53686'

red 197 ◦ green 54 ◦ blue 134

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

Shades of Medium Red Violet #C53686

Tints of Medium Red Violet #C53686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 51.17%
G = 14.03%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C53686 (or 0xC53686) is known color: Medium Red Violet. HEX triplet: C5, 36 and 86. RGB value is (197,54,134). Sum of RGB (Red+Green+Blue) = 197+54+134=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C53686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53686 is #3AC979. Grayscale: #696969. Windows color (decimal): -3852666 or 8795845. OLE color: 8795845.

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

Color convert

RGB 197 54 134 -
CMYK 0 0.73 0.32 0.23
HSL 326.43º 0.57% 0.49% -
HSV(B) 326.43º 0.73% 0.77% -
XYZ 28.65 16.23 24.18 -
YUV 105.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 197 54 134 0 0.73 0.32 0.23 326.43 0.57 0.49
Hex C5 36 86 0 49 20 17 146 39 31
Octal 305 66 206 0 111 40 27 506 71 61
Binary 11000101 110110 10000110 0 1001001 100000 10111 101000110 111001 110001

Color Harmonies of #C53686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53686

Black with #C53686

Text Example


Text Example

White with #C53686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53686; }

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

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

background-color css

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

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

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

border-color css

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

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

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