Html Css Color HEX #C91990 Medium Violet Red

📋 copy color: '#C91990'

red 201 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #C91990

Tints of Medium Violet Red #C91990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.76%

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

R = 54.32%
G = 6.76%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C91990 (or 0xC91990) is known color: Medium Violet Red. HEX triplet: C9, 19 and 90. RGB value is (201,25,144). Sum of RGB (Red+Green+Blue) = 201+25+144=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C91990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91990 is #36E66F. Grayscale: #5A5A5A. Windows color (decimal): -3597936 or 9443785. OLE color: 9443785.

HSL color Cylindrical-coordinate representation of color #C91990: hue angle of 319.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91990 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 144 -
CMYK 0 0.88 0.28 0.21
HSL 319.43º 0.78% 0.44% -
HSV(B) 319.43º 0.88% 0.79% -
XYZ 29.47 15.13 27.75 -
YUV 91.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 201 25 144 0 0.88 0.28 0.21 319.43 0.78 0.44
Hex C9 19 90 0 58 1C 15 13F 4E 2C
Octal 311 31 220 0 130 34 25 477 116 54
Binary 11001001 11001 10010000 0 1011000 11100 10101 100111111 1001110 101100

Color Harmonies of #C91990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91990

Black with #C91990

Text Example


Text Example

White with #C91990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91990; }

 p { color: rgb(201,25,144); }

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

background-color css

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

 a { background-color: rgb(201,25,144); }

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

border-color css

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

 span { border-color: rgb(201,25,144); }

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