Html Css Color HEX #C50090 Medium Violet Red

📋 copy color: '#C50090'

red 197 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #C50090

Tints of Medium Violet Red #C50090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.77%
G = 0%
B = 42.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C50090 (or 0xC50090) is known color: Medium Violet Red. HEX triplet: C5, 00 and 90. RGB value is (197,0,144). Sum of RGB (Red+Green+Blue) = 197+0+144=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C50090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50090 is #3AFF6F. Grayscale: #4A4A4A. Windows color (decimal): -3866480 or 9437381. OLE color: 9437381.

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

Color convert

RGB 197 0 144 -
CMYK 0 1 0.27 0.23
HSL 316.14º 1% 0.39% -
HSV(B) 316.14º 1% 0.77% -
XYZ 28.06 13.88 27.59 -
YUV 75.32 166.77 214.79 -
System Red Green Blue C M Y K H S L
Decimal 197 0 144 0 1 0.27 0.23 316.14 1 0.39
Hex C5 0 90 0 64 1B 17 13C 64 27
Octal 305 0 220 0 144 33 27 474 144 47
Binary 11000101 0 10010000 0 1100100 11011 10111 100111100 1100100 100111

Color Harmonies of #C50090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50090

Black with #C50090

Text Example


Text Example

White with #C50090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50090; }

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

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

background-color css

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

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

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

border-color css

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

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

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