Html Css Color HEX #C60686 Medium Violet Red

📋 copy color: '#C60686'

red 198 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #C60686

Tints of Medium Violet Red #C60686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 58.58%
G = 1.78%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C60686 (or 0xC60686) is known color: Medium Violet Red. HEX triplet: C6, 06 and 86. RGB value is (198,6,134). Sum of RGB (Red+Green+Blue) = 198+6+134=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C60686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60686 is #39F979. Grayscale: #4D4D4D. Windows color (decimal): -3799418 or 8783558. OLE color: 8783558.

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

Color convert

RGB 198 6 134 -
CMYK 0 0.97 0.32 0.22
HSL 320º 0.94% 0.4% -
HSV(B) 320º 0.97% 0.78% -
XYZ 27.66 13.86 23.77 -
YUV 78 159.61 213.59 -
System Red Green Blue C M Y K H S L
Decimal 198 6 134 0 0.97 0.32 0.22 320 0.94 0.4
Hex C6 6 86 0 61 20 16 140 5E 28
Octal 306 6 206 0 141 40 26 500 136 50
Binary 11000110 110 10000110 0 1100001 100000 10110 101000000 1011110 101000

Color Harmonies of #C60686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60686

Black with #C60686

Text Example


Text Example

White with #C60686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60686; }

 p { color: rgb(198,6,134); }

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

background-color css

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

 a { background-color: rgb(198,6,134); }

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

border-color css

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

 span { border-color: rgb(198,6,134); }

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