Html Css Color HEX #C50292 Medium Violet Red

📋 copy color: '#C50292'

red 197 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #C50292

Tints of Medium Violet Red #C50292

RGB

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

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

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

R = 57.1%
G = 0.58%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C50292 (or 0xC50292) is known color: Medium Violet Red. HEX triplet: C5, 02 and 92. RGB value is (197,2,146). Sum of RGB (Red+Green+Blue) = 197+2+146=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C50292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50292 is #3AFD6D. Grayscale: #4C4C4C. Windows color (decimal): -3865966 or 9568965. OLE color: 9568965.

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

Color convert

RGB 197 2 146 -
CMYK 0 0.99 0.26 0.23
HSL 315.69º 0.98% 0.39% -
HSV(B) 315.69º 0.99% 0.77% -
XYZ 28.24 13.99 28.41 -
YUV 76.72 167.1 213.79 -
System Red Green Blue C M Y K H S L
Decimal 197 2 146 0 0.99 0.26 0.23 315.69 0.98 0.39
Hex C5 2 92 0 63 1A 17 13C 62 27
Octal 305 2 222 0 143 32 27 474 142 47
Binary 11000101 10 10010010 0 1100011 11010 10111 100111100 1100010 100111

Color Harmonies of #C50292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50292

Black with #C50292

Text Example


Text Example

White with #C50292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50292; }

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

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

background-color css

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

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

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

border-color css

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

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

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