Html Css Color HEX #C50282 Medium Violet Red

📋 copy color: '#C50282'

red 197 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #C50282

Tints of Medium Violet Red #C50282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 59.88%
G = 0.61%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C50282 (or 0xC50282) is known color: Medium Violet Red. HEX triplet: C5, 02 and 82. RGB value is (197,2,130). Sum of RGB (Red+Green+Blue) = 197+2+130=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C50282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50282 is #3AFD7D. Grayscale: #4A4A4A. Windows color (decimal): -3865982 or 8520389. OLE color: 8520389.

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

Color convert

RGB 197 2 130 -
CMYK 0 0.99 0.34 0.23
HSL 320.62º 0.98% 0.39% -
HSV(B) 320.62º 0.99% 0.77% -
XYZ 27.08 13.53 22.3 -
YUV 74.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 197 2 130 0 0.99 0.34 0.23 320.62 0.98 0.39
Hex C5 2 82 0 63 22 17 141 62 27
Octal 305 2 202 0 143 42 27 501 142 47
Binary 11000101 10 10000010 0 1100011 100010 10111 101000001 1100010 100111

Color Harmonies of #C50282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50282

Black with #C50282

Text Example


Text Example

White with #C50282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50282; }

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

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

background-color css

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

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

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

border-color css

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

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

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