Shades of Deep Magenta #C303BE
Tints of Deep Magenta #C303BE
RGB
CMYK
RGB Variations
Color information
#C303BE (or 0xC303BE) is known color: Deep Magenta. HEX triplet: C3, 03 and BE. RGB value is (195,3,190). Sum of RGB (Red+Green+Blue) = 195+3+190=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C303BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303BE is #3CFC41. Grayscale: #515151. Windows color (decimal): -3996738 or 12452803. OLE color: 12452803.
HSL color Cylindrical-coordinate representation of color #C303BE: hue angle of 301.56º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C303BE is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 190 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.24 |
| HSL | 301.56º | 0.97% | 0.39% | - |
| HSV(B) | 301.56º | 0.98% | 0.76% | - |
| XYZ | 31.83 | 15.38 | 50.01 | - |
| YUV | 81.73 | 189.11 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 190 | 0 | 0.98 | 0.03 | 0.24 | 301.56 | 0.97 | 0.39 |
| Hex | C3 | 3 | BE | 0 | 62 | 3 | 18 | 12E | 61 | 27 |
| Octal | 303 | 3 | 276 | 0 | 142 | 3 | 30 | 456 | 141 | 47 |
| Binary | 11000011 | 11 | 10111110 | 0 | 1100010 | 11 | 11000 | 100101110 | 1100001 | 100111 |
Color Harmonies of #C303BE
Complementary color
Monochromatic Colors of #C303BE
Black with #C303BE
Text Example
Text Example
White with #C303BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303BE; }
p { color: rgb(195,3,190); }
H1.HeaderClassName
{
color: #C303BE;
}
.AnyTagClassName
{
color: #C303BE;
}
</style>
background-color css
<style>
a { background-color: #C303BE; }
a { background-color: rgb(195,3,190); }
div.DivClassName
{
background-color: #C303BE;
}
.BgClassName
{
background-color: #C303BE;
}
</style>
border-color css
<style>
span { border-color: #C303BE; }
span { border-color: rgb(195,3,190); }
td.TdClassName
{
border-color: #C303BE;
}
.TagClassName
{
border-color: #C303BE;
}
</style>