Html Css Color HEX #C53189 Medium Red Violet

📋 copy color: '#C53189'

red 197 ◦ green 49 ◦ blue 137

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

Shades of Medium Red Violet #C53189

Tints of Medium Red Violet #C53189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 51.44%
G = 12.79%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C53189 (or 0xC53189) is known color: Medium Red Violet. HEX triplet: C5, 31 and 89. RGB value is (197,49,137). Sum of RGB (Red+Green+Blue) = 197+49+137=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53189 is #3ACE76. Grayscale: #676767. Windows color (decimal): -3853943 or 8991173. OLE color: 8991173.

HSL color Cylindrical-coordinate representation of color #C53189: hue angle of 324.32º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53189 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 137 -
CMYK 0 0.75 0.30 0.23
HSL 324.32º 0.6% 0.48% -
HSV(B) 324.32º 0.75% 0.77% -
XYZ 28.64 15.87 25.22 -
YUV 103.28 147.03 194.84 -
System Red Green Blue C M Y K H S L
Decimal 197 49 137 0 0.75 0.30 0.23 324.32 0.6 0.48
Hex C5 31 89 0 4B 1E 17 144 3C 30
Octal 305 61 211 0 113 36 27 504 74 60
Binary 11000101 110001 10001001 0 1001011 11110 10111 101000100 111100 110000

Color Harmonies of #C53189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53189

Black with #C53189

Text Example


Text Example

White with #C53189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53189; }

 p { color: rgb(197,49,137); }

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

background-color css

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

 a { background-color: rgb(197,49,137); }

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

border-color css

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

 span { border-color: rgb(197,49,137); }

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