Html Css Color HEX #C9096F Medium Violet Red

📋 copy color: '#C9096F'

red 201 ◦ green 9 ◦ blue 111

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

Shades of Medium Violet Red #C9096F

Tints of Medium Violet Red #C9096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 62.62%
G = 2.8%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9096F (or 0xC9096F) is known color: Medium Violet Red. HEX triplet: C9, 09 and 6F. RGB value is (201,9,111). Sum of RGB (Red+Green+Blue) = 201+9+111=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C9096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9096F is #36F690. Grayscale: #4D4D4D. Windows color (decimal): -3602065 or 7277001. OLE color: 7277001.

HSL color Cylindrical-coordinate representation of color #C9096F: hue angle of 328.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9096F is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 9 111 -
CMYK 0 0.96 0.45 0.21
HSL 328.13º 0.91% 0.41% -
HSV(B) 328.13º 0.96% 0.79% -
XYZ 27.05 13.76 16.27 -
YUV 78.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 201 9 111 0 0.96 0.45 0.21 328.13 0.91 0.41
Hex C9 9 6F 0 60 2D 15 148 5B 29
Octal 311 11 157 0 140 55 25 510 133 51
Binary 11001001 1001 1101111 0 1100000 101101 10101 101001000 1011011 101001

Color Harmonies of #C9096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9096F

Black with #C9096F

Text Example


Text Example

White with #C9096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9096F; }

 p { color: rgb(201,9,111); }

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

background-color css

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

 a { background-color: rgb(201,9,111); }

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

border-color css

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

 span { border-color: rgb(201,9,111); }

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