Shades of Deep Magenta #C301BC
Tints of Deep Magenta #C301BC
RGB
CMYK
RGB Variations
Color information
#C301BC (or 0xC301BC) is known color: Deep Magenta. HEX triplet: C3, 01 and BC. RGB value is (195,1,188). Sum of RGB (Red+Green+Blue) = 195+1+188=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C301BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301BC is #3CFE43. Grayscale: #4F4F4F. Windows color (decimal): -3997252 or 12321219. OLE color: 12321219.
HSL color Cylindrical-coordinate representation of color #C301BC: hue angle of 302.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C301BC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 188 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.24 |
| HSL | 302.16º | 0.99% | 0.38% | - |
| HSV(B) | 302.16º | 0.99% | 0.76% | - |
| XYZ | 31.59 | 15.25 | 48.86 | - |
| YUV | 80.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 188 | 0 | 0.99 | 0.04 | 0.24 | 302.16 | 0.99 | 0.38 |
| Hex | C3 | 1 | BC | 0 | 63 | 4 | 18 | 12E | 63 | 26 |
| Octal | 303 | 1 | 274 | 0 | 143 | 4 | 30 | 456 | 143 | 46 |
| Binary | 11000011 | 1 | 10111100 | 0 | 1100011 | 100 | 11000 | 100101110 | 1100011 | 100110 |
Color Harmonies of #C301BC
Complementary color
Monochromatic Colors of #C301BC
Black with #C301BC
Text Example
Text Example
White with #C301BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301BC; }
p { color: rgb(195,1,188); }
H1.HeaderClassName
{
color: #C301BC;
}
.AnyTagClassName
{
color: #C301BC;
}
</style>
background-color css
<style>
a { background-color: #C301BC; }
a { background-color: rgb(195,1,188); }
div.DivClassName
{
background-color: #C301BC;
}
.BgClassName
{
background-color: #C301BC;
}
</style>
border-color css
<style>
span { border-color: #C301BC; }
span { border-color: rgb(195,1,188); }
td.TdClassName
{
border-color: #C301BC;
}
.TagClassName
{
border-color: #C301BC;
}
</style>