Shades of Deep Magenta #C302C3
Tints of Deep Magenta #C302C3
RGB
CMYK
RGB Variations
Color information
#C302C3 (or 0xC302C3) is known color: Deep Magenta. HEX triplet: C3, 02 and C3. RGB value is (195,2,195). Sum of RGB (Red+Green+Blue) = 195+2+195=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C302C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302C3 is #3CFD3C. Grayscale: #515151. Windows color (decimal): -3996989 or 12780227. OLE color: 12780227.
HSL color Cylindrical-coordinate representation of color #C302C3: hue angle of 300º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302C3 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 195 | - |
| CMYK | 0 | 0.99 | 0 | 0.24 |
| HSL | 300º | 0.98% | 0.39% | - |
| HSV(B) | 300º | 0.99% | 0.76% | - |
| XYZ | 32.38 | 15.59 | 52.93 | - |
| YUV | 81.71 | 191.94 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 195 | 0 | 0.99 | 0 | 0.24 | 300 | 0.98 | 0.39 |
| Hex | C3 | 2 | C3 | 0 | 63 | 0 | 18 | 12C | 62 | 27 |
| Octal | 303 | 2 | 303 | 0 | 143 | 0 | 30 | 454 | 142 | 47 |
| Binary | 11000011 | 10 | 11000011 | 0 | 1100011 | 0 | 11000 | 100101100 | 1100010 | 100111 |
Color Harmonies of #C302C3
Complementary color
Monochromatic Colors of #C302C3
Black with #C302C3
Text Example
Text Example
White with #C302C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302C3; }
p { color: rgb(195,2,195); }
H1.HeaderClassName
{
color: #C302C3;
}
.AnyTagClassName
{
color: #C302C3;
}
</style>
background-color css
<style>
a { background-color: #C302C3; }
a { background-color: rgb(195,2,195); }
div.DivClassName
{
background-color: #C302C3;
}
.BgClassName
{
background-color: #C302C3;
}
</style>
border-color css
<style>
span { border-color: #C302C3; }
span { border-color: rgb(195,2,195); }
td.TdClassName
{
border-color: #C302C3;
}
.TagClassName
{
border-color: #C302C3;
}
</style>