Html Css Color HEX #C90191 Medium Violet Red

📋 copy color: '#C90191'

red 201 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #C90191

Tints of Medium Violet Red #C90191

RGB

 RED value IS 201 (78.91% from 255) = 57.93%

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

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

R = 57.93%
G = 0.29%
B = 41.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C90191 (or 0xC90191) is known color: Medium Violet Red. HEX triplet: C9, 01 and 91. RGB value is (201,1,145). Sum of RGB (Red+Green+Blue) = 201+1+145=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C90191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90191 is #36FE6E. Grayscale: #4C4C4C. Windows color (decimal): -3604079 or 9503177. OLE color: 9503177.

HSL color Cylindrical-coordinate representation of color #C90191: hue angle of 316.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90191 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 145 -
CMYK 0 1.00 0.28 0.21
HSL 316.8º 0.99% 0.4% -
HSV(B) 316.8º 1% 0.79% -
XYZ 29.21 14.48 28.04 -
YUV 77.22 166.26 216.29 -
System Red Green Blue C M Y K H S L
Decimal 201 1 145 0 1.00 0.28 0.21 316.8 0.99 0.4
Hex C9 1 91 0 64 1C 15 13D 63 28
Octal 311 1 221 0 144 34 25 475 143 50
Binary 11001001 1 10010001 0 1100100 11100 10101 100111101 1100011 101000

Color Harmonies of #C90191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90191

Black with #C90191

Text Example


Text Example

White with #C90191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90191; }

 p { color: rgb(201,1,145); }

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

background-color css

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

 a { background-color: rgb(201,1,145); }

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

border-color css

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

 span { border-color: rgb(201,1,145); }

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