#C61AC7

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

Shades of Deep Magenta #C61AC7

Tints of Deep Magenta #C61AC7

Color information

#C61AC7 (or 0xC61AC7) is unknown color: approx Deep Magenta. HEX triplet: C6, 1A and C7. RGB value is (198,26,199). Sum of RGB (Red+Green+Blue) = 198+26+199=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #C61AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AC7 is #39E538. Grayscale: #606060. Windows color (decimal): -3794233 or 13048518. OLE color: 13048518.

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

Color convert

RGB19826199-
CMYK0.010.8700.22
HSL299.65º76.89%44.12%-
HSV(B)299.65º86.93%78.04%-
XYZ33.9716.8755.5-
YUV97.15185.48199.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 26 (10.55% from 255) = 6.15%
BLUE value IS 199 (78.12% from 255) = 47.04%
R=46.81%
G=6.15%
B=47.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198261990.010.8700.22299.6576.8944.12
HexC61AC715701612c4d2c
Octal30632307112702645411554
Binary110001101101011000111110101110101101001011001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61AC7; }

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

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

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

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

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

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

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

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