Html Css Color HEX #C53187 Medium Red Violet

📋 copy color: '#C53187'

red 197 ◦ green 49 ◦ blue 135

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

Shades of Medium Red Violet #C53187

Tints of Medium Red Violet #C53187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 51.71%
G = 12.86%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C53187 (or 0xC53187) is known color: Medium Red Violet. HEX triplet: C5, 31 and 87. RGB value is (197,49,135). Sum of RGB (Red+Green+Blue) = 197+49+135=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53187 is #3ACE78. Grayscale: #666666. Windows color (decimal): -3853945 or 8860101. OLE color: 8860101.

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

Color convert

RGB 197 49 135 -
CMYK 0 0.75 0.31 0.23
HSL 325.14º 0.6% 0.48% -
HSV(B) 325.14º 0.75% 0.77% -
XYZ 28.5 15.82 24.47 -
YUV 103.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 197 49 135 0 0.75 0.31 0.23 325.14 0.6 0.48
Hex C5 31 87 0 4B 1F 17 145 3C 30
Octal 305 61 207 0 113 37 27 505 74 60
Binary 11000101 110001 10000111 0 1001011 11111 10111 101000101 111100 110000

Color Harmonies of #C53187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53187

Black with #C53187

Text Example


Text Example

White with #C53187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53187; }

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

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

background-color css

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

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

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

border-color css

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

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

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