Html Css Color HEX #C53689 Medium Red Violet

📋 copy color: '#C53689'

red 197 ◦ green 54 ◦ blue 137

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

Shades of Medium Red Violet #C53689

Tints of Medium Red Violet #C53689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.92%

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

R = 50.77%
G = 13.92%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C53689 (or 0xC53689) is known color: Medium Red Violet. HEX triplet: C5, 36 and 89. RGB value is (197,54,137). Sum of RGB (Red+Green+Blue) = 197+54+137=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C53689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53689 is #3AC976. Grayscale: #6A6A6A. Windows color (decimal): -3852663 or 8992453. OLE color: 8992453.

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

Color convert

RGB 197 54 137 -
CMYK 0 0.73 0.30 0.23
HSL 325.17º 0.57% 0.49% -
HSV(B) 325.17º 0.73% 0.77% -
XYZ 28.86 16.31 25.29 -
YUV 106.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 197 54 137 0 0.73 0.30 0.23 325.17 0.57 0.49
Hex C5 36 89 0 49 1E 17 145 39 31
Octal 305 66 211 0 111 36 27 505 71 61
Binary 11000101 110110 10001001 0 1001001 11110 10111 101000101 111001 110001

Color Harmonies of #C53689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53689

Black with #C53689

Text Example


Text Example

White with #C53689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53689; }

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

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

background-color css

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

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

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

border-color css

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

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

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