Html Css Color HEX #C53988 Medium Red Violet

📋 copy color: '#C53988'

red 197 ◦ green 57 ◦ blue 136

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

Shades of Medium Red Violet #C53988

Tints of Medium Red Violet #C53988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.87%

R = 50.51%
G = 14.62%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C53988 (or 0xC53988) is known color: Medium Red Violet. HEX triplet: C5, 39 and 88. RGB value is (197,57,136). Sum of RGB (Red+Green+Blue) = 197+57+136=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C53988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53988 is #3AC677. Grayscale: #6B6B6B. Windows color (decimal): -3851896 or 8927685. OLE color: 8927685.

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

Color convert

RGB 197 57 136 -
CMYK 0 0.71 0.31 0.23
HSL 326.14º 0.55% 0.5% -
HSV(B) 326.14º 0.71% 0.77% -
XYZ 28.93 16.57 24.97 -
YUV 107.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 197 57 136 0 0.71 0.31 0.23 326.14 0.55 0.5
Hex C5 39 88 0 47 1F 17 146 37 32
Octal 305 71 210 0 107 37 27 506 67 62
Binary 11000101 111001 10001000 0 1000111 11111 10111 101000110 110111 110010

Color Harmonies of #C53988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53988

Black with #C53988

Text Example


Text Example

White with #C53988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53988; }

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

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

background-color css

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

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

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

border-color css

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

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

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