Html Css Color HEX #C53181 Medium Red Violet

📋 copy color: '#C53181'

red 197 ◦ green 49 ◦ blue 129

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

Shades of Medium Red Violet #C53181

Tints of Medium Red Violet #C53181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 52.53%
G = 13.07%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C53181 (or 0xC53181) is known color: Medium Red Violet. HEX triplet: C5, 31 and 81. RGB value is (197,49,129). Sum of RGB (Red+Green+Blue) = 197+49+129=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C53181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53181 is #3ACE7E. Grayscale: #666666. Windows color (decimal): -3853951 or 8466885. OLE color: 8466885.

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

Color convert

RGB 197 49 129 -
CMYK 0 0.75 0.35 0.23
HSL 327.57º 0.6% 0.48% -
HSV(B) 327.57º 0.75% 0.77% -
XYZ 28.09 15.65 22.31 -
YUV 102.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 197 49 129 0 0.75 0.35 0.23 327.57 0.6 0.48
Hex C5 31 81 0 4B 23 17 148 3C 30
Octal 305 61 201 0 113 43 27 510 74 60
Binary 11000101 110001 10000001 0 1001011 100011 10111 101001000 111100 110000

Color Harmonies of #C53181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53181

Black with #C53181

Text Example


Text Example

White with #C53181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53181; }

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

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

background-color css

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

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

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

border-color css

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

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

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