Shades of Deep Magenta #C303BA
Tints of Deep Magenta #C303BA
RGB
CMYK
RGB Variations
Color information
#C303BA (or 0xC303BA) is known color: Deep Magenta. HEX triplet: C3, 03 and BA. RGB value is (195,3,186). Sum of RGB (Red+Green+Blue) = 195+3+186=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C303BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303BA is #3CFC45. Grayscale: #505050. Windows color (decimal): -3996742 or 12190659. OLE color: 12190659.
HSL color Cylindrical-coordinate representation of color #C303BA: hue angle of 302.81º 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 #C303BA is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 186 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.24 |
| HSL | 302.81º | 0.97% | 0.39% | - |
| HSV(B) | 302.81º | 0.98% | 0.76% | - |
| XYZ | 31.4 | 15.21 | 47.74 | - |
| YUV | 81.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 186 | 0 | 0.98 | 0.05 | 0.24 | 302.81 | 0.97 | 0.39 |
| Hex | C3 | 3 | BA | 0 | 62 | 5 | 18 | 12F | 61 | 27 |
| Octal | 303 | 3 | 272 | 0 | 142 | 5 | 30 | 457 | 141 | 47 |
| Binary | 11000011 | 11 | 10111010 | 0 | 1100010 | 101 | 11000 | 100101111 | 1100001 | 100111 |
Color Harmonies of #C303BA
Complementary color
Monochromatic Colors of #C303BA
Black with #C303BA
Text Example
Text Example
White with #C303BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303BA; }
p { color: rgb(195,3,186); }
H1.HeaderClassName
{
color: #C303BA;
}
.AnyTagClassName
{
color: #C303BA;
}
</style>
background-color css
<style>
a { background-color: #C303BA; }
a { background-color: rgb(195,3,186); }
div.DivClassName
{
background-color: #C303BA;
}
.BgClassName
{
background-color: #C303BA;
}
</style>
border-color css
<style>
span { border-color: #C303BA; }
span { border-color: rgb(195,3,186); }
td.TdClassName
{
border-color: #C303BA;
}
.TagClassName
{
border-color: #C303BA;
}
</style>