Shades of Deep Magenta #C300B5
Tints of Deep Magenta #C300B5
RGB
CMYK
RGB Variations
Color information
#C300B5 (or 0xC300B5) is known color: Deep Magenta. HEX triplet: C3, 00 and B5. RGB value is (195,0,181). Sum of RGB (Red+Green+Blue) = 195+0+181=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C300B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300B5 is #3CFF4A. Grayscale: #4E4E4E. Windows color (decimal): -3997515 or 11862211. OLE color: 11862211.
HSL color Cylindrical-coordinate representation of color #C300B5: hue angle of 304.31º 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 #C300B5 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.07 | 0.24 |
| HSL | 304.31º | 1% | 0.38% | - |
| HSV(B) | 304.31º | 1% | 0.76% | - |
| XYZ | 30.85 | 14.94 | 44.97 | - |
| YUV | 78.94 | 185.6 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 181 | 0 | 1 | 0.07 | 0.24 | 304.31 | 1 | 0.38 |
| Hex | C3 | 0 | B5 | 0 | 64 | 7 | 18 | 130 | 64 | 26 |
| Octal | 303 | 0 | 265 | 0 | 144 | 7 | 30 | 460 | 144 | 46 |
| Binary | 11000011 | 0 | 10110101 | 0 | 1100100 | 111 | 11000 | 100110000 | 1100100 | 100110 |
Color Harmonies of #C300B5
Complementary color
Monochromatic Colors of #C300B5
Black with #C300B5
Text Example
Text Example
White with #C300B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300B5; }
p { color: rgb(195,0,181); }
H1.HeaderClassName
{
color: #C300B5;
}
.AnyTagClassName
{
color: #C300B5;
}
</style>
background-color css
<style>
a { background-color: #C300B5; }
a { background-color: rgb(195,0,181); }
div.DivClassName
{
background-color: #C300B5;
}
.BgClassName
{
background-color: #C300B5;
}
</style>
border-color css
<style>
span { border-color: #C300B5; }
span { border-color: rgb(195,0,181); }
td.TdClassName
{
border-color: #C300B5;
}
.TagClassName
{
border-color: #C300B5;
}
</style>