#C60ACE

Color #C60ACE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C60ACE

Tints of Deep Magenta #C60ACE

Color information

#C60ACE (or 0xC60ACE) is unknown color: approx Deep Magenta. HEX triplet: C6, 0A and CE. RGB value is (198,10,206). Sum of RGB (Red+Green+Blue) = 198+10+206=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #C60ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ACE is #39F531. Grayscale: #575757. Windows color (decimal): -3798322 or 13503174. OLE color: 13503174.

HSL color Cylindrical-coordinate representation of color #C60ACE: hue angle of 297.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60ACE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19810206-
CMYK0.040.9500.19
HSL297.55º90.74%42.35%-
HSV(B)297.55º95.15%80.78%-
XYZ34.5416.6859.79-
YUV88.56194.28206.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 10 (4.30% from 255) = 2.42%
BLUE value IS 206 (80.86% from 255) = 49.76%
R=47.83%
G=2.42%
B=49.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198102060.040.9500.19297.5590.7442.35
HexC6ACE45F01312a5b2a
Octal30612316413702345213352
Binary1100011010101100111010010111110100111001010101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60ACE; }

 p { color: rgb(198,10,206); }

 H1.HeaderClassName
 {
   color: #C60ACE;
 }
 .AnyTagClassName
 {
   color: #C60ACE;
 }
</style>
background-color css

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

 a { background-color: rgb(198,10,206); }

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

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

 span { border-color: rgb(198,10,206); }

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