#C61AC1

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

Shades of Deep Magenta #C61AC1

Tints of Deep Magenta #C61AC1

Color information

#C61AC1 (or 0xC61AC1) is unknown color: approx Deep Magenta. HEX triplet: C6, 1A and C1. RGB value is (198,26,193). Sum of RGB (Red+Green+Blue) = 198+26+193=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AC1 is #39E53E. Grayscale: #5F5F5F. Windows color (decimal): -3794239 or 12655302. OLE color: 12655302.

HSL color Cylindrical-coordinate representation of color #C61AC1: hue angle of 301.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61AC1 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19826193-
CMYK00.870.030.22
HSL301.74º76.79%43.92%-
HSV(B)301.74º86.87%77.65%-
XYZ33.2816.5951.9-
YUV96.47182.48200.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 26 (10.55% from 255) = 6.24%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=47.48%
G=6.24%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982619300.870.030.22301.7476.7943.92
HexC61AC105731612e4d2c
Octal30632301012732645611554
Binary1100011011010110000010101011111101101001011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61AC1; }

 p { color: rgb(198,26,193); }

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

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

 a { background-color: rgb(198,26,193); }

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

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

 span { border-color: rgb(198,26,193); }

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