Html Css Color HEX #C53A77 Medium Red Violet

📋 copy color: '#C53A77'

red 197 ◦ green 58 ◦ blue 119

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

Shades of Medium Red Violet #C53A77

Tints of Medium Red Violet #C53A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.82%

R = 52.67%
G = 15.51%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C53A77 (or 0xC53A77) is known color: Medium Red Violet. HEX triplet: C5, 3A and 77. RGB value is (197,58,119). Sum of RGB (Red+Green+Blue) = 197+58+119=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A77 is #3AC588. Grayscale: #6A6A6A. Windows color (decimal): -3851657 or 7813829. OLE color: 7813829.

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

Color convert

RGB 197 58 119 -
CMYK 0 0.71 0.40 0.23
HSL 333.67º 0.55% 0.5% -
HSV(B) 333.67º 0.71% 0.77% -
XYZ 27.87 16.23 19.12 -
YUV 106.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 197 58 119 0 0.71 0.40 0.23 333.67 0.55 0.5
Hex C5 3A 77 0 47 28 17 14E 37 32
Octal 305 72 167 0 107 50 27 516 67 62
Binary 11000101 111010 1110111 0 1000111 101000 10111 101001110 110111 110010

Color Harmonies of #C53A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A77

Black with #C53A77

Text Example


Text Example

White with #C53A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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