Html Css Color HEX #C6086C Medium Violet Red

📋 copy color: '#C6086C'

red 198 ◦ green 8 ◦ blue 108

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

Shades of Medium Violet Red #C6086C

Tints of Medium Violet Red #C6086C

RGB

 RED value IS 198 (77.73% from 255) = 63.06%

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

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

R = 63.06%
G = 2.55%
B = 34.39%

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

#C6086C (or 0xC6086C) is known color: Medium Violet Red. HEX triplet: C6, 08 and 6C. RGB value is (198,8,108). Sum of RGB (Red+Green+Blue) = 198+8+108=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6086C is #39F793. Grayscale: #4C4C4C. Windows color (decimal): -3798932 or 7080134. OLE color: 7080134.

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

Color convert

RGB 198 8 108 -
CMYK 0 0.96 0.45 0.22
HSL 328.42º 0.92% 0.4% -
HSV(B) 328.42º 0.96% 0.78% -
XYZ 26.08 13.26 15.37 -
YUV 76.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 198 8 108 0 0.96 0.45 0.22 328.42 0.92 0.4
Hex C6 8 6C 0 60 2D 16 148 5C 28
Octal 306 10 154 0 140 55 26 510 134 50
Binary 11000110 1000 1101100 0 1100000 101101 10110 101001000 1011100 101000

Color Harmonies of #C6086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6086C

Black with #C6086C

Text Example


Text Example

White with #C6086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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