Html Css Color HEX #C60F86 Medium Violet Red

📋 copy color: '#C60F86'

red 198 ◦ green 15 ◦ blue 134

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

Shades of Medium Violet Red #C60F86

Tints of Medium Violet Red #C60F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.32%

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

R = 57.06%
G = 4.32%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C60F86 (or 0xC60F86) is known color: Medium Violet Red. HEX triplet: C6, 0F and 86. RGB value is (198,15,134). Sum of RGB (Red+Green+Blue) = 198+15+134=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F86 is #39F079. Grayscale: #525252. Windows color (decimal): -3797114 or 8785862. OLE color: 8785862.

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

Color convert

RGB 198 15 134 -
CMYK 0 0.92 0.32 0.22
HSL 320.98º 0.86% 0.42% -
HSV(B) 320.98º 0.92% 0.78% -
XYZ 27.76 14.07 23.81 -
YUV 83.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 198 15 134 0 0.92 0.32 0.22 320.98 0.86 0.42
Hex C6 F 86 0 5C 20 16 141 56 2A
Octal 306 17 206 0 134 40 26 501 126 52
Binary 11000110 1111 10000110 0 1011100 100000 10110 101000001 1010110 101010

Color Harmonies of #C60F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60F86

Black with #C60F86

Text Example


Text Example

White with #C60F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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