Shades of Deep Magenta #C304CF
Tints of Deep Magenta #C304CF
RGB
CMYK
RGB Variations
Color information
#C304CF (or 0xC304CF) is known color: Deep Magenta. HEX triplet: C3, 04 and CF. RGB value is (195,4,207). Sum of RGB (Red+Green+Blue) = 195+4+207=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #C304CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304CF is #3CFB30. Grayscale: #535353. Windows color (decimal): -3996465 or 13567171. OLE color: 13567171.
HSL color Cylindrical-coordinate representation of color #C304CF: hue angle of 296.45º 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 #C304CF is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 4 | 207 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.19 |
| HSL | 296.45º | 0.96% | 0.41% | - |
| HSV(B) | 296.45º | 0.98% | 0.81% | - |
| XYZ | 33.81 | 16.19 | 60.38 | - |
| YUV | 84.25 | 197.28 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 207 | 0.06 | 0.98 | 0 | 0.19 | 296.45 | 0.96 | 0.41 |
| Hex | C3 | 4 | CF | 6 | 62 | 0 | 13 | 128 | 60 | 29 |
| Octal | 303 | 4 | 317 | 6 | 142 | 0 | 23 | 450 | 140 | 51 |
| Binary | 11000011 | 100 | 11001111 | 110 | 1100010 | 0 | 10011 | 100101000 | 1100000 | 101001 |
Color Harmonies of #C304CF
Complementary color
Monochromatic Colors of #C304CF
Black with #C304CF
Text Example
Text Example
White with #C304CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304CF; }
p { color: rgb(195,4,207); }
H1.HeaderClassName
{
color: #C304CF;
}
.AnyTagClassName
{
color: #C304CF;
}
</style>
background-color css
<style>
a { background-color: #C304CF; }
a { background-color: rgb(195,4,207); }
div.DivClassName
{
background-color: #C304CF;
}
.BgClassName
{
background-color: #C304CF;
}
</style>
border-color css
<style>
span { border-color: #C304CF; }
span { border-color: rgb(195,4,207); }
td.TdClassName
{
border-color: #C304CF;
}
.TagClassName
{
border-color: #C304CF;
}
</style>