Shades of Deep Magenta #C300C0
Tints of Deep Magenta #C300C0
RGB
CMYK
RGB Variations
Color information
#C300C0 (or 0xC300C0) is known color: Deep Magenta. HEX triplet: C3, 00 and C0. RGB value is (195,0,192). Sum of RGB (Red+Green+Blue) = 195+0+192=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C300C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300C0 is #3CFF3F. Grayscale: #4F4F4F. Windows color (decimal): -3997504 or 12583107. OLE color: 12583107.
HSL color Cylindrical-coordinate representation of color #C300C0: hue angle of 300.92º 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 #C300C0 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.02 | 0.24 |
| HSL | 300.92º | 1% | 0.38% | - |
| HSV(B) | 300.92º | 1% | 0.76% | - |
| XYZ | 32.02 | 15.41 | 51.16 | - |
| YUV | 80.19 | 191.1 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 192 | 0 | 1 | 0.02 | 0.24 | 300.92 | 1 | 0.38 |
| Hex | C3 | 0 | C0 | 0 | 64 | 2 | 18 | 12D | 64 | 26 |
| Octal | 303 | 0 | 300 | 0 | 144 | 2 | 30 | 455 | 144 | 46 |
| Binary | 11000011 | 0 | 11000000 | 0 | 1100100 | 10 | 11000 | 100101101 | 1100100 | 100110 |
Color Harmonies of #C300C0
Complementary color
Monochromatic Colors of #C300C0
Black with #C300C0
Text Example
Text Example
White with #C300C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300C0; }
p { color: rgb(195,0,192); }
H1.HeaderClassName
{
color: #C300C0;
}
.AnyTagClassName
{
color: #C300C0;
}
</style>
background-color css
<style>
a { background-color: #C300C0; }
a { background-color: rgb(195,0,192); }
div.DivClassName
{
background-color: #C300C0;
}
.BgClassName
{
background-color: #C300C0;
}
</style>
border-color css
<style>
span { border-color: #C300C0; }
span { border-color: rgb(195,0,192); }
td.TdClassName
{
border-color: #C300C0;
}
.TagClassName
{
border-color: #C300C0;
}
</style>