Shades of Deep Magenta #C926DA
Tints of Deep Magenta #C926DA
RGB
CMYK
RGB Variations
Color information
#C926DA (or 0xC926DA) is known color: Deep Magenta. HEX triplet: C9, 26 and DA. RGB value is (201,38,218). Sum of RGB (Red+Green+Blue) = 201+38+218=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #C926DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926DA is #36D925. Grayscale: #6A6A6A. Windows color (decimal): -3594534 or 14296777. OLE color: 14296777.
HSL color Cylindrical-coordinate representation of color #C926DA: hue angle of 294.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C926DA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 38 | 218 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.15 |
| HSL | 294.33º | 0.71% | 0.5% | - |
| HSV(B) | 294.33º | 0.83% | 0.85% | - |
| XYZ | 37.44 | 18.87 | 68 | - |
| YUV | 107.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 218 | 0.08 | 0.83 | 0 | 0.15 | 294.33 | 0.71 | 0.5 |
| Hex | C9 | 26 | DA | 8 | 53 | 0 | F | 126 | 47 | 32 |
| Octal | 311 | 46 | 332 | 10 | 123 | 0 | 17 | 446 | 107 | 62 |
| Binary | 11001001 | 100110 | 11011010 | 1000 | 1010011 | 0 | 1111 | 100100110 | 1000111 | 110010 |
Color Harmonies of #C926DA
Complementary color
Monochromatic Colors of #C926DA
Black with #C926DA
Text Example
Text Example
White with #C926DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926DA; }
p { color: rgb(201,38,218); }
H1.HeaderClassName
{
color: #C926DA;
}
.AnyTagClassName
{
color: #C926DA;
}
</style>
background-color css
<style>
a { background-color: #C926DA; }
a { background-color: rgb(201,38,218); }
div.DivClassName
{
background-color: #C926DA;
}
.BgClassName
{
background-color: #C926DA;
}
</style>
border-color css
<style>
span { border-color: #C926DA; }
span { border-color: rgb(201,38,218); }
td.TdClassName
{
border-color: #C926DA;
}
.TagClassName
{
border-color: #C926DA;
}
</style>