Shades of Deep Magenta #C81DBE
Tints of Deep Magenta #C81DBE
RGB
CMYK
RGB Variations
Color information
#C81DBE (or 0xC81DBE) is known color: Deep Magenta. HEX triplet: C8, 1D and BE. RGB value is (200,29,190). Sum of RGB (Red+Green+Blue) = 200+29+190=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C81DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DBE is #37E241. Grayscale: #626262. Windows color (decimal): -3662402 or 12459464. OLE color: 12459464.
HSL color Cylindrical-coordinate representation of color #C81DBE: hue angle of 303.51º 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 #C81DBE is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 190 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.22 |
| HSL | 303.51º | 0.75% | 0.45% | - |
| HSV(B) | 303.51º | 0.86% | 0.78% | - |
| XYZ | 33.55 | 16.88 | 50.2 | - |
| YUV | 98.48 | 179.65 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 190 | 0 | 0.86 | 0.05 | 0.22 | 303.51 | 0.75 | 0.45 |
| Hex | C8 | 1D | BE | 0 | 56 | 5 | 16 | 130 | 4B | 2D |
| Octal | 310 | 35 | 276 | 0 | 126 | 5 | 26 | 460 | 113 | 55 |
| Binary | 11001000 | 11101 | 10111110 | 0 | 1010110 | 101 | 10110 | 100110000 | 1001011 | 101101 |
Color Harmonies of #C81DBE
Complementary color
Monochromatic Colors of #C81DBE
Black with #C81DBE
Text Example
Text Example
White with #C81DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DBE; }
p { color: rgb(200,29,190); }
H1.HeaderClassName
{
color: #C81DBE;
}
.AnyTagClassName
{
color: #C81DBE;
}
</style>
background-color css
<style>
a { background-color: #C81DBE; }
a { background-color: rgb(200,29,190); }
div.DivClassName
{
background-color: #C81DBE;
}
.BgClassName
{
background-color: #C81DBE;
}
</style>
border-color css
<style>
span { border-color: #C81DBE; }
span { border-color: rgb(200,29,190); }
td.TdClassName
{
border-color: #C81DBE;
}
.TagClassName
{
border-color: #C81DBE;
}
</style>