Shades of Deep Magenta #C304CE
Tints of Deep Magenta #C304CE
RGB
CMYK
RGB Variations
Color information
#C304CE (or 0xC304CE) is known color: Deep Magenta. HEX triplet: C3, 04 and CE. RGB value is (195,4,206). Sum of RGB (Red+Green+Blue) = 195+4+206=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #C304CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304CE is #3CFB31. Grayscale: #535353. Windows color (decimal): -3996466 or 13501635. OLE color: 13501635.
HSL color Cylindrical-coordinate representation of color #C304CE: hue angle of 296.73º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304CE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 4 | 206 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.19 |
| HSL | 296.73º | 0.96% | 0.41% | - |
| HSV(B) | 296.73º | 0.98% | 0.81% | - |
| XYZ | 33.69 | 16.15 | 59.73 | - |
| YUV | 84.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 206 | 0.05 | 0.98 | 0 | 0.19 | 296.73 | 0.96 | 0.41 |
| Hex | C3 | 4 | CE | 5 | 62 | 0 | 13 | 129 | 60 | 29 |
| Octal | 303 | 4 | 316 | 5 | 142 | 0 | 23 | 451 | 140 | 51 |
| Binary | 11000011 | 100 | 11001110 | 101 | 1100010 | 0 | 10011 | 100101001 | 1100000 | 101001 |
Color Harmonies of #C304CE
Complementary color
Monochromatic Colors of #C304CE
Black with #C304CE
Text Example
Text Example
White with #C304CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304CE; }
p { color: rgb(195,4,206); }
H1.HeaderClassName
{
color: #C304CE;
}
.AnyTagClassName
{
color: #C304CE;
}
</style>
background-color css
<style>
a { background-color: #C304CE; }
a { background-color: rgb(195,4,206); }
div.DivClassName
{
background-color: #C304CE;
}
.BgClassName
{
background-color: #C304CE;
}
</style>
border-color css
<style>
span { border-color: #C304CE; }
span { border-color: rgb(195,4,206); }
td.TdClassName
{
border-color: #C304CE;
}
.TagClassName
{
border-color: #C304CE;
}
</style>