Html Css Color HEX #C60486 Medium Violet Red

📋 copy color: '#C60486'

red 198 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #C60486

Tints of Medium Violet Red #C60486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 58.93%
G = 1.19%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C60486 (or 0xC60486) is known color: Medium Violet Red. HEX triplet: C6, 04 and 86. RGB value is (198,4,134). Sum of RGB (Red+Green+Blue) = 198+4+134=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C60486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60486 is #39FB79. Grayscale: #4C4C4C. Windows color (decimal): -3799930 or 8783046. OLE color: 8783046.

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

Color convert

RGB 198 4 134 -
CMYK 0 0.98 0.32 0.22
HSL 319.79º 0.96% 0.4% -
HSV(B) 319.79º 0.98% 0.78% -
XYZ 27.64 13.81 23.76 -
YUV 76.83 160.27 214.43 -
System Red Green Blue C M Y K H S L
Decimal 198 4 134 0 0.98 0.32 0.22 319.79 0.96 0.4
Hex C6 4 86 0 62 20 16 140 60 28
Octal 306 4 206 0 142 40 26 500 140 50
Binary 11000110 100 10000110 0 1100010 100000 10110 101000000 1100000 101000

Color Harmonies of #C60486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60486

Black with #C60486

Text Example


Text Example

White with #C60486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60486; }

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

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

background-color css

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

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

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

border-color css

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

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

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