Shades of Deep Magenta #C300B1
Tints of Deep Magenta #C300B1
RGB
CMYK
RGB Variations
Color information
#C300B1 (or 0xC300B1) is known color: Deep Magenta. HEX triplet: C3, 00 and B1. RGB value is (195,0,177). Sum of RGB (Red+Green+Blue) = 195+0+177=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C300B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300B1 is #3CFF4E. Grayscale: #4D4D4D. Windows color (decimal): -3997519 or 11600067. OLE color: 11600067.
HSL color Cylindrical-coordinate representation of color #C300B1: hue angle of 305.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300B1 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.09 | 0.24 |
| HSL | 305.54º | 1% | 0.38% | - |
| HSV(B) | 305.54º | 1% | 0.76% | - |
| XYZ | 30.44 | 14.78 | 42.84 | - |
| YUV | 78.48 | 183.6 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 177 | 0 | 1 | 0.09 | 0.24 | 305.54 | 1 | 0.38 |
| Hex | C3 | 0 | B1 | 0 | 64 | 9 | 18 | 132 | 64 | 26 |
| Octal | 303 | 0 | 261 | 0 | 144 | 11 | 30 | 462 | 144 | 46 |
| Binary | 11000011 | 0 | 10110001 | 0 | 1100100 | 1001 | 11000 | 100110010 | 1100100 | 100110 |
Color Harmonies of #C300B1
Complementary color
Monochromatic Colors of #C300B1
Black with #C300B1
Text Example
Text Example
White with #C300B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300B1; }
p { color: rgb(195,0,177); }
H1.HeaderClassName
{
color: #C300B1;
}
.AnyTagClassName
{
color: #C300B1;
}
</style>
background-color css
<style>
a { background-color: #C300B1; }
a { background-color: rgb(195,0,177); }
div.DivClassName
{
background-color: #C300B1;
}
.BgClassName
{
background-color: #C300B1;
}
</style>
border-color css
<style>
span { border-color: #C300B1; }
span { border-color: rgb(195,0,177); }
td.TdClassName
{
border-color: #C300B1;
}
.TagClassName
{
border-color: #C300B1;
}
</style>