Html Css Color HEX #C53989 Medium Red Violet

📋 copy color: '#C53989'

red 197 ◦ green 57 ◦ blue 137

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

Shades of Medium Red Violet #C53989

Tints of Medium Red Violet #C53989

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

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

R = 50.38%
G = 14.58%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C53989 (or 0xC53989) is known color: Medium Red Violet. HEX triplet: C5, 39 and 89. RGB value is (197,57,137). Sum of RGB (Red+Green+Blue) = 197+57+137=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C53989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53989 is #3AC676. Grayscale: #6B6B6B. Windows color (decimal): -3851895 or 8993221. OLE color: 8993221.

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

Color convert

RGB 197 57 137 -
CMYK 0 0.71 0.30 0.23
HSL 325.71º 0.55% 0.5% -
HSV(B) 325.71º 0.71% 0.77% -
XYZ 29 16.6 25.34 -
YUV 107.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 197 57 137 0 0.71 0.30 0.23 325.71 0.55 0.5
Hex C5 39 89 0 47 1E 17 146 37 32
Octal 305 71 211 0 107 36 27 506 67 62
Binary 11000101 111001 10001001 0 1000111 11110 10111 101000110 110111 110010

Color Harmonies of #C53989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53989

Black with #C53989

Text Example


Text Example

White with #C53989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53989; }

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

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

background-color css

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

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

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

border-color css

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

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

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