Shades of Deep Magenta #C926D0
Tints of Deep Magenta #C926D0
RGB
CMYK
RGB Variations
Color information
#C926D0 (or 0xC926D0) is known color: Deep Magenta. HEX triplet: C9, 26 and D0. RGB value is (201,38,208). Sum of RGB (Red+Green+Blue) = 201+38+208=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #C926D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926D0 is #36D92F. Grayscale: #696969. Windows color (decimal): -3594544 or 13641417. OLE color: 13641417.
HSL color Cylindrical-coordinate representation of color #C926D0: hue angle of 297.53º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C926D0 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 38 | 208 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.18 |
| HSL | 297.53º | 0.69% | 0.48% | - |
| HSV(B) | 297.53º | 0.82% | 0.82% | - |
| XYZ | 36.17 | 18.36 | 61.31 | - |
| YUV | 106.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 208 | 0.03 | 0.82 | 0 | 0.18 | 297.53 | 0.69 | 0.48 |
| Hex | C9 | 26 | D0 | 3 | 52 | 0 | 12 | 12A | 45 | 30 |
| Octal | 311 | 46 | 320 | 3 | 122 | 0 | 22 | 452 | 105 | 60 |
| Binary | 11001001 | 100110 | 11010000 | 11 | 1010010 | 0 | 10010 | 100101010 | 1000101 | 110000 |
Color Harmonies of #C926D0
Complementary color
Monochromatic Colors of #C926D0
Black with #C926D0
Text Example
Text Example
White with #C926D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926D0; }
p { color: rgb(201,38,208); }
H1.HeaderClassName
{
color: #C926D0;
}
.AnyTagClassName
{
color: #C926D0;
}
</style>
background-color css
<style>
a { background-color: #C926D0; }
a { background-color: rgb(201,38,208); }
div.DivClassName
{
background-color: #C926D0;
}
.BgClassName
{
background-color: #C926D0;
}
</style>
border-color css
<style>
span { border-color: #C926D0; }
span { border-color: rgb(201,38,208); }
td.TdClassName
{
border-color: #C926D0;
}
.TagClassName
{
border-color: #C926D0;
}
</style>