Html Css Color HEX #C53182 Medium Red Violet

📋 copy color: '#C53182'

red 197 ◦ green 49 ◦ blue 130

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

Shades of Medium Red Violet #C53182

Tints of Medium Red Violet #C53182

RGB

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

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

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

R = 52.39%
G = 13.03%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C53182 (or 0xC53182) is known color: Medium Red Violet. HEX triplet: C5, 31 and 82. RGB value is (197,49,130). Sum of RGB (Red+Green+Blue) = 197+49+130=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C53182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53182 is #3ACE7D. Grayscale: #666666. Windows color (decimal): -3853950 or 8532421. OLE color: 8532421.

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

Color convert

RGB 197 49 130 -
CMYK 0 0.75 0.34 0.23
HSL 327.16º 0.6% 0.48% -
HSV(B) 327.16º 0.75% 0.77% -
XYZ 28.15 15.68 22.66 -
YUV 102.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 197 49 130 0 0.75 0.34 0.23 327.16 0.6 0.48
Hex C5 31 82 0 4B 22 17 147 3C 30
Octal 305 61 202 0 113 42 27 507 74 60
Binary 11000101 110001 10000010 0 1001011 100010 10111 101000111 111100 110000

Color Harmonies of #C53182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53182

Black with #C53182

Text Example


Text Example

White with #C53182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53182; }

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

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

background-color css

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

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

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

border-color css

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

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

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