Shades of Deep Magenta #C304DE
Tints of Deep Magenta #C304DE
RGB
CMYK
RGB Variations
Color information
#C304DE (or 0xC304DE) is known color: Deep Magenta. HEX triplet: C3, 04 and DE. RGB value is (195,4,222). Sum of RGB (Red+Green+Blue) = 195+4+222=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #C304DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304DE is #3CFB21. Grayscale: #555555. Windows color (decimal): -3996450 or 14550211. OLE color: 14550211.
HSL color Cylindrical-coordinate representation of color #C304DE: hue angle of 292.57º 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 #C304DE is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 4 | 222 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.13 |
| HSL | 292.57º | 0.96% | 0.44% | - |
| HSV(B) | 292.57º | 0.98% | 0.87% | - |
| XYZ | 35.73 | 16.96 | 70.5 | - |
| YUV | 85.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 222 | 0.12 | 0.98 | 0 | 0.13 | 292.57 | 0.96 | 0.44 |
| Hex | C3 | 4 | DE | C | 62 | 0 | D | 125 | 60 | 2C |
| Octal | 303 | 4 | 336 | 14 | 142 | 0 | 15 | 445 | 140 | 54 |
| Binary | 11000011 | 100 | 11011110 | 1100 | 1100010 | 0 | 1101 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C304DE
Complementary color
Monochromatic Colors of #C304DE
Black with #C304DE
Text Example
Text Example
White with #C304DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304DE; }
p { color: rgb(195,4,222); }
H1.HeaderClassName
{
color: #C304DE;
}
.AnyTagClassName
{
color: #C304DE;
}
</style>
background-color css
<style>
a { background-color: #C304DE; }
a { background-color: rgb(195,4,222); }
div.DivClassName
{
background-color: #C304DE;
}
.BgClassName
{
background-color: #C304DE;
}
</style>
border-color css
<style>
span { border-color: #C304DE; }
span { border-color: rgb(195,4,222); }
td.TdClassName
{
border-color: #C304DE;
}
.TagClassName
{
border-color: #C304DE;
}
</style>