Shades of Deep Magenta #C303DB
Tints of Deep Magenta #C303DB
RGB
CMYK
RGB Variations
Color information
#C303DB (or 0xC303DB) is known color: Deep Magenta. HEX triplet: C3, 03 and DB. RGB value is (195,3,219). Sum of RGB (Red+Green+Blue) = 195+3+219=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #C303DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303DB is #3CFC24. Grayscale: #545454. Windows color (decimal): -3996709 or 14353347. OLE color: 14353347.
HSL color Cylindrical-coordinate representation of color #C303DB: hue angle of 293.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C303DB is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 3 | 219 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.14 |
| HSL | 293.33º | 0.97% | 0.44% | - |
| HSV(B) | 293.33º | 0.99% | 0.86% | - |
| XYZ | 35.32 | 16.78 | 68.4 | - |
| YUV | 85.03 | 203.61 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 219 | 0.11 | 0.99 | 0 | 0.14 | 293.33 | 0.97 | 0.44 |
| Hex | C3 | 3 | DB | B | 63 | 0 | E | 125 | 61 | 2C |
| Octal | 303 | 3 | 333 | 13 | 143 | 0 | 16 | 445 | 141 | 54 |
| Binary | 11000011 | 11 | 11011011 | 1011 | 1100011 | 0 | 1110 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C303DB
Complementary color
Monochromatic Colors of #C303DB
Black with #C303DB
Text Example
Text Example
White with #C303DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303DB; }
p { color: rgb(195,3,219); }
H1.HeaderClassName
{
color: #C303DB;
}
.AnyTagClassName
{
color: #C303DB;
}
</style>
background-color css
<style>
a { background-color: #C303DB; }
a { background-color: rgb(195,3,219); }
div.DivClassName
{
background-color: #C303DB;
}
.BgClassName
{
background-color: #C303DB;
}
</style>
border-color css
<style>
span { border-color: #C303DB; }
span { border-color: rgb(195,3,219); }
td.TdClassName
{
border-color: #C303DB;
}
.TagClassName
{
border-color: #C303DB;
}
</style>