Shades of Deep Magenta #C304DD
Tints of Deep Magenta #C304DD
RGB
CMYK
RGB Variations
Color information
#C304DD (or 0xC304DD) is known color: Deep Magenta. HEX triplet: C3, 04 and DD. RGB value is (195,4,221). Sum of RGB (Red+Green+Blue) = 195+4+221=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #C304DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304DD is #3CFB22. Grayscale: #555555. Windows color (decimal): -3996451 or 14484675. OLE color: 14484675.
HSL color Cylindrical-coordinate representation of color #C304DD: hue angle of 292.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304DD is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 4 | 221 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.13 |
| HSL | 292.81º | 0.96% | 0.44% | - |
| HSV(B) | 292.81º | 0.98% | 0.87% | - |
| XYZ | 35.6 | 16.91 | 69.79 | - |
| YUV | 85.85 | 204.28 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 221 | 0.12 | 0.98 | 0 | 0.13 | 292.81 | 0.96 | 0.44 |
| Hex | C3 | 4 | DD | C | 62 | 0 | D | 125 | 60 | 2C |
| Octal | 303 | 4 | 335 | 14 | 142 | 0 | 15 | 445 | 140 | 54 |
| Binary | 11000011 | 100 | 11011101 | 1100 | 1100010 | 0 | 1101 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C304DD
Complementary color
Monochromatic Colors of #C304DD
Black with #C304DD
Text Example
Text Example
White with #C304DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304DD; }
p { color: rgb(195,4,221); }
H1.HeaderClassName
{
color: #C304DD;
}
.AnyTagClassName
{
color: #C304DD;
}
</style>
background-color css
<style>
a { background-color: #C304DD; }
a { background-color: rgb(195,4,221); }
div.DivClassName
{
background-color: #C304DD;
}
.BgClassName
{
background-color: #C304DD;
}
</style>
border-color css
<style>
span { border-color: #C304DD; }
span { border-color: rgb(195,4,221); }
td.TdClassName
{
border-color: #C304DD;
}
.TagClassName
{
border-color: #C304DD;
}
</style>