Html Css Color HEX #C53A83 Medium Red Violet

📋 copy color: '#C53A83'

red 197 ◦ green 58 ◦ blue 131

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

Shades of Medium Red Violet #C53A83

Tints of Medium Red Violet #C53A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.03%

 BLUE value IS 131 (51.56% from 255) = 33.94%

R = 51.04%
G = 15.03%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C53A83 (or 0xC53A83) is known color: Medium Red Violet. HEX triplet: C5, 3A and 83. RGB value is (197,58,131). Sum of RGB (Red+Green+Blue) = 197+58+131=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A83 is #3AC57C. Grayscale: #6B6B6B. Windows color (decimal): -3851645 or 8600261. OLE color: 8600261.

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

Color convert

RGB 197 58 131 -
CMYK 0 0.71 0.34 0.23
HSL 328.49º 0.55% 0.5% -
HSV(B) 328.49º 0.71% 0.77% -
XYZ 28.64 16.54 23.16 -
YUV 107.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 197 58 131 0 0.71 0.34 0.23 328.49 0.55 0.5
Hex C5 3A 83 0 47 22 17 148 37 32
Octal 305 72 203 0 107 42 27 510 67 62
Binary 11000101 111010 10000011 0 1000111 100010 10111 101001000 110111 110010

Color Harmonies of #C53A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A83

Black with #C53A83

Text Example


Text Example

White with #C53A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A83; }

 p { color: rgb(197,58,131); }

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

background-color css

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

 a { background-color: rgb(197,58,131); }

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

border-color css

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

 span { border-color: rgb(197,58,131); }

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