Html Css Color HEX #C53584 Medium Red Violet

📋 copy color: '#C53584'

red 197 ◦ green 53 ◦ blue 132

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

Shades of Medium Red Violet #C53584

Tints of Medium Red Violet #C53584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 51.57%
G = 13.87%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C53584 (or 0xC53584) is known color: Medium Red Violet. HEX triplet: C5, 35 and 84. RGB value is (197,53,132). Sum of RGB (Red+Green+Blue) = 197+53+132=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53584 is #3ACA7B. Grayscale: #686868. Windows color (decimal): -3852924 or 8664517. OLE color: 8664517.

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

Color convert

RGB 197 53 132 -
CMYK 0 0.73 0.33 0.23
HSL 327.08º 0.58% 0.49% -
HSV(B) 327.08º 0.73% 0.77% -
XYZ 28.46 16.08 23.43 -
YUV 105.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 197 53 132 0 0.73 0.33 0.23 327.08 0.58 0.49
Hex C5 35 84 0 49 21 17 147 3A 31
Octal 305 65 204 0 111 41 27 507 72 61
Binary 11000101 110101 10000100 0 1001001 100001 10111 101000111 111010 110001

Color Harmonies of #C53584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53584

Black with #C53584

Text Example


Text Example

White with #C53584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53584; }

 p { color: rgb(197,53,132); }

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

background-color css

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

 a { background-color: rgb(197,53,132); }

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

border-color css

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

 span { border-color: rgb(197,53,132); }

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