Html Css Color HEX #C53786 Medium Red Violet

📋 copy color: '#C53786'

red 197 ◦ green 55 ◦ blue 134

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

Shades of Medium Red Violet #C53786

Tints of Medium Red Violet #C53786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

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

R = 51.04%
G = 14.25%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C53786 (or 0xC53786) is known color: Medium Red Violet. HEX triplet: C5, 37 and 86. RGB value is (197,55,134). Sum of RGB (Red+Green+Blue) = 197+55+134=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C53786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53786 is #3AC879. Grayscale: #6A6A6A. Windows color (decimal): -3852410 or 8796101. OLE color: 8796101.

HSL color Cylindrical-coordinate representation of color #C53786: hue angle of 326.62º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53786 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 134 -
CMYK 0 0.72 0.32 0.23
HSL 326.62º 0.56% 0.49% -
HSV(B) 326.62º 0.72% 0.77% -
XYZ 28.7 16.32 24.19 -
YUV 106.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 197 55 134 0 0.72 0.32 0.23 326.62 0.56 0.49
Hex C5 37 86 0 48 20 17 147 38 31
Octal 305 67 206 0 110 40 27 507 70 61
Binary 11000101 110111 10000110 0 1001000 100000 10111 101000111 111000 110001

Color Harmonies of #C53786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53786

Black with #C53786

Text Example


Text Example

White with #C53786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53786; }

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

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

background-color css

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

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

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

border-color css

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

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

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