Shades of Deep Magenta #C302DD
Tints of Deep Magenta #C302DD
RGB
CMYK
RGB Variations
Color information
#C302DD (or 0xC302DD) is known color: Deep Magenta. HEX triplet: C3, 02 and DD. RGB value is (195,2,221). Sum of RGB (Red+Green+Blue) = 195+2+221=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #C302DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302DD is #3CFD22. Grayscale: #535353. Windows color (decimal): -3996963 or 14484163. OLE color: 14484163.
HSL color Cylindrical-coordinate representation of color #C302DD: hue angle of 292.88º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302DD is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 2 | 221 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.13 |
| HSL | 292.88º | 0.98% | 0.44% | - |
| HSV(B) | 292.88º | 0.99% | 0.87% | - |
| XYZ | 35.58 | 16.87 | 69.79 | - |
| YUV | 84.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 221 | 0.12 | 0.99 | 0 | 0.13 | 292.88 | 0.98 | 0.44 |
| Hex | C3 | 2 | DD | C | 63 | 0 | D | 125 | 62 | 2C |
| Octal | 303 | 2 | 335 | 14 | 143 | 0 | 15 | 445 | 142 | 54 |
| Binary | 11000011 | 10 | 11011101 | 1100 | 1100011 | 0 | 1101 | 100100101 | 1100010 | 101100 |
Color Harmonies of #C302DD
Complementary color
Monochromatic Colors of #C302DD
Black with #C302DD
Text Example
Text Example
White with #C302DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302DD; }
p { color: rgb(195,2,221); }
H1.HeaderClassName
{
color: #C302DD;
}
.AnyTagClassName
{
color: #C302DD;
}
</style>
background-color css
<style>
a { background-color: #C302DD; }
a { background-color: rgb(195,2,221); }
div.DivClassName
{
background-color: #C302DD;
}
.BgClassName
{
background-color: #C302DD;
}
</style>
border-color css
<style>
span { border-color: #C302DD; }
span { border-color: rgb(195,2,221); }
td.TdClassName
{
border-color: #C302DD;
}
.TagClassName
{
border-color: #C302DD;
}
</style>