#C81AB9

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

Shades of Deep Magenta #C81AB9

Tints of Deep Magenta #C81AB9

Color information

#C81AB9 (or 0xC81AB9) is unknown color: approx Deep Magenta. HEX triplet: C8, 1A and B9. RGB value is (200,26,185). Sum of RGB (Red+Green+Blue) = 200+26+185=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AB9 is #37E546. Grayscale: #5F5F5F. Windows color (decimal): -3663175 or 12131016. OLE color: 12131016.

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

Color convert

RGB20026185-
CMYK00.870.080.22
HSL305.17º76.99%44.31%-
HSV(B)305.17º87%78.43%-
XYZ32.9516.5247.35-
YUV96.15178.15202.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 26 (10.55% from 255) = 6.33%
BLUE value IS 185 (72.66% from 255) = 45.01%
R=48.66%
G=6.33%
B=45.01%

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
Decimal2002618500.870.080.22305.1776.9944.31
HexC81AB90578161314d2c
Octal310322710127102646111554
Binary110010001101010111001010101111000101101001100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81AB9; }

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

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

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

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

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

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

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

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