Shades of Deep Magenta #C308BC
Tints of Deep Magenta #C308BC
RGB
CMYK
RGB Variations
Color information
#C308BC (or 0xC308BC) is known color: Deep Magenta. HEX triplet: C3, 08 and BC. RGB value is (195,8,188). Sum of RGB (Red+Green+Blue) = 195+8+188=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C308BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308BC is #3CF743. Grayscale: #535353. Windows color (decimal): -3995460 or 12323011. OLE color: 12323011.
HSL color Cylindrical-coordinate representation of color #C308BC: hue angle of 302.25º 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 #C308BC is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.24 |
| HSL | 302.25º | 0.92% | 0.4% | - |
| HSV(B) | 302.25º | 0.96% | 0.76% | - |
| XYZ | 31.67 | 15.41 | 48.88 | - |
| YUV | 84.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 188 | 0 | 0.96 | 0.04 | 0.24 | 302.25 | 0.92 | 0.4 |
| Hex | C3 | 8 | BC | 0 | 60 | 4 | 18 | 12E | 5C | 28 |
| Octal | 303 | 10 | 274 | 0 | 140 | 4 | 30 | 456 | 134 | 50 |
| Binary | 11000011 | 1000 | 10111100 | 0 | 1100000 | 100 | 11000 | 100101110 | 1011100 | 101000 |
Color Harmonies of #C308BC
Complementary color
Monochromatic Colors of #C308BC
Black with #C308BC
Text Example
Text Example
White with #C308BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308BC; }
p { color: rgb(195,8,188); }
H1.HeaderClassName
{
color: #C308BC;
}
.AnyTagClassName
{
color: #C308BC;
}
</style>
background-color css
<style>
a { background-color: #C308BC; }
a { background-color: rgb(195,8,188); }
div.DivClassName
{
background-color: #C308BC;
}
.BgClassName
{
background-color: #C308BC;
}
</style>
border-color css
<style>
span { border-color: #C308BC; }
span { border-color: rgb(195,8,188); }
td.TdClassName
{
border-color: #C308BC;
}
.TagClassName
{
border-color: #C308BC;
}
</style>