Html Css Color HEX #C60FA6 Medium Violet Red

📋 copy color: '#C60FA6'

red 198 ◦ green 15 ◦ blue 166

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

Shades of Medium Violet Red #C60FA6

Tints of Medium Violet Red #C60FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 52.24%
G = 3.96%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C60FA6 (or 0xC60FA6) is known color: Medium Violet Red. HEX triplet: C6, 0F and A6. RGB value is (198,15,166). Sum of RGB (Red+Green+Blue) = 198+15+166=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60FA6 is #39F059. Grayscale: #565656. Windows color (decimal): -3797082 or 10883014. OLE color: 10883014.

HSL color Cylindrical-coordinate representation of color #C60FA6: hue angle of 310.49º 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 #C60FA6 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 15 166 -
CMYK 0 0.92 0.16 0.22
HSL 310.49º 0.86% 0.42% -
HSV(B) 310.49º 0.92% 0.78% -
XYZ 30.34 15.1 37.39 -
YUV 86.93 172.63 207.22 -
System Red Green Blue C M Y K H S L
Decimal 198 15 166 0 0.92 0.16 0.22 310.49 0.86 0.42
Hex C6 F A6 0 5C 10 16 136 56 2A
Octal 306 17 246 0 134 20 26 466 126 52
Binary 11000110 1111 10100110 0 1011100 10000 10110 100110110 1010110 101010

Color Harmonies of #C60FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FA6

Black with #C60FA6

Text Example


Text Example

White with #C60FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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