Html Css Color HEX #C9086E Medium Violet Red

📋 copy color: '#C9086E'

red 201 ◦ green 8 ◦ blue 110

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

Shades of Medium Violet Red #C9086E

Tints of Medium Violet Red #C9086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 63.01%
G = 2.51%
B = 34.48%

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

#C9086E (or 0xC9086E) is known color: Medium Violet Red. HEX triplet: C9, 08 and 6E. RGB value is (201,8,110). Sum of RGB (Red+Green+Blue) = 201+8+110=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9086E is #36F791. Grayscale: #4D4D4D. Windows color (decimal): -3602322 or 7211209. OLE color: 7211209.

HSL color Cylindrical-coordinate representation of color #C9086E: hue angle of 328.29º degrees, saturation: 0.92, 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 #C9086E is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 110 -
CMYK 0 0.96 0.45 0.21
HSL 328.29º 0.92% 0.41% -
HSV(B) 328.29º 0.96% 0.79% -
XYZ 26.99 13.72 15.98 -
YUV 77.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 201 8 110 0 0.96 0.45 0.21 328.29 0.92 0.41
Hex C9 8 6E 0 60 2D 15 148 5C 29
Octal 311 10 156 0 140 55 25 510 134 51
Binary 11001001 1000 1101110 0 1100000 101101 10101 101001000 1011100 101001

Color Harmonies of #C9086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9086E

Black with #C9086E

Text Example


Text Example

White with #C9086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9086E; }

 p { color: rgb(201,8,110); }

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

background-color css

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

 a { background-color: rgb(201,8,110); }

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

border-color css

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

 span { border-color: rgb(201,8,110); }

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