Shades of Deep Magenta #C225DB
Tints of Deep Magenta #C225DB
RGB
CMYK
RGB Variations
Color information
#C225DB (or 0xC225DB) is known color: Deep Magenta. HEX triplet: C2, 25 and DB. RGB value is (194,37,219). Sum of RGB (Red+Green+Blue) = 194+37+219=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #C225DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225DB is #3DDA24. Grayscale: #686868. Windows color (decimal): -4053541 or 14362050. OLE color: 14362050.
HSL color Cylindrical-coordinate representation of color #C225DB: hue angle of 291.76º 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 #C225DB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 37 | 219 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.14 |
| HSL | 291.76º | 0.72% | 0.5% | - |
| HSV(B) | 291.76º | 0.83% | 0.86% | - |
| XYZ | 35.7 | 17.91 | 68.59 | - |
| YUV | 104.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 219 | 0.11 | 0.83 | 0 | 0.14 | 291.76 | 0.72 | 0.5 |
| Hex | C2 | 25 | DB | B | 53 | 0 | E | 124 | 48 | 32 |
| Octal | 302 | 45 | 333 | 13 | 123 | 0 | 16 | 444 | 110 | 62 |
| Binary | 11000010 | 100101 | 11011011 | 1011 | 1010011 | 0 | 1110 | 100100100 | 1001000 | 110010 |
Color Harmonies of #C225DB
Complementary color
Monochromatic Colors of #C225DB
Black with #C225DB
Text Example
Text Example
White with #C225DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225DB; }
p { color: rgb(194,37,219); }
H1.HeaderClassName
{
color: #C225DB;
}
.AnyTagClassName
{
color: #C225DB;
}
</style>
background-color css
<style>
a { background-color: #C225DB; }
a { background-color: rgb(194,37,219); }
div.DivClassName
{
background-color: #C225DB;
}
.BgClassName
{
background-color: #C225DB;
}
</style>
border-color css
<style>
span { border-color: #C225DB; }
span { border-color: rgb(194,37,219); }
td.TdClassName
{
border-color: #C225DB;
}
.TagClassName
{
border-color: #C225DB;
}
</style>