Html Css Color HEX #C50276 Medium Violet Red

📋 copy color: '#C50276'

red 197 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #C50276

Tints of Medium Violet Red #C50276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 62.15%
G = 0.63%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C50276 (or 0xC50276) is known color: Medium Violet Red. HEX triplet: C5, 02 and 76. RGB value is (197,2,118). Sum of RGB (Red+Green+Blue) = 197+2+118=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C50276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50276 is #3AFD89. Grayscale: #494949. Windows color (decimal): -3865994 or 7733957. OLE color: 7733957.

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

Color convert

RGB 197 2 118 -
CMYK 0 0.99 0.40 0.23
HSL 324.31º 0.98% 0.39% -
HSV(B) 324.31º 0.99% 0.77% -
XYZ 26.32 13.22 18.3 -
YUV 73.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 197 2 118 0 0.99 0.40 0.23 324.31 0.98 0.39
Hex C5 2 76 0 63 28 17 144 62 27
Octal 305 2 166 0 143 50 27 504 142 47
Binary 11000101 10 1110110 0 1100011 101000 10111 101000100 1100010 100111

Color Harmonies of #C50276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50276

Black with #C50276

Text Example


Text Example

White with #C50276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50276; }

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

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

background-color css

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

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

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

border-color css

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

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

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