Shades of Deep Magenta #C925DB
Tints of Deep Magenta #C925DB
RGB
CMYK
RGB Variations
Color information
#C925DB (or 0xC925DB) is known color: Deep Magenta. HEX triplet: C9, 25 and DB. RGB value is (201,37,219). Sum of RGB (Red+Green+Blue) = 201+37+219=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #C925DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925DB is #36DA24. Grayscale: #6A6A6A. Windows color (decimal): -3594789 or 14362057. OLE color: 14362057.
HSL color Cylindrical-coordinate representation of color #C925DB: hue angle of 294.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C925DB is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 37 | 219 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.14 |
| HSL | 294.07º | 0.72% | 0.5% | - |
| HSV(B) | 294.07º | 0.83% | 0.86% | - |
| XYZ | 37.54 | 18.86 | 68.68 | - |
| YUV | 106.78 | 191.33 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 219 | 0.08 | 0.83 | 0 | 0.14 | 294.07 | 0.72 | 0.5 |
| Hex | C9 | 25 | DB | 8 | 53 | 0 | E | 126 | 48 | 32 |
| Octal | 311 | 45 | 333 | 10 | 123 | 0 | 16 | 446 | 110 | 62 |
| Binary | 11001001 | 100101 | 11011011 | 1000 | 1010011 | 0 | 1110 | 100100110 | 1001000 | 110010 |
Color Harmonies of #C925DB
Complementary color
Monochromatic Colors of #C925DB
Black with #C925DB
Text Example
Text Example
White with #C925DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925DB; }
p { color: rgb(201,37,219); }
H1.HeaderClassName
{
color: #C925DB;
}
.AnyTagClassName
{
color: #C925DB;
}
</style>
background-color css
<style>
a { background-color: #C925DB; }
a { background-color: rgb(201,37,219); }
div.DivClassName
{
background-color: #C925DB;
}
.BgClassName
{
background-color: #C925DB;
}
</style>
border-color css
<style>
span { border-color: #C925DB; }
span { border-color: rgb(201,37,219); }
td.TdClassName
{
border-color: #C925DB;
}
.TagClassName
{
border-color: #C925DB;
}
</style>