#C81DD7

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

Shades of Deep Magenta #C81DD7

Tints of Deep Magenta #C81DD7

Color information

#C81DD7 (or 0xC81DD7) is unknown color: approx Deep Magenta. HEX triplet: C8, 1D and D7. RGB value is (200,29,215). Sum of RGB (Red+Green+Blue) = 200+29+215=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #C81DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DD7 is #37E228. Grayscale: #646464. Windows color (decimal): -3662377 or 14097864. OLE color: 14097864.

HSL color Cylindrical-coordinate representation of color #C81DD7: hue angle of 295.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81DD7 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20029215-
CMYK0.070.8700.16
HSL295.16º76.23%47.84%-
HSV(B)295.16º86.51%84.31%-
XYZ36.5218.0665.85-
YUV101.33192.15198.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 29 (11.72% from 255) = 6.53%
BLUE value IS 215 (84.38% from 255) = 48.42%
R=45.05%
G=6.53%
B=48.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200292150.070.8700.16295.1676.2347.84
HexC81DD77570101274c30
Octal31035327712702044711460
Binary11001000111011101011111110101110100001001001111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81DD7; }

 p { color: rgb(200,29,215); }

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

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

 a { background-color: rgb(200,29,215); }

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

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

 span { border-color: rgb(200,29,215); }

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