Shades of Deep Magenta #C304DB
Tints of Deep Magenta #C304DB
RGB
CMYK
RGB Variations
Color information
#C304DB (or 0xC304DB) is known color: Deep Magenta. HEX triplet: C3, 04 and DB. RGB value is (195,4,219). Sum of RGB (Red+Green+Blue) = 195+4+219=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #C304DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304DB is #3CFB24. Grayscale: #545454. Windows color (decimal): -3996453 or 14353603. OLE color: 14353603.
HSL color Cylindrical-coordinate representation of color #C304DB: hue angle of 293.3º 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 #C304DB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 4 | 219 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.14 |
| HSL | 293.3º | 0.96% | 0.44% | - |
| HSV(B) | 293.3º | 0.98% | 0.86% | - |
| XYZ | 35.34 | 16.8 | 68.4 | - |
| YUV | 85.62 | 203.28 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 219 | 0.11 | 0.98 | 0 | 0.14 | 293.3 | 0.96 | 0.44 |
| Hex | C3 | 4 | DB | B | 62 | 0 | E | 125 | 60 | 2C |
| Octal | 303 | 4 | 333 | 13 | 142 | 0 | 16 | 445 | 140 | 54 |
| Binary | 11000011 | 100 | 11011011 | 1011 | 1100010 | 0 | 1110 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C304DB
Complementary color
Monochromatic Colors of #C304DB
Black with #C304DB
Text Example
Text Example
White with #C304DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304DB; }
p { color: rgb(195,4,219); }
H1.HeaderClassName
{
color: #C304DB;
}
.AnyTagClassName
{
color: #C304DB;
}
</style>
background-color css
<style>
a { background-color: #C304DB; }
a { background-color: rgb(195,4,219); }
div.DivClassName
{
background-color: #C304DB;
}
.BgClassName
{
background-color: #C304DB;
}
</style>
border-color css
<style>
span { border-color: #C304DB; }
span { border-color: rgb(195,4,219); }
td.TdClassName
{
border-color: #C304DB;
}
.TagClassName
{
border-color: #C304DB;
}
</style>