Html Css Color HEX #C91096 Medium Violet Red

📋 copy color: '#C91096'

red 201 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #C91096

Tints of Medium Violet Red #C91096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 54.77%
G = 4.36%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C91096 (or 0xC91096) is known color: Medium Violet Red. HEX triplet: C9, 10 and 96. RGB value is (201,16,150). Sum of RGB (Red+Green+Blue) = 201+16+150=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C91096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91096 is #36EF69. Grayscale: #565656. Windows color (decimal): -3600234 or 9834697. OLE color: 9834697.

HSL color Cylindrical-coordinate representation of color #C91096: hue angle of 316.54º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91096 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 150 -
CMYK 0 0.92 0.25 0.21
HSL 316.54º 0.85% 0.43% -
HSV(B) 316.54º 0.92% 0.79% -
XYZ 29.78 14.99 30.18 -
YUV 86.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 201 16 150 0 0.92 0.25 0.21 316.54 0.85 0.43
Hex C9 10 96 0 5C 19 15 13D 55 2B
Octal 311 20 226 0 134 31 25 475 125 53
Binary 11001001 10000 10010110 0 1011100 11001 10101 100111101 1010101 101011

Color Harmonies of #C91096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91096

Black with #C91096

Text Example


Text Example

White with #C91096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91096; }

 p { color: rgb(201,16,150); }

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

background-color css

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

 a { background-color: rgb(201,16,150); }

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

border-color css

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

 span { border-color: rgb(201,16,150); }

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