Html Css Color HEX #C9086C Medium Violet Red

📋 copy color: '#C9086C'

red 201 ◦ green 8 ◦ blue 108

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

Shades of Medium Violet Red #C9086C

Tints of Medium Violet Red #C9086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 63.41%
G = 2.52%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9086C (or 0xC9086C) is known color: Medium Violet Red. HEX triplet: C9, 08 and 6C. RGB value is (201,8,108). Sum of RGB (Red+Green+Blue) = 201+8+108=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9086C is #36F793. Grayscale: #4C4C4C. Windows color (decimal): -3602324 or 7080137. OLE color: 7080137.

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

Color convert

RGB 201 8 108 -
CMYK 0 0.96 0.46 0.21
HSL 328.91º 0.92% 0.41% -
HSV(B) 328.91º 0.96% 0.79% -
XYZ 26.88 13.67 15.41 -
YUV 77.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 201 8 108 0 0.96 0.46 0.21 328.91 0.92 0.41
Hex C9 8 6C 0 60 2E 15 149 5C 29
Octal 311 10 154 0 140 56 25 511 134 51
Binary 11001001 1000 1101100 0 1100000 101110 10101 101001001 1011100 101001

Color Harmonies of #C9086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9086C

Black with #C9086C

Text Example


Text Example

White with #C9086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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