Shades of Deep Magenta #C308C0
Tints of Deep Magenta #C308C0
RGB
CMYK
RGB Variations
Color information
#C308C0 (or 0xC308C0) is known color: Deep Magenta. HEX triplet: C3, 08 and C0. RGB value is (195,8,192). Sum of RGB (Red+Green+Blue) = 195+8+192=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C308C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308C0 is #3CF73F. Grayscale: #545454. Windows color (decimal): -3995456 or 12585155. OLE color: 12585155.
HSL color Cylindrical-coordinate representation of color #C308C0: hue angle of 300.96º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308C0 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 192 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.24 |
| HSL | 300.96º | 0.92% | 0.4% | - |
| HSV(B) | 300.96º | 0.96% | 0.76% | - |
| XYZ | 32.11 | 15.58 | 51.18 | - |
| YUV | 84.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 192 | 0 | 0.96 | 0.02 | 0.24 | 300.96 | 0.92 | 0.4 |
| Hex | C3 | 8 | C0 | 0 | 60 | 2 | 18 | 12D | 5C | 28 |
| Octal | 303 | 10 | 300 | 0 | 140 | 2 | 30 | 455 | 134 | 50 |
| Binary | 11000011 | 1000 | 11000000 | 0 | 1100000 | 10 | 11000 | 100101101 | 1011100 | 101000 |
Color Harmonies of #C308C0
Complementary color
Monochromatic Colors of #C308C0
Black with #C308C0
Text Example
Text Example
White with #C308C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308C0; }
p { color: rgb(195,8,192); }
H1.HeaderClassName
{
color: #C308C0;
}
.AnyTagClassName
{
color: #C308C0;
}
</style>
background-color css
<style>
a { background-color: #C308C0; }
a { background-color: rgb(195,8,192); }
div.DivClassName
{
background-color: #C308C0;
}
.BgClassName
{
background-color: #C308C0;
}
</style>
border-color css
<style>
span { border-color: #C308C0; }
span { border-color: rgb(195,8,192); }
td.TdClassName
{
border-color: #C308C0;
}
.TagClassName
{
border-color: #C308C0;
}
</style>