Shades of Deep Magenta #C227DB
Tints of Deep Magenta #C227DB
RGB
CMYK
RGB Variations
Color information
#C227DB (or 0xC227DB) is known color: Deep Magenta. HEX triplet: C2, 27 and DB. RGB value is (194,39,219). Sum of RGB (Red+Green+Blue) = 194+39+219=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #C227DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227DB is #3DD824. Grayscale: #696969. Windows color (decimal): -4053029 or 14362562. OLE color: 14362562.
HSL color Cylindrical-coordinate representation of color #C227DB: hue angle of 291.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C227DB is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 39 | 219 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.14 |
| HSL | 291.67º | 0.71% | 0.51% | - |
| HSV(B) | 291.67º | 0.82% | 0.86% | - |
| XYZ | 35.76 | 18.03 | 68.61 | - |
| YUV | 105.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 219 | 0.11 | 0.82 | 0 | 0.14 | 291.67 | 0.71 | 0.51 |
| Hex | C2 | 27 | DB | B | 52 | 0 | E | 124 | 47 | 33 |
| Octal | 302 | 47 | 333 | 13 | 122 | 0 | 16 | 444 | 107 | 63 |
| Binary | 11000010 | 100111 | 11011011 | 1011 | 1010010 | 0 | 1110 | 100100100 | 1000111 | 110011 |
Color Harmonies of #C227DB
Complementary color
Monochromatic Colors of #C227DB
Black with #C227DB
Text Example
Text Example
White with #C227DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227DB; }
p { color: rgb(194,39,219); }
H1.HeaderClassName
{
color: #C227DB;
}
.AnyTagClassName
{
color: #C227DB;
}
</style>
background-color css
<style>
a { background-color: #C227DB; }
a { background-color: rgb(194,39,219); }
div.DivClassName
{
background-color: #C227DB;
}
.BgClassName
{
background-color: #C227DB;
}
</style>
border-color css
<style>
span { border-color: #C227DB; }
span { border-color: rgb(194,39,219); }
td.TdClassName
{
border-color: #C227DB;
}
.TagClassName
{
border-color: #C227DB;
}
</style>