Html Css Color HEX #C53482 Medium Red Violet

📋 copy color: '#C53482'

red 197 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #C53482

Tints of Medium Red Violet #C53482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 51.98%
G = 13.72%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C53482 (or 0xC53482) is known color: Medium Red Violet. HEX triplet: C5, 34 and 82. RGB value is (197,52,130). Sum of RGB (Red+Green+Blue) = 197+52+130=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C53482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53482 is #3ACB7D. Grayscale: #686868. Windows color (decimal): -3853182 or 8533189. OLE color: 8533189.

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

Color convert

RGB 197 52 130 -
CMYK 0 0.74 0.34 0.23
HSL 327.72º 0.58% 0.49% -
HSV(B) 327.72º 0.74% 0.77% -
XYZ 28.28 15.94 22.7 -
YUV 104.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 197 52 130 0 0.74 0.34 0.23 327.72 0.58 0.49
Hex C5 34 82 0 4A 22 17 148 3A 31
Octal 305 64 202 0 112 42 27 510 72 61
Binary 11000101 110100 10000010 0 1001010 100010 10111 101001000 111010 110001

Color Harmonies of #C53482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53482

Black with #C53482

Text Example


Text Example

White with #C53482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53482; }

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

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

background-color css

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

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

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

border-color css

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

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

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