Html Css Color HEX #C53A81 Medium Red Violet

📋 copy color: '#C53A81'

red 197 ◦ green 58 ◦ blue 129

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

Shades of Medium Red Violet #C53A81

Tints of Medium Red Violet #C53A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 51.3%
G = 15.1%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C53A81 (or 0xC53A81) is known color: Medium Red Violet. HEX triplet: C5, 3A and 81. RGB value is (197,58,129). Sum of RGB (Red+Green+Blue) = 197+58+129=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A81 is #3AC57E. Grayscale: #6B6B6B. Windows color (decimal): -3851647 or 8469189. OLE color: 8469189.

HSL color Cylindrical-coordinate representation of color #C53A81: hue angle of 329.35º 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 #C53A81 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 58 129 -
CMYK 0 0.71 0.35 0.23
HSL 329.35º 0.55% 0.5% -
HSV(B) 329.35º 0.71% 0.77% -
XYZ 28.5 16.48 22.45 -
YUV 107.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 197 58 129 0 0.71 0.35 0.23 329.35 0.55 0.5
Hex C5 3A 81 0 47 23 17 149 37 32
Octal 305 72 201 0 107 43 27 511 67 62
Binary 11000101 111010 10000001 0 1000111 100011 10111 101001001 110111 110010

Color Harmonies of #C53A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A81

Black with #C53A81

Text Example


Text Example

White with #C53A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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