#C61AB7

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

Shades of Deep Magenta #C61AB7

Tints of Deep Magenta #C61AB7

Color information

#C61AB7 (or 0xC61AB7) is unknown color: approx Deep Magenta. HEX triplet: C6, 1A and B7. RGB value is (198,26,183). Sum of RGB (Red+Green+Blue) = 198+26+183=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AB7 is #39E548. Grayscale: #5E5E5E. Windows color (decimal): -3794249 or 11999942. OLE color: 11999942.

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

Color convert

RGB19826183-
CMYK00.870.080.22
HSL305.23º76.79%43.92%-
HSV(B)305.23º86.87%77.65%-
XYZ32.2116.1646.22-
YUV95.33177.48201.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.65%
GREEN value IS 26 (10.55% from 255) = 6.39%
BLUE value IS 183 (71.88% from 255) = 44.96%
R=48.65%
G=6.39%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982618300.870.080.22305.2376.7943.92
HexC61AB70578161314d2c
Octal306322670127102646111554
Binary110001101101010110111010101111000101101001100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61AB7; }

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

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

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

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

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

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

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

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