Html Css Color HEX #C50872 Medium Violet Red

📋 copy color: '#C50872'

red 197 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #C50872

Tints of Medium Violet Red #C50872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 61.76%
G = 2.51%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C50872 (or 0xC50872) is known color: Medium Violet Red. HEX triplet: C5, 08 and 72. RGB value is (197,8,114). Sum of RGB (Red+Green+Blue) = 197+8+114=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50872 is #3AF78D. Grayscale: #4C4C4C. Windows color (decimal): -3864462 or 7473349. OLE color: 7473349.

HSL color Cylindrical-coordinate representation of color #C50872: hue angle of 326.35º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50872 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 114 -
CMYK 0 0.96 0.42 0.23
HSL 326.35º 0.92% 0.4% -
HSV(B) 326.35º 0.96% 0.77% -
XYZ 26.15 13.26 17.1 -
YUV 76.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 197 8 114 0 0.96 0.42 0.23 326.35 0.92 0.4
Hex C5 8 72 0 60 2A 17 146 5C 28
Octal 305 10 162 0 140 52 27 506 134 50
Binary 11000101 1000 1110010 0 1100000 101010 10111 101000110 1011100 101000

Color Harmonies of #C50872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50872

Black with #C50872

Text Example


Text Example

White with #C50872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50872; }

 p { color: rgb(197,8,114); }

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

background-color css

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

 a { background-color: rgb(197,8,114); }

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

border-color css

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

 span { border-color: rgb(197,8,114); }

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