#C81AC5

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

Shades of Deep Magenta #C81AC5

Tints of Deep Magenta #C81AC5

Color information

#C81AC5 (or 0xC81AC5) is unknown color: approx Deep Magenta. HEX triplet: C8, 1A and C5. RGB value is (200,26,197). Sum of RGB (Red+Green+Blue) = 200+26+197=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AC5 is #37E53A. Grayscale: #616161. Windows color (decimal): -3663163 or 12917448. OLE color: 12917448.

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

Color convert

RGB20026197-
CMYK00.870.020.22
HSL301.03º76.99%44.31%-
HSV(B)301.03º87%78.43%-
XYZ34.2717.0554.31-
YUV97.52184.15201.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 26 (10.55% from 255) = 6.15%
BLUE value IS 197 (77.34% from 255) = 46.57%
R=47.28%
G=6.15%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002619700.870.020.22301.0376.9944.31
HexC81AC505721612d4d2c
Octal31032305012722645511554
Binary1100100011010110001010101011110101101001011011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81AC5; }

 p { color: rgb(200,26,197); }

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

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

 a { background-color: rgb(200,26,197); }

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

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

 span { border-color: rgb(200,26,197); }

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