Shades of Deep Magenta #C81CDE
Tints of Deep Magenta #C81CDE
RGB
CMYK
RGB Variations
Color information
#C81CDE (or 0xC81CDE) is known color: Deep Magenta. HEX triplet: C8, 1C and DE. RGB value is (200,28,222). Sum of RGB (Red+Green+Blue) = 200+28+222=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #C81CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CDE is #37E321. Grayscale: #646464. Windows color (decimal): -3662626 or 14556360. OLE color: 14556360.
HSL color Cylindrical-coordinate representation of color #C81CDE: hue angle of 293.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81CDE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 28 | 222 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.13 |
| HSL | 293.2º | 0.78% | 0.49% | - |
| HSV(B) | 293.2º | 0.87% | 0.87% | - |
| XYZ | 37.42 | 18.38 | 70.68 | - |
| YUV | 101.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 222 | 0.10 | 0.87 | 0 | 0.13 | 293.2 | 0.78 | 0.49 |
| Hex | C8 | 1C | DE | A | 57 | 0 | D | 125 | 4E | 31 |
| Octal | 310 | 34 | 336 | 12 | 127 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11001000 | 11100 | 11011110 | 1010 | 1010111 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C81CDE
Complementary color
Monochromatic Colors of #C81CDE
Black with #C81CDE
Text Example
Text Example
White with #C81CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CDE; }
p { color: rgb(200,28,222); }
H1.HeaderClassName
{
color: #C81CDE;
}
.AnyTagClassName
{
color: #C81CDE;
}
</style>
background-color css
<style>
a { background-color: #C81CDE; }
a { background-color: rgb(200,28,222); }
div.DivClassName
{
background-color: #C81CDE;
}
.BgClassName
{
background-color: #C81CDE;
}
</style>
border-color css
<style>
span { border-color: #C81CDE; }
span { border-color: rgb(200,28,222); }
td.TdClassName
{
border-color: #C81CDE;
}
.TagClassName
{
border-color: #C81CDE;
}
</style>