Shades of Deep Magenta #C308DD
Tints of Deep Magenta #C308DD
RGB
CMYK
RGB Variations
Color information
#C308DD (or 0xC308DD) is known color: Deep Magenta. HEX triplet: C3, 08 and DD. RGB value is (195,8,221). Sum of RGB (Red+Green+Blue) = 195+8+221=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #C308DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308DD is #3CF722. Grayscale: #575757. Windows color (decimal): -3995427 or 14485699. OLE color: 14485699.
HSL color Cylindrical-coordinate representation of color #C308DD: hue angle of 292.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308DD is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 8 | 221 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.13 |
| HSL | 292.68º | 0.93% | 0.45% | - |
| HSV(B) | 292.68º | 0.96% | 0.87% | - |
| XYZ | 35.64 | 17 | 69.81 | - |
| YUV | 88.2 | 202.95 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 221 | 0.12 | 0.96 | 0 | 0.13 | 292.68 | 0.93 | 0.45 |
| Hex | C3 | 8 | DD | C | 60 | 0 | D | 125 | 5D | 2D |
| Octal | 303 | 10 | 335 | 14 | 140 | 0 | 15 | 445 | 135 | 55 |
| Binary | 11000011 | 1000 | 11011101 | 1100 | 1100000 | 0 | 1101 | 100100101 | 1011101 | 101101 |
Color Harmonies of #C308DD
Complementary color
Monochromatic Colors of #C308DD
Black with #C308DD
Text Example
Text Example
White with #C308DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308DD; }
p { color: rgb(195,8,221); }
H1.HeaderClassName
{
color: #C308DD;
}
.AnyTagClassName
{
color: #C308DD;
}
</style>
background-color css
<style>
a { background-color: #C308DD; }
a { background-color: rgb(195,8,221); }
div.DivClassName
{
background-color: #C308DD;
}
.BgClassName
{
background-color: #C308DD;
}
</style>
border-color css
<style>
span { border-color: #C308DD; }
span { border-color: rgb(195,8,221); }
td.TdClassName
{
border-color: #C308DD;
}
.TagClassName
{
border-color: #C308DD;
}
</style>