Html Css Color HEX #C9086F Medium Violet Red

📋 copy color: '#C9086F'

red 201 ◦ green 8 ◦ blue 111

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

Shades of Medium Violet Red #C9086F

Tints of Medium Violet Red #C9086F

RGB

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

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

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

R = 62.81%
G = 2.5%
B = 34.69%

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

#C9086F (or 0xC9086F) is known color: Medium Violet Red. HEX triplet: C9, 08 and 6F. RGB value is (201,8,111). Sum of RGB (Red+Green+Blue) = 201+8+111=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C9086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9086F is #36F790. Grayscale: #4D4D4D. Windows color (decimal): -3602321 or 7276745. OLE color: 7276745.

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

Color convert

RGB 201 8 111 -
CMYK 0 0.96 0.45 0.21
HSL 327.98º 0.92% 0.41% -
HSV(B) 327.98º 0.96% 0.79% -
XYZ 27.04 13.74 16.27 -
YUV 77.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 201 8 111 0 0.96 0.45 0.21 327.98 0.92 0.41
Hex C9 8 6F 0 60 2D 15 148 5C 29
Octal 311 10 157 0 140 55 25 510 134 51
Binary 11001001 1000 1101111 0 1100000 101101 10101 101001000 1011100 101001

Color Harmonies of #C9086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9086F

Black with #C9086F

Text Example


Text Example

White with #C9086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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