Shades of Deep Magenta #C303BB
Tints of Deep Magenta #C303BB
RGB
CMYK
RGB Variations
Color information
#C303BB (or 0xC303BB) is known color: Deep Magenta. HEX triplet: C3, 03 and BB. RGB value is (195,3,187). Sum of RGB (Red+Green+Blue) = 195+3+187=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C303BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303BB is #3CFC44. Grayscale: #505050. Windows color (decimal): -3996741 or 12256195. OLE color: 12256195.
HSL color Cylindrical-coordinate representation of color #C303BB: hue angle of 302.5º 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 #C303BB is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 187 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.24 |
| HSL | 302.5º | 0.97% | 0.39% | - |
| HSV(B) | 302.5º | 0.98% | 0.76% | - |
| XYZ | 31.51 | 15.26 | 48.3 | - |
| YUV | 81.38 | 187.61 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 187 | 0 | 0.98 | 0.04 | 0.24 | 302.5 | 0.97 | 0.39 |
| Hex | C3 | 3 | BB | 0 | 62 | 4 | 18 | 12E | 61 | 27 |
| Octal | 303 | 3 | 273 | 0 | 142 | 4 | 30 | 456 | 141 | 47 |
| Binary | 11000011 | 11 | 10111011 | 0 | 1100010 | 100 | 11000 | 100101110 | 1100001 | 100111 |
Color Harmonies of #C303BB
Complementary color
Monochromatic Colors of #C303BB
Black with #C303BB
Text Example
Text Example
White with #C303BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303BB; }
p { color: rgb(195,3,187); }
H1.HeaderClassName
{
color: #C303BB;
}
.AnyTagClassName
{
color: #C303BB;
}
</style>
background-color css
<style>
a { background-color: #C303BB; }
a { background-color: rgb(195,3,187); }
div.DivClassName
{
background-color: #C303BB;
}
.BgClassName
{
background-color: #C303BB;
}
</style>
border-color css
<style>
span { border-color: #C303BB; }
span { border-color: rgb(195,3,187); }
td.TdClassName
{
border-color: #C303BB;
}
.TagClassName
{
border-color: #C303BB;
}
</style>