Shades of Deep Magenta #C303B7
Tints of Deep Magenta #C303B7
RGB
CMYK
RGB Variations
Color information
#C303B7 (or 0xC303B7) is known color: Deep Magenta. HEX triplet: C3, 03 and B7. RGB value is (195,3,183). Sum of RGB (Red+Green+Blue) = 195+3+183=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C303B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303B7 is #3CFC48. Grayscale: #505050. Windows color (decimal): -3996745 or 11994051. OLE color: 11994051.
HSL color Cylindrical-coordinate representation of color #C303B7: hue angle of 303.75º 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 #C303B7 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 183 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.24 |
| HSL | 303.75º | 0.97% | 0.39% | - |
| HSV(B) | 303.75º | 0.98% | 0.76% | - |
| XYZ | 31.09 | 15.09 | 46.07 | - |
| YUV | 80.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 183 | 0 | 0.98 | 0.06 | 0.24 | 303.75 | 0.97 | 0.39 |
| Hex | C3 | 3 | B7 | 0 | 62 | 6 | 18 | 130 | 61 | 27 |
| Octal | 303 | 3 | 267 | 0 | 142 | 6 | 30 | 460 | 141 | 47 |
| Binary | 11000011 | 11 | 10110111 | 0 | 1100010 | 110 | 11000 | 100110000 | 1100001 | 100111 |
Color Harmonies of #C303B7
Complementary color
Monochromatic Colors of #C303B7
Black with #C303B7
Text Example
Text Example
White with #C303B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303B7; }
p { color: rgb(195,3,183); }
H1.HeaderClassName
{
color: #C303B7;
}
.AnyTagClassName
{
color: #C303B7;
}
</style>
background-color css
<style>
a { background-color: #C303B7; }
a { background-color: rgb(195,3,183); }
div.DivClassName
{
background-color: #C303B7;
}
.BgClassName
{
background-color: #C303B7;
}
</style>
border-color css
<style>
span { border-color: #C303B7; }
span { border-color: rgb(195,3,183); }
td.TdClassName
{
border-color: #C303B7;
}
.TagClassName
{
border-color: #C303B7;
}
</style>