Shades of Deep Magenta #C301B1
Tints of Deep Magenta #C301B1
RGB
CMYK
RGB Variations
Color information
#C301B1 (or 0xC301B1) is known color: Deep Magenta. HEX triplet: C3, 01 and B1. RGB value is (195,1,177). Sum of RGB (Red+Green+Blue) = 195+1+177=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C301B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301B1 is #3CFE4E. Grayscale: #4E4E4E. Windows color (decimal): -3997263 or 11600323. OLE color: 11600323.
HSL color Cylindrical-coordinate representation of color #C301B1: hue angle of 305.57º 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 #C301B1 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 177 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.24 |
| HSL | 305.57º | 0.99% | 0.38% | - |
| HSV(B) | 305.57º | 0.99% | 0.76% | - |
| XYZ | 30.45 | 14.8 | 42.85 | - |
| YUV | 79.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 177 | 0 | 0.99 | 0.09 | 0.24 | 305.57 | 0.99 | 0.38 |
| Hex | C3 | 1 | B1 | 0 | 63 | 9 | 18 | 132 | 63 | 26 |
| Octal | 303 | 1 | 261 | 0 | 143 | 11 | 30 | 462 | 143 | 46 |
| Binary | 11000011 | 1 | 10110001 | 0 | 1100011 | 1001 | 11000 | 100110010 | 1100011 | 100110 |
Color Harmonies of #C301B1
Complementary color
Monochromatic Colors of #C301B1
Black with #C301B1
Text Example
Text Example
White with #C301B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301B1; }
p { color: rgb(195,1,177); }
H1.HeaderClassName
{
color: #C301B1;
}
.AnyTagClassName
{
color: #C301B1;
}
</style>
background-color css
<style>
a { background-color: #C301B1; }
a { background-color: rgb(195,1,177); }
div.DivClassName
{
background-color: #C301B1;
}
.BgClassName
{
background-color: #C301B1;
}
</style>
border-color css
<style>
span { border-color: #C301B1; }
span { border-color: rgb(195,1,177); }
td.TdClassName
{
border-color: #C301B1;
}
.TagClassName
{
border-color: #C301B1;
}
</style>