Shades of Deep Magenta #C304DA
Tints of Deep Magenta #C304DA
RGB
CMYK
RGB Variations
Color information
#C304DA (or 0xC304DA) is known color: Deep Magenta. HEX triplet: C3, 04 and DA. RGB value is (195,4,218). Sum of RGB (Red+Green+Blue) = 195+4+218=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #C304DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304DA is #3CFB25. Grayscale: #545454. Windows color (decimal): -3996454 or 14288067. OLE color: 14288067.
HSL color Cylindrical-coordinate representation of color #C304DA: hue angle of 293.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304DA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 4 | 218 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.15 |
| HSL | 293.55º | 0.96% | 0.44% | - |
| HSV(B) | 293.55º | 0.98% | 0.85% | - |
| XYZ | 35.2 | 16.75 | 67.71 | - |
| YUV | 85.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 218 | 0.11 | 0.98 | 0 | 0.15 | 293.55 | 0.96 | 0.44 |
| Hex | C3 | 4 | DA | B | 62 | 0 | F | 126 | 60 | 2C |
| Octal | 303 | 4 | 332 | 13 | 142 | 0 | 17 | 446 | 140 | 54 |
| Binary | 11000011 | 100 | 11011010 | 1011 | 1100010 | 0 | 1111 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C304DA
Complementary color
Monochromatic Colors of #C304DA
Black with #C304DA
Text Example
Text Example
White with #C304DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304DA; }
p { color: rgb(195,4,218); }
H1.HeaderClassName
{
color: #C304DA;
}
.AnyTagClassName
{
color: #C304DA;
}
</style>
background-color css
<style>
a { background-color: #C304DA; }
a { background-color: rgb(195,4,218); }
div.DivClassName
{
background-color: #C304DA;
}
.BgClassName
{
background-color: #C304DA;
}
</style>
border-color css
<style>
span { border-color: #C304DA; }
span { border-color: rgb(195,4,218); }
td.TdClassName
{
border-color: #C304DA;
}
.TagClassName
{
border-color: #C304DA;
}
</style>