Html Css Color HEX #C50981 Medium Violet Red

📋 copy color: '#C50981'

red 197 ◦ green 9 ◦ blue 129

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

Shades of Medium Violet Red #C50981

Tints of Medium Violet Red #C50981

RGB

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

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

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

R = 58.81%
G = 2.69%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C50981 (or 0xC50981) is known color: Medium Violet Red. HEX triplet: C5, 09 and 81. RGB value is (197,9,129). Sum of RGB (Red+Green+Blue) = 197+9+129=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C50981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50981 is #3AF67E. Grayscale: #4E4E4E. Windows color (decimal): -3864191 or 8456645. OLE color: 8456645.

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

Color convert

RGB 197 9 129 -
CMYK 0 0.95 0.35 0.23
HSL 321.7º 0.91% 0.4% -
HSV(B) 321.7º 0.95% 0.77% -
XYZ 27.09 13.65 21.98 -
YUV 78.89 156.28 212.24 -
System Red Green Blue C M Y K H S L
Decimal 197 9 129 0 0.95 0.35 0.23 321.7 0.91 0.4
Hex C5 9 81 0 5F 23 17 142 5B 28
Octal 305 11 201 0 137 43 27 502 133 50
Binary 11000101 1001 10000001 0 1011111 100011 10111 101000010 1011011 101000

Color Harmonies of #C50981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50981

Black with #C50981

Text Example


Text Example

White with #C50981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50981; }

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

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

background-color css

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

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

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

border-color css

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

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

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