Shades of Deep Magenta #C304CD
Tints of Deep Magenta #C304CD
RGB
CMYK
RGB Variations
Color information
#C304CD (or 0xC304CD) is known color: Deep Magenta. HEX triplet: C3, 04 and CD. RGB value is (195,4,205). Sum of RGB (Red+Green+Blue) = 195+4+205=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #C304CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304CD is #3CFB32. Grayscale: #535353. Windows color (decimal): -3996467 or 13436099. OLE color: 13436099.
HSL color Cylindrical-coordinate representation of color #C304CD: hue angle of 297.01º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304CD is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 4 | 205 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.20 |
| HSL | 297.01º | 0.96% | 0.41% | - |
| HSV(B) | 297.01º | 0.98% | 0.8% | - |
| XYZ | 33.57 | 16.1 | 59.1 | - |
| YUV | 84.02 | 196.28 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 205 | 0.05 | 0.98 | 0 | 0.20 | 297.01 | 0.96 | 0.41 |
| Hex | C3 | 4 | CD | 5 | 62 | 0 | 14 | 129 | 60 | 29 |
| Octal | 303 | 4 | 315 | 5 | 142 | 0 | 24 | 451 | 140 | 51 |
| Binary | 11000011 | 100 | 11001101 | 101 | 1100010 | 0 | 10100 | 100101001 | 1100000 | 101001 |
Color Harmonies of #C304CD
Complementary color
Monochromatic Colors of #C304CD
Black with #C304CD
Text Example
Text Example
White with #C304CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304CD; }
p { color: rgb(195,4,205); }
H1.HeaderClassName
{
color: #C304CD;
}
.AnyTagClassName
{
color: #C304CD;
}
</style>
background-color css
<style>
a { background-color: #C304CD; }
a { background-color: rgb(195,4,205); }
div.DivClassName
{
background-color: #C304CD;
}
.BgClassName
{
background-color: #C304CD;
}
</style>
border-color css
<style>
span { border-color: #C304CD; }
span { border-color: rgb(195,4,205); }
td.TdClassName
{
border-color: #C304CD;
}
.TagClassName
{
border-color: #C304CD;
}
</style>