#C81CB2

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

Shades of Deep Magenta #C81CB2

Tints of Deep Magenta #C81CB2

Color information

#C81CB2 (or 0xC81CB2) is unknown color: approx Deep Magenta. HEX triplet: C8, 1C and B2. RGB value is (200,28,178). Sum of RGB (Red+Green+Blue) = 200+28+178=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C81CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81CB2 is #37E34D. Grayscale: #606060. Windows color (decimal): -3662670 or 11672776. OLE color: 11672776.

HSL color Cylindrical-coordinate representation of color #C81CB2: hue angle of 307.67º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81CB2 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB20028178-
CMYK00.860.110.22
HSL307.67º75.44%44.71%-
HSV(B)307.67º86%78.43%-
XYZ32.2716.3243.57-
YUV96.53173.98201.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 28 (11.33% from 255) = 6.90%
BLUE value IS 178 (69.92% from 255) = 43.84%
R=49.26%
G=6.90%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002817800.860.110.22307.6775.4444.71
HexC81CB2056B161344b2d
Octal310342620126132646411355
Binary110010001110010110010010101101011101101001101001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81CB2; }

 p { color: rgb(200,28,178); }

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

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

 a { background-color: rgb(200,28,178); }

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

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

 span { border-color: rgb(200,28,178); }

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