Html Css Color HEX #C53386 Medium Red Violet

📋 copy color: '#C53386'

red 197 ◦ green 51 ◦ blue 134

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

Shades of Medium Red Violet #C53386

Tints of Medium Red Violet #C53386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.35%

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

R = 51.57%
G = 13.35%
B = 35.08%

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

#C53386 (or 0xC53386) is known color: Medium Red Violet. HEX triplet: C5, 33 and 86. RGB value is (197,51,134). Sum of RGB (Red+Green+Blue) = 197+51+134=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53386 is #3ACC79. Grayscale: #676767. Windows color (decimal): -3853434 or 8795077. OLE color: 8795077.

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

Color convert

RGB 197 51 134 -
CMYK 0 0.74 0.32 0.23
HSL 325.89º 0.59% 0.49% -
HSV(B) 325.89º 0.74% 0.77% -
XYZ 28.51 15.96 24.13 -
YUV 104.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 197 51 134 0 0.74 0.32 0.23 325.89 0.59 0.49
Hex C5 33 86 0 4A 20 17 146 3B 31
Octal 305 63 206 0 112 40 27 506 73 61
Binary 11000101 110011 10000110 0 1001010 100000 10111 101000110 111011 110001

Color Harmonies of #C53386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53386

Black with #C53386

Text Example


Text Example

White with #C53386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53386; }

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

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

background-color css

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

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

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

border-color css

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

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

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