Html Css Color HEX #C53488 Medium Red Violet

📋 copy color: '#C53488'

red 197 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #C53488

Tints of Medium Red Violet #C53488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

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

R = 51.17%
G = 13.51%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C53488 (or 0xC53488) is known color: Medium Red Violet. HEX triplet: C5, 34 and 88. RGB value is (197,52,136). Sum of RGB (Red+Green+Blue) = 197+52+136=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C53488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53488 is #3ACB77. Grayscale: #686868. Windows color (decimal): -3853176 or 8926405. OLE color: 8926405.

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

Color convert

RGB 197 52 136 -
CMYK 0 0.74 0.31 0.23
HSL 325.24º 0.58% 0.49% -
HSV(B) 325.24º 0.74% 0.77% -
XYZ 28.7 16.1 24.89 -
YUV 104.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 197 52 136 0 0.74 0.31 0.23 325.24 0.58 0.49
Hex C5 34 88 0 4A 1F 17 145 3A 31
Octal 305 64 210 0 112 37 27 505 72 61
Binary 11000101 110100 10001000 0 1001010 11111 10111 101000101 111010 110001

Color Harmonies of #C53488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53488

Black with #C53488

Text Example


Text Example

White with #C53488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53488; }

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

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

background-color css

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

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

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

border-color css

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

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

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