Html Css Color HEX #C50190 Medium Violet Red

📋 copy color: '#C50190'

red 197 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #C50190

Tints of Medium Violet Red #C50190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 57.6%
G = 0.29%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C50190 (or 0xC50190) is known color: Medium Violet Red. HEX triplet: C5, 01 and 90. RGB value is (197,1,144). Sum of RGB (Red+Green+Blue) = 197+1+144=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C50190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50190 is #3AFE6F. Grayscale: #4B4B4B. Windows color (decimal): -3866224 or 9437637. OLE color: 9437637.

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

Color convert

RGB 197 1 144 -
CMYK 0 0.99 0.27 0.23
HSL 316.22º 0.99% 0.39% -
HSV(B) 316.22º 0.99% 0.77% -
XYZ 28.07 13.91 27.59 -
YUV 75.91 166.43 214.37 -
System Red Green Blue C M Y K H S L
Decimal 197 1 144 0 0.99 0.27 0.23 316.22 0.99 0.39
Hex C5 1 90 0 63 1B 17 13C 63 27
Octal 305 1 220 0 143 33 27 474 143 47
Binary 11000101 1 10010000 0 1100011 11011 10111 100111100 1100011 100111

Color Harmonies of #C50190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50190

Black with #C50190

Text Example


Text Example

White with #C50190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50190; }

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

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

background-color css

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

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

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

border-color css

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

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

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