Html Css Color HEX #C50D92 Medium Violet Red

📋 copy color: '#C50D92'

red 197 ◦ green 13 ◦ blue 146

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

Shades of Medium Violet Red #C50D92

Tints of Medium Violet Red #C50D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.65%

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

R = 55.34%
G = 3.65%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C50D92 (or 0xC50D92) is known color: Medium Violet Red. HEX triplet: C5, 0D and 92. RGB value is (197,13,146). Sum of RGB (Red+Green+Blue) = 197+13+146=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50D92 is #3AF26D. Grayscale: #525252. Windows color (decimal): -3863150 or 9571781. OLE color: 9571781.

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

Color convert

RGB 197 13 146 -
CMYK 0 0.93 0.26 0.23
HSL 316.63º 0.88% 0.41% -
HSV(B) 316.63º 0.93% 0.77% -
XYZ 28.36 14.23 28.45 -
YUV 83.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 197 13 146 0 0.93 0.26 0.23 316.63 0.88 0.41
Hex C5 D 92 0 5D 1A 17 13D 58 29
Octal 305 15 222 0 135 32 27 475 130 51
Binary 11000101 1101 10010010 0 1011101 11010 10111 100111101 1011000 101001

Color Harmonies of #C50D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D92

Black with #C50D92

Text Example


Text Example

White with #C50D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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