Shades of Deep Magenta #C305DB
Tints of Deep Magenta #C305DB
RGB
CMYK
RGB Variations
Color information
#C305DB (or 0xC305DB) is known color: Deep Magenta. HEX triplet: C3, 05 and DB. RGB value is (195,5,219). Sum of RGB (Red+Green+Blue) = 195+5+219=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #C305DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305DB is #3CFA24. Grayscale: #555555. Windows color (decimal): -3996197 or 14353859. OLE color: 14353859.
HSL color Cylindrical-coordinate representation of color #C305DB: hue angle of 293.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305DB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 5 | 219 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.14 |
| HSL | 293.27º | 0.96% | 0.44% | - |
| HSV(B) | 293.27º | 0.98% | 0.86% | - |
| XYZ | 35.35 | 16.83 | 68.4 | - |
| YUV | 86.21 | 202.95 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 219 | 0.11 | 0.98 | 0 | 0.14 | 293.27 | 0.96 | 0.44 |
| Hex | C3 | 5 | DB | B | 62 | 0 | E | 125 | 60 | 2C |
| Octal | 303 | 5 | 333 | 13 | 142 | 0 | 16 | 445 | 140 | 54 |
| Binary | 11000011 | 101 | 11011011 | 1011 | 1100010 | 0 | 1110 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C305DB
Complementary color
Monochromatic Colors of #C305DB
Black with #C305DB
Text Example
Text Example
White with #C305DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305DB; }
p { color: rgb(195,5,219); }
H1.HeaderClassName
{
color: #C305DB;
}
.AnyTagClassName
{
color: #C305DB;
}
</style>
background-color css
<style>
a { background-color: #C305DB; }
a { background-color: rgb(195,5,219); }
div.DivClassName
{
background-color: #C305DB;
}
.BgClassName
{
background-color: #C305DB;
}
</style>
border-color css
<style>
span { border-color: #C305DB; }
span { border-color: rgb(195,5,219); }
td.TdClassName
{
border-color: #C305DB;
}
.TagClassName
{
border-color: #C305DB;
}
</style>