Shades of Deep Magenta #C303BF
Tints of Deep Magenta #C303BF
RGB
CMYK
RGB Variations
Color information
#C303BF (or 0xC303BF) is known color: Deep Magenta. HEX triplet: C3, 03 and BF. RGB value is (195,3,191). Sum of RGB (Red+Green+Blue) = 195+3+191=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C303BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303BF is #3CFC40. Grayscale: #515151. Windows color (decimal): -3996737 or 12518339. OLE color: 12518339.
HSL color Cylindrical-coordinate representation of color #C303BF: hue angle of 301.25º 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 #C303BF is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 191 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.24 |
| HSL | 301.25º | 0.97% | 0.39% | - |
| HSV(B) | 301.25º | 0.98% | 0.76% | - |
| XYZ | 31.94 | 15.43 | 50.58 | - |
| YUV | 81.84 | 189.61 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 191 | 0 | 0.98 | 0.02 | 0.24 | 301.25 | 0.97 | 0.39 |
| Hex | C3 | 3 | BF | 0 | 62 | 2 | 18 | 12D | 61 | 27 |
| Octal | 303 | 3 | 277 | 0 | 142 | 2 | 30 | 455 | 141 | 47 |
| Binary | 11000011 | 11 | 10111111 | 0 | 1100010 | 10 | 11000 | 100101101 | 1100001 | 100111 |
Color Harmonies of #C303BF
Complementary color
Monochromatic Colors of #C303BF
Black with #C303BF
Text Example
Text Example
White with #C303BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303BF; }
p { color: rgb(195,3,191); }
H1.HeaderClassName
{
color: #C303BF;
}
.AnyTagClassName
{
color: #C303BF;
}
</style>
background-color css
<style>
a { background-color: #C303BF; }
a { background-color: rgb(195,3,191); }
div.DivClassName
{
background-color: #C303BF;
}
.BgClassName
{
background-color: #C303BF;
}
</style>
border-color css
<style>
span { border-color: #C303BF; }
span { border-color: rgb(195,3,191); }
td.TdClassName
{
border-color: #C303BF;
}
.TagClassName
{
border-color: #C303BF;
}
</style>