Html Css Color HEX #C53184 Medium Red Violet

📋 copy color: '#C53184'

red 197 ◦ green 49 ◦ blue 132

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

Shades of Medium Red Violet #C53184

Tints of Medium Red Violet #C53184

RGB

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

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

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

R = 52.12%
G = 12.96%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C53184 (or 0xC53184) is known color: Medium Red Violet. HEX triplet: C5, 31 and 84. RGB value is (197,49,132). Sum of RGB (Red+Green+Blue) = 197+49+132=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C53184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53184 is #3ACE7B. Grayscale: #666666. Windows color (decimal): -3853948 or 8663493. OLE color: 8663493.

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

Color convert

RGB 197 49 132 -
CMYK 0 0.75 0.33 0.23
HSL 326.35º 0.6% 0.48% -
HSV(B) 326.35º 0.75% 0.77% -
XYZ 28.29 15.73 23.38 -
YUV 102.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 197 49 132 0 0.75 0.33 0.23 326.35 0.6 0.48
Hex C5 31 84 0 4B 21 17 146 3C 30
Octal 305 61 204 0 113 41 27 506 74 60
Binary 11000101 110001 10000100 0 1001011 100001 10111 101000110 111100 110000

Color Harmonies of #C53184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53184

Black with #C53184

Text Example


Text Example

White with #C53184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53184; }

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

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

background-color css

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

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

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

border-color css

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

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

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