Shades of Deep Magenta #C301BD
Tints of Deep Magenta #C301BD
RGB
CMYK
RGB Variations
Color information
#C301BD (or 0xC301BD) is known color: Deep Magenta. HEX triplet: C3, 01 and BD. RGB value is (195,1,189). Sum of RGB (Red+Green+Blue) = 195+1+189=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C301BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301BD is #3CFE42. Grayscale: #4F4F4F. Windows color (decimal): -3997251 or 12386755. OLE color: 12386755.
HSL color Cylindrical-coordinate representation of color #C301BD: hue angle of 301.86º 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 #C301BD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 189 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.24 |
| HSL | 301.86º | 0.99% | 0.38% | - |
| HSV(B) | 301.86º | 0.99% | 0.76% | - |
| XYZ | 31.7 | 15.3 | 49.43 | - |
| YUV | 80.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 189 | 0 | 0.99 | 0.03 | 0.24 | 301.86 | 0.99 | 0.38 |
| Hex | C3 | 1 | BD | 0 | 63 | 3 | 18 | 12E | 63 | 26 |
| Octal | 303 | 1 | 275 | 0 | 143 | 3 | 30 | 456 | 143 | 46 |
| Binary | 11000011 | 1 | 10111101 | 0 | 1100011 | 11 | 11000 | 100101110 | 1100011 | 100110 |
Color Harmonies of #C301BD
Complementary color
Monochromatic Colors of #C301BD
Black with #C301BD
Text Example
Text Example
White with #C301BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301BD; }
p { color: rgb(195,1,189); }
H1.HeaderClassName
{
color: #C301BD;
}
.AnyTagClassName
{
color: #C301BD;
}
</style>
background-color css
<style>
a { background-color: #C301BD; }
a { background-color: rgb(195,1,189); }
div.DivClassName
{
background-color: #C301BD;
}
.BgClassName
{
background-color: #C301BD;
}
</style>
border-color css
<style>
span { border-color: #C301BD; }
span { border-color: rgb(195,1,189); }
td.TdClassName
{
border-color: #C301BD;
}
.TagClassName
{
border-color: #C301BD;
}
</style>