Html Css Color HEX #C50091 Medium Violet Red

📋 copy color: '#C50091'

red 197 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #C50091

Tints of Medium Violet Red #C50091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 57.6%
G = 0%
B = 42.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C50091 (or 0xC50091) is known color: Medium Violet Red. HEX triplet: C5, 00 and 91. RGB value is (197,0,145). Sum of RGB (Red+Green+Blue) = 197+0+145=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C50091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50091 is #3AFF6E. Grayscale: #4B4B4B. Windows color (decimal): -3866479 or 9502917. OLE color: 9502917.

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

Color convert

RGB 197 0 145 -
CMYK 0 1 0.26 0.23
HSL 315.84º 1% 0.39% -
HSV(B) 315.84º 1% 0.77% -
XYZ 28.14 13.91 27.99 -
YUV 75.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 197 0 145 0 1 0.26 0.23 315.84 1 0.39
Hex C5 0 91 0 64 1A 17 13C 64 27
Octal 305 0 221 0 144 32 27 474 144 47
Binary 11000101 0 10010001 0 1100100 11010 10111 100111100 1100100 100111

Color Harmonies of #C50091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50091

Black with #C50091

Text Example


Text Example

White with #C50091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50091; }

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

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

background-color css

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

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

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

border-color css

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

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

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