Html Css Color HEX #C50792 Medium Violet Red

📋 copy color: '#C50792'

red 197 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #C50792

Tints of Medium Violet Red #C50792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 56.29%
G = 2%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C50792 (or 0xC50792) is known color: Medium Violet Red. HEX triplet: C5, 07 and 92. RGB value is (197,7,146). Sum of RGB (Red+Green+Blue) = 197+7+146=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C50792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50792 is #3AF86D. Grayscale: #4F4F4F. Windows color (decimal): -3864686 or 9570245. OLE color: 9570245.

HSL color Cylindrical-coordinate representation of color #C50792: hue angle of 316.11º degrees, saturation: 0.93, 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 #C50792 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 146 -
CMYK 0 0.96 0.26 0.23
HSL 316.11º 0.93% 0.4% -
HSV(B) 316.11º 0.96% 0.77% -
XYZ 28.29 14.1 28.42 -
YUV 79.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 197 7 146 0 0.96 0.26 0.23 316.11 0.93 0.4
Hex C5 7 92 0 60 1A 17 13C 5D 28
Octal 305 7 222 0 140 32 27 474 135 50
Binary 11000101 111 10010010 0 1100000 11010 10111 100111100 1011101 101000

Color Harmonies of #C50792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50792

Black with #C50792

Text Example


Text Example

White with #C50792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50792; }

 p { color: rgb(197,7,146); }

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

background-color css

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

 a { background-color: rgb(197,7,146); }

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

border-color css

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

 span { border-color: rgb(197,7,146); }

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