Shades of Deep Magenta #C308BB
Tints of Deep Magenta #C308BB
RGB
CMYK
RGB Variations
Color information
#C308BB (or 0xC308BB) is known color: Deep Magenta. HEX triplet: C3, 08 and BB. RGB value is (195,8,187). Sum of RGB (Red+Green+Blue) = 195+8+187=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C308BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308BB is #3CF744. Grayscale: #535353. Windows color (decimal): -3995461 or 12257475. OLE color: 12257475.
HSL color Cylindrical-coordinate representation of color #C308BB: hue angle of 302.57º 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 #C308BB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 187 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.24 |
| HSL | 302.57º | 0.92% | 0.4% | - |
| HSV(B) | 302.57º | 0.96% | 0.76% | - |
| XYZ | 31.56 | 15.36 | 48.32 | - |
| YUV | 84.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 187 | 0 | 0.96 | 0.04 | 0.24 | 302.57 | 0.92 | 0.4 |
| Hex | C3 | 8 | BB | 0 | 60 | 4 | 18 | 12F | 5C | 28 |
| Octal | 303 | 10 | 273 | 0 | 140 | 4 | 30 | 457 | 134 | 50 |
| Binary | 11000011 | 1000 | 10111011 | 0 | 1100000 | 100 | 11000 | 100101111 | 1011100 | 101000 |
Color Harmonies of #C308BB
Complementary color
Monochromatic Colors of #C308BB
Black with #C308BB
Text Example
Text Example
White with #C308BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308BB; }
p { color: rgb(195,8,187); }
H1.HeaderClassName
{
color: #C308BB;
}
.AnyTagClassName
{
color: #C308BB;
}
</style>
background-color css
<style>
a { background-color: #C308BB; }
a { background-color: rgb(195,8,187); }
div.DivClassName
{
background-color: #C308BB;
}
.BgClassName
{
background-color: #C308BB;
}
</style>
border-color css
<style>
span { border-color: #C308BB; }
span { border-color: rgb(195,8,187); }
td.TdClassName
{
border-color: #C308BB;
}
.TagClassName
{
border-color: #C308BB;
}
</style>