Shades of Deep Magenta #C927DB
Tints of Deep Magenta #C927DB
RGB
CMYK
RGB Variations
Color information
#C927DB (or 0xC927DB) is known color: Deep Magenta. HEX triplet: C9, 27 and DB. RGB value is (201,39,219). Sum of RGB (Red+Green+Blue) = 201+39+219=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #C927DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927DB is #36D824. Grayscale: #6B6B6B. Windows color (decimal): -3594277 or 14362569. OLE color: 14362569.
HSL color Cylindrical-coordinate representation of color #C927DB: hue angle of 294º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C927DB is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 39 | 219 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.14 |
| HSL | 294º | 0.71% | 0.51% | - |
| HSV(B) | 294º | 0.82% | 0.86% | - |
| XYZ | 37.6 | 18.98 | 68.7 | - |
| YUV | 107.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 219 | 0.08 | 0.82 | 0 | 0.14 | 294 | 0.71 | 0.51 |
| Hex | C9 | 27 | DB | 8 | 52 | 0 | E | 126 | 47 | 33 |
| Octal | 311 | 47 | 333 | 10 | 122 | 0 | 16 | 446 | 107 | 63 |
| Binary | 11001001 | 100111 | 11011011 | 1000 | 1010010 | 0 | 1110 | 100100110 | 1000111 | 110011 |
Color Harmonies of #C927DB
Complementary color
Monochromatic Colors of #C927DB
Black with #C927DB
Text Example
Text Example
White with #C927DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C927DB; }
p { color: rgb(201,39,219); }
H1.HeaderClassName
{
color: #C927DB;
}
.AnyTagClassName
{
color: #C927DB;
}
</style>
background-color css
<style>
a { background-color: #C927DB; }
a { background-color: rgb(201,39,219); }
div.DivClassName
{
background-color: #C927DB;
}
.BgClassName
{
background-color: #C927DB;
}
</style>
border-color css
<style>
span { border-color: #C927DB; }
span { border-color: rgb(201,39,219); }
td.TdClassName
{
border-color: #C927DB;
}
.TagClassName
{
border-color: #C927DB;
}
</style>