Html Css Color HEX #C91499 Medium Violet Red

📋 copy color: '#C91499'

red 201 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #C91499

Tints of Medium Violet Red #C91499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 53.74%
G = 5.35%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C91499 (or 0xC91499) is known color: Medium Violet Red. HEX triplet: C9, 14 and 99. RGB value is (201,20,153). Sum of RGB (Red+Green+Blue) = 201+20+153=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C91499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91499 is #36EB66. Grayscale: #585858. Windows color (decimal): -3599207 or 10032329. OLE color: 10032329.

HSL color Cylindrical-coordinate representation of color #C91499: hue angle of 315.91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91499 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 153 -
CMYK 0 0.90 0.24 0.21
HSL 315.91º 0.82% 0.43% -
HSV(B) 315.91º 0.9% 0.79% -
XYZ 30.09 15.22 31.49 -
YUV 89.28 163.97 207.69 -
System Red Green Blue C M Y K H S L
Decimal 201 20 153 0 0.90 0.24 0.21 315.91 0.82 0.43
Hex C9 14 99 0 5A 18 15 13C 52 2B
Octal 311 24 231 0 132 30 25 474 122 53
Binary 11001001 10100 10011001 0 1011010 11000 10101 100111100 1010010 101011

Color Harmonies of #C91499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91499

Black with #C91499

Text Example


Text Example

White with #C91499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91499; }

 p { color: rgb(201,20,153); }

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

background-color css

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

 a { background-color: rgb(201,20,153); }

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

border-color css

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

 span { border-color: rgb(201,20,153); }

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