Html Css Color HEX #C50281 Medium Violet Red

📋 copy color: '#C50281'

red 197 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #C50281

Tints of Medium Violet Red #C50281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 60.06%
G = 0.61%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C50281 (or 0xC50281) is known color: Medium Violet Red. HEX triplet: C5, 02 and 81. RGB value is (197,2,129). Sum of RGB (Red+Green+Blue) = 197+2+129=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C50281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50281 is #3AFD7E. Grayscale: #4A4A4A. Windows color (decimal): -3865983 or 8454853. OLE color: 8454853.

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

Color convert

RGB 197 2 129 -
CMYK 0 0.99 0.35 0.23
HSL 320.92º 0.98% 0.39% -
HSV(B) 320.92º 0.99% 0.77% -
XYZ 27.01 13.5 21.95 -
YUV 74.78 158.6 215.17 -
System Red Green Blue C M Y K H S L
Decimal 197 2 129 0 0.99 0.35 0.23 320.92 0.98 0.39
Hex C5 2 81 0 63 23 17 141 62 27
Octal 305 2 201 0 143 43 27 501 142 47
Binary 11000101 10 10000001 0 1100011 100011 10111 101000001 1100010 100111

Color Harmonies of #C50281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50281

Black with #C50281

Text Example


Text Example

White with #C50281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50281; }

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

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

background-color css

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

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

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

border-color css

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

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

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