Html Css Color HEX #C53886 Medium Red Violet

📋 copy color: '#C53886'

red 197 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #C53886

Tints of Medium Red Violet #C53886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.47%

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

R = 50.9%
G = 14.47%
B = 34.63%

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

#C53886 (or 0xC53886) is known color: Medium Red Violet. HEX triplet: C5, 38 and 86. RGB value is (197,56,134). Sum of RGB (Red+Green+Blue) = 197+56+134=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C53886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53886 is #3AC779. Grayscale: #6A6A6A. Windows color (decimal): -3852154 or 8796357. OLE color: 8796357.

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

Color convert

RGB 197 56 134 -
CMYK 0 0.72 0.32 0.23
HSL 326.81º 0.56% 0.5% -
HSV(B) 326.81º 0.72% 0.77% -
XYZ 28.74 16.42 24.21 -
YUV 107.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 197 56 134 0 0.72 0.32 0.23 326.81 0.56 0.5
Hex C5 38 86 0 48 20 17 147 38 32
Octal 305 70 206 0 110 40 27 507 70 62
Binary 11000101 111000 10000110 0 1001000 100000 10111 101000111 111000 110010

Color Harmonies of #C53886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53886

Black with #C53886

Text Example


Text Example

White with #C53886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53886; }

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

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

background-color css

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

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

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

border-color css

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

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

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