Html Css Color HEX #C50982 Medium Violet Red

📋 copy color: '#C50982'

red 197 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #C50982

Tints of Medium Violet Red #C50982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

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

R = 58.63%
G = 2.68%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C50982 (or 0xC50982) is known color: Medium Violet Red. HEX triplet: C5, 09 and 82. RGB value is (197,9,130). Sum of RGB (Red+Green+Blue) = 197+9+130=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C50982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50982 is #3AF67D. Grayscale: #4E4E4E. Windows color (decimal): -3864190 or 8522181. OLE color: 8522181.

HSL color Cylindrical-coordinate representation of color #C50982: hue angle of 321.38º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50982 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 130 -
CMYK 0 0.95 0.34 0.23
HSL 321.38º 0.91% 0.4% -
HSV(B) 321.38º 0.95% 0.77% -
XYZ 27.15 13.68 22.33 -
YUV 79.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 197 9 130 0 0.95 0.34 0.23 321.38 0.91 0.4
Hex C5 9 82 0 5F 22 17 141 5B 28
Octal 305 11 202 0 137 42 27 501 133 50
Binary 11000101 1001 10000010 0 1011111 100010 10111 101000001 1011011 101000

Color Harmonies of #C50982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50982

Black with #C50982

Text Example


Text Example

White with #C50982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50982; }

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

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

background-color css

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

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

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

border-color css

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

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

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