Html Css Color HEX #C50C90 Medium Violet Red

📋 copy color: '#C50C90'

red 197 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #C50C90

Tints of Medium Violet Red #C50C90

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.4%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 55.81%
G = 3.4%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C50C90 (or 0xC50C90) is known color: Medium Violet Red. HEX triplet: C5, 0C and 90. RGB value is (197,12,144). Sum of RGB (Red+Green+Blue) = 197+12+144=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50C90 is #3AF36F. Grayscale: #525252. Windows color (decimal): -3863408 or 9440453. OLE color: 9440453.

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

Color convert

RGB 197 12 144 -
CMYK 0 0.94 0.27 0.23
HSL 317.19º 0.89% 0.41% -
HSV(B) 317.19º 0.94% 0.77% -
XYZ 28.19 14.15 27.63 -
YUV 82.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 197 12 144 0 0.94 0.27 0.23 317.19 0.89 0.41
Hex C5 C 90 0 5E 1B 17 13D 59 29
Octal 305 14 220 0 136 33 27 475 131 51
Binary 11000101 1100 10010000 0 1011110 11011 10111 100111101 1011001 101001

Color Harmonies of #C50C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50C90

Black with #C50C90

Text Example


Text Example

White with #C50C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50C90; }

 p { color: rgb(197,12,144); }

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

background-color css

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

 a { background-color: rgb(197,12,144); }

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

border-color css

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

 span { border-color: rgb(197,12,144); }

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