Shades of Deep Magenta #C302D8
Tints of Deep Magenta #C302D8
RGB
CMYK
RGB Variations
Color information
#C302D8 (or 0xC302D8) is known color: Deep Magenta. HEX triplet: C3, 02 and D8. RGB value is (195,2,216). Sum of RGB (Red+Green+Blue) = 195+2+216=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #C302D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302D8 is #3CFD27. Grayscale: #535353. Windows color (decimal): -3996968 or 14156483. OLE color: 14156483.
HSL color Cylindrical-coordinate representation of color #C302D8: hue angle of 294.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302D8 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 2 | 216 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.15 |
| HSL | 294.11º | 0.98% | 0.43% | - |
| HSV(B) | 294.11º | 0.99% | 0.85% | - |
| XYZ | 34.92 | 16.6 | 66.33 | - |
| YUV | 84.1 | 202.44 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 216 | 0.10 | 0.99 | 0 | 0.15 | 294.11 | 0.98 | 0.43 |
| Hex | C3 | 2 | D8 | A | 63 | 0 | F | 126 | 62 | 2B |
| Octal | 303 | 2 | 330 | 12 | 143 | 0 | 17 | 446 | 142 | 53 |
| Binary | 11000011 | 10 | 11011000 | 1010 | 1100011 | 0 | 1111 | 100100110 | 1100010 | 101011 |
Color Harmonies of #C302D8
Complementary color
Monochromatic Colors of #C302D8
Black with #C302D8
Text Example
Text Example
White with #C302D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302D8; }
p { color: rgb(195,2,216); }
H1.HeaderClassName
{
color: #C302D8;
}
.AnyTagClassName
{
color: #C302D8;
}
</style>
background-color css
<style>
a { background-color: #C302D8; }
a { background-color: rgb(195,2,216); }
div.DivClassName
{
background-color: #C302D8;
}
.BgClassName
{
background-color: #C302D8;
}
</style>
border-color css
<style>
span { border-color: #C302D8; }
span { border-color: rgb(195,2,216); }
td.TdClassName
{
border-color: #C302D8;
}
.TagClassName
{
border-color: #C302D8;
}
</style>