Shades of Deep Magenta #C302DE
Tints of Deep Magenta #C302DE
RGB
CMYK
RGB Variations
Color information
#C302DE (or 0xC302DE) is known color: Deep Magenta. HEX triplet: C3, 02 and DE. RGB value is (195,2,222). Sum of RGB (Red+Green+Blue) = 195+2+222=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #C302DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302DE is #3CFD21. Grayscale: #545454. Windows color (decimal): -3996962 or 14549699. OLE color: 14549699.
HSL color Cylindrical-coordinate representation of color #C302DE: hue angle of 292.64º 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 #C302DE is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 2 | 222 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.13 |
| HSL | 292.64º | 0.98% | 0.44% | - |
| HSV(B) | 292.64º | 0.99% | 0.87% | - |
| XYZ | 35.71 | 16.92 | 70.49 | - |
| YUV | 84.79 | 205.44 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 222 | 0.12 | 0.99 | 0 | 0.13 | 292.64 | 0.98 | 0.44 |
| Hex | C3 | 2 | DE | C | 63 | 0 | D | 125 | 62 | 2C |
| Octal | 303 | 2 | 336 | 14 | 143 | 0 | 15 | 445 | 142 | 54 |
| Binary | 11000011 | 10 | 11011110 | 1100 | 1100011 | 0 | 1101 | 100100101 | 1100010 | 101100 |
Color Harmonies of #C302DE
Complementary color
Monochromatic Colors of #C302DE
Black with #C302DE
Text Example
Text Example
White with #C302DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302DE; }
p { color: rgb(195,2,222); }
H1.HeaderClassName
{
color: #C302DE;
}
.AnyTagClassName
{
color: #C302DE;
}
</style>
background-color css
<style>
a { background-color: #C302DE; }
a { background-color: rgb(195,2,222); }
div.DivClassName
{
background-color: #C302DE;
}
.BgClassName
{
background-color: #C302DE;
}
</style>
border-color css
<style>
span { border-color: #C302DE; }
span { border-color: rgb(195,2,222); }
td.TdClassName
{
border-color: #C302DE;
}
.TagClassName
{
border-color: #C302DE;
}
</style>