Html Css Color HEX #C50492 Medium Violet Red

📋 copy color: '#C50492'

red 197 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #C50492

Tints of Medium Violet Red #C50492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 56.77%
G = 1.15%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C50492 (or 0xC50492) is known color: Medium Violet Red. HEX triplet: C5, 04 and 92. RGB value is (197,4,146). Sum of RGB (Red+Green+Blue) = 197+4+146=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C50492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50492 is #3AFB6D. Grayscale: #4D4D4D. Windows color (decimal): -3865454 or 9569477. OLE color: 9569477.

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

Color convert

RGB 197 4 146 -
CMYK 0 0.98 0.26 0.23
HSL 315.85º 0.96% 0.39% -
HSV(B) 315.85º 0.98% 0.77% -
XYZ 28.26 14.03 28.41 -
YUV 77.9 166.44 212.95 -
System Red Green Blue C M Y K H S L
Decimal 197 4 146 0 0.98 0.26 0.23 315.85 0.96 0.39
Hex C5 4 92 0 62 1A 17 13C 60 27
Octal 305 4 222 0 142 32 27 474 140 47
Binary 11000101 100 10010010 0 1100010 11010 10111 100111100 1100000 100111

Color Harmonies of #C50492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50492

Black with #C50492

Text Example


Text Example

White with #C50492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50492; }

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

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

background-color css

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

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

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

border-color css

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

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

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