Html Css Color HEX #C50081 Medium Violet Red

📋 copy color: '#C50081'

red 197 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #C50081

Tints of Medium Violet Red #C50081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.43%
G = 0%
B = 39.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C50081 (or 0xC50081) is known color: Medium Violet Red. HEX triplet: C5, 00 and 81. RGB value is (197,0,129). Sum of RGB (Red+Green+Blue) = 197+0+129=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C50081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50081 is #3AFF7E. Grayscale: #494949. Windows color (decimal): -3866495 or 8454341. OLE color: 8454341.

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

Color convert

RGB 197 0 129 -
CMYK 0 1 0.35 0.23
HSL 320.71º 1% 0.39% -
HSV(B) 320.71º 1% 0.77% -
XYZ 26.99 13.46 21.94 -
YUV 73.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 197 0 129 0 1 0.35 0.23 320.71 1 0.39
Hex C5 0 81 0 64 23 17 141 64 27
Octal 305 0 201 0 144 43 27 501 144 47
Binary 11000101 0 10000001 0 1100100 100011 10111 101000001 1100100 100111

Color Harmonies of #C50081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50081

Black with #C50081

Text Example


Text Example

White with #C50081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50081; }

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

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

background-color css

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

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

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

border-color css

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

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

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