Shades of Deep Magenta #C917DB
Tints of Deep Magenta #C917DB
RGB
CMYK
RGB Variations
Color information
#C917DB (or 0xC917DB) is known color: Deep Magenta. HEX triplet: C9, 17 and DB. RGB value is (201,23,219). Sum of RGB (Red+Green+Blue) = 201+23+219=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #C917DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917DB is #36E824. Grayscale: #616161. Windows color (decimal): -3598373 or 14358473. OLE color: 14358473.
HSL color Cylindrical-coordinate representation of color #C917DB: hue angle of 294.49º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C917DB is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 23 | 219 | - |
CMYK | 0.08 | 0.89 | 0 | 0.14 |
HSL | 294.49º | 0.81% | 0.47% | - |
HSV(B) | 294.49º | 0.89% | 0.86% | - |
XYZ | 37.18 | 18.14 | 68.56 | - |
YUV | 98.57 | 195.97 | 201.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 23 | 219 | 0.08 | 0.89 | 0 | 0.14 | 294.49 | 0.81 | 0.47 |
Hex | C9 | 17 | DB | 8 | 59 | 0 | E | 126 | 51 | 2F |
Octal | 311 | 27 | 333 | 10 | 131 | 0 | 16 | 446 | 121 | 57 |
Binary | 11001001 | 10111 | 11011011 | 1000 | 1011001 | 0 | 1110 | 100100110 | 1010001 | 101111 |
Color Harmonies of #C917DB
Complementary color
Monochromatic Colors of #C917DB
Black with #C917DB
Text Example
Text Example
White with #C917DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917DB; }
p { color: rgb(201,23,219); }
H1.HeaderClassName
{
color: #C917DB;
}
.AnyTagClassName
{
color: #C917DB;
}
</style>
background-color css
<style>
a { background-color: #C917DB; }
a { background-color: rgb(201,23,219); }
div.DivClassName
{
background-color: #C917DB;
}
.BgClassName
{
background-color: #C917DB;
}
</style>
border-color css
<style>
span { border-color: #C917DB; }
span { border-color: rgb(201,23,219); }
td.TdClassName
{
border-color: #C917DB;
}
.TagClassName
{
border-color: #C917DB;
}
</style>