#C81FDD

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

Shades of Deep Magenta #C81FDD

Tints of Deep Magenta #C81FDD

Color information

#C81FDD (or 0xC81FDD) is unknown color: approx Deep Magenta. HEX triplet: C8, 1F and DD. RGB value is (200,31,221). Sum of RGB (Red+Green+Blue) = 200+31+221=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #C81FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FDD is #37E022. Grayscale: #666666. Windows color (decimal): -3661859 or 14491592. OLE color: 14491592.

HSL color Cylindrical-coordinate representation of color #C81FDD: hue angle of 293.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81FDD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20031221-
CMYK0.100.8600.13
HSL293.37º75.4%49.41%-
HSV(B)293.37º85.97%86.67%-
XYZ37.3618.4870-
YUV103.19194.49197.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 31 (12.5% from 255) = 6.86%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=44.25%
G=6.86%
B=48.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200312210.100.8600.13293.3775.449.41
HexC81FDDA560D1254b31
Octal310373351212601544511361
Binary11001000111111101110110101010110011011001001011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81FDD; }

 p { color: rgb(200,31,221); }

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

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

 a { background-color: rgb(200,31,221); }

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

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

 span { border-color: rgb(200,31,221); }

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