Html Css Color HEX #C7086E Medium Violet Red

📋 copy color: '#C7086E'

red 199 ◦ green 8 ◦ blue 110

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

Shades of Medium Violet Red #C7086E

Tints of Medium Violet Red #C7086E

RGB

 RED value IS 199 (78.13% from 255) = 62.78%

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

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

R = 62.78%
G = 2.52%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7086E (or 0xC7086E) is known color: Medium Violet Red. HEX triplet: C7, 08 and 6E. RGB value is (199,8,110). Sum of RGB (Red+Green+Blue) = 199+8+110=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C7086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7086E is #38F791. Grayscale: #4C4C4C. Windows color (decimal): -3733394 or 7211207. OLE color: 7211207.

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

Color convert

RGB 199 8 110 -
CMYK 0 0.96 0.45 0.22
HSL 327.96º 0.92% 0.41% -
HSV(B) 327.96º 0.96% 0.78% -
XYZ 26.45 13.44 15.95 -
YUV 76.74 146.78 215.21 -
System Red Green Blue C M Y K H S L
Decimal 199 8 110 0 0.96 0.45 0.22 327.96 0.92 0.41
Hex C7 8 6E 0 60 2D 16 148 5C 29
Octal 307 10 156 0 140 55 26 510 134 51
Binary 11000111 1000 1101110 0 1100000 101101 10110 101001000 1011100 101001

Color Harmonies of #C7086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7086E

Black with #C7086E

Text Example


Text Example

White with #C7086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7086E; }

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

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

background-color css

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

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

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

border-color css

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

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

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