Shades of Deep Magenta #C81BDF
Tints of Deep Magenta #C81BDF
RGB
CMYK
RGB Variations
Color information
#C81BDF (or 0xC81BDF) is known color: Deep Magenta. HEX triplet: C8, 1B and DF. RGB value is (200,27,223). Sum of RGB (Red+Green+Blue) = 200+27+223=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #C81BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81BDF is #37E420. Grayscale: #646464. Windows color (decimal): -3662881 or 14621640. OLE color: 14621640.
HSL color Cylindrical-coordinate representation of color #C81BDF: hue angle of 292.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81BDF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 27 | 223 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.13 |
| HSL | 292.96º | 0.78% | 0.49% | - |
| HSV(B) | 292.96º | 0.88% | 0.87% | - |
| XYZ | 37.53 | 18.39 | 71.38 | - |
| YUV | 101.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 223 | 0.10 | 0.88 | 0 | 0.13 | 292.96 | 0.78 | 0.49 |
| Hex | C8 | 1B | DF | A | 58 | 0 | D | 125 | 4E | 31 |
| Octal | 310 | 33 | 337 | 12 | 130 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11001000 | 11011 | 11011111 | 1010 | 1011000 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C81BDF
Complementary color
Monochromatic Colors of #C81BDF
Black with #C81BDF
Text Example
Text Example
White with #C81BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BDF; }
p { color: rgb(200,27,223); }
H1.HeaderClassName
{
color: #C81BDF;
}
.AnyTagClassName
{
color: #C81BDF;
}
</style>
background-color css
<style>
a { background-color: #C81BDF; }
a { background-color: rgb(200,27,223); }
div.DivClassName
{
background-color: #C81BDF;
}
.BgClassName
{
background-color: #C81BDF;
}
</style>
border-color css
<style>
span { border-color: #C81BDF; }
span { border-color: rgb(200,27,223); }
td.TdClassName
{
border-color: #C81BDF;
}
.TagClassName
{
border-color: #C81BDF;
}
</style>