Html Css Color HEX #C53188 Medium Red Violet

📋 copy color: '#C53188'

red 197 ◦ green 49 ◦ blue 136

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

Shades of Medium Red Violet #C53188

Tints of Medium Red Violet #C53188

RGB

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

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

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

R = 51.57%
G = 12.83%
B = 35.6%

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

#C53188 (or 0xC53188) is known color: Medium Red Violet. HEX triplet: C5, 31 and 88. RGB value is (197,49,136). Sum of RGB (Red+Green+Blue) = 197+49+136=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53188 is #3ACE77. Grayscale: #666666. Windows color (decimal): -3853944 or 8925637. OLE color: 8925637.

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

Color convert

RGB 197 49 136 -
CMYK 0 0.75 0.31 0.23
HSL 324.73º 0.6% 0.48% -
HSV(B) 324.73º 0.75% 0.77% -
XYZ 28.57 15.84 24.85 -
YUV 103.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 197 49 136 0 0.75 0.31 0.23 324.73 0.6 0.48
Hex C5 31 88 0 4B 1F 17 145 3C 30
Octal 305 61 210 0 113 37 27 505 74 60
Binary 11000101 110001 10001000 0 1001011 11111 10111 101000101 111100 110000

Color Harmonies of #C53188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53188

Black with #C53188

Text Example


Text Example

White with #C53188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53188; }

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

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

background-color css

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

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

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

border-color css

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

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

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