Html Css Color HEX #C53284 Medium Red Violet

📋 copy color: '#C53284'

red 197 ◦ green 50 ◦ blue 132

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

Shades of Medium Red Violet #C53284

Tints of Medium Red Violet #C53284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

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

R = 51.98%
G = 13.19%
B = 34.83%

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

#C53284 (or 0xC53284) is known color: Medium Red Violet. HEX triplet: C5, 32 and 84. RGB value is (197,50,132). Sum of RGB (Red+Green+Blue) = 197+50+132=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C53284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53284 is #3ACD7B. Grayscale: #676767. Windows color (decimal): -3853692 or 8663749. OLE color: 8663749.

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

Color convert

RGB 197 50 132 -
CMYK 0 0.75 0.33 0.23
HSL 326.53º 0.6% 0.48% -
HSV(B) 326.53º 0.75% 0.77% -
XYZ 28.33 15.82 23.39 -
YUV 103.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 197 50 132 0 0.75 0.33 0.23 326.53 0.6 0.48
Hex C5 32 84 0 4B 21 17 147 3C 30
Octal 305 62 204 0 113 41 27 507 74 60
Binary 11000101 110010 10000100 0 1001011 100001 10111 101000111 111100 110000

Color Harmonies of #C53284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53284

Black with #C53284

Text Example


Text Example

White with #C53284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53284; }

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

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

background-color css

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

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

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

border-color css

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

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

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