Html Css Color HEX #C53486 Medium Red Violet

📋 copy color: '#C53486'

red 197 ◦ green 52 ◦ blue 134

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

Shades of Medium Red Violet #C53486

Tints of Medium Red Violet #C53486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.58%

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

R = 51.44%
G = 13.58%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C53486 (or 0xC53486) is known color: Medium Red Violet. HEX triplet: C5, 34 and 86. RGB value is (197,52,134). Sum of RGB (Red+Green+Blue) = 197+52+134=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53486 is #3ACB79. Grayscale: #686868. Windows color (decimal): -3853178 or 8795333. OLE color: 8795333.

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

Color convert

RGB 197 52 134 -
CMYK 0 0.74 0.32 0.23
HSL 326.07º 0.58% 0.49% -
HSV(B) 326.07º 0.74% 0.77% -
XYZ 28.56 16.05 24.15 -
YUV 104.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 197 52 134 0 0.74 0.32 0.23 326.07 0.58 0.49
Hex C5 34 86 0 4A 20 17 146 3A 31
Octal 305 64 206 0 112 40 27 506 72 61
Binary 11000101 110100 10000110 0 1001010 100000 10111 101000110 111010 110001

Color Harmonies of #C53486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53486

Black with #C53486

Text Example


Text Example

White with #C53486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53486; }

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

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

background-color css

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

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

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

border-color css

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

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

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