Shades of Deep Magenta #C30DCF
Tints of Deep Magenta #C30DCF
RGB
CMYK
RGB Variations
Color information
#C30DCF (or 0xC30DCF) is known color: Deep Magenta. HEX triplet: C3, 0D and CF. RGB value is (195,13,207). Sum of RGB (Red+Green+Blue) = 195+13+207=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #C30DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DCF is #3CF230. Grayscale: #585858. Windows color (decimal): -3994161 or 13569475. OLE color: 13569475.
HSL color Cylindrical-coordinate representation of color #C30DCF: hue angle of 296.29º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DCF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 13 | 207 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.19 |
| HSL | 296.29º | 0.88% | 0.43% | - |
| HSV(B) | 296.29º | 0.94% | 0.81% | - |
| XYZ | 33.91 | 16.39 | 60.41 | - |
| YUV | 89.53 | 194.3 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 207 | 0.06 | 0.94 | 0 | 0.19 | 296.29 | 0.88 | 0.43 |
| Hex | C3 | D | CF | 6 | 5E | 0 | 13 | 128 | 58 | 2B |
| Octal | 303 | 15 | 317 | 6 | 136 | 0 | 23 | 450 | 130 | 53 |
| Binary | 11000011 | 1101 | 11001111 | 110 | 1011110 | 0 | 10011 | 100101000 | 1011000 | 101011 |
Color Harmonies of #C30DCF
Complementary color
Monochromatic Colors of #C30DCF
Black with #C30DCF
Text Example
Text Example
White with #C30DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DCF; }
p { color: rgb(195,13,207); }
H1.HeaderClassName
{
color: #C30DCF;
}
.AnyTagClassName
{
color: #C30DCF;
}
</style>
background-color css
<style>
a { background-color: #C30DCF; }
a { background-color: rgb(195,13,207); }
div.DivClassName
{
background-color: #C30DCF;
}
.BgClassName
{
background-color: #C30DCF;
}
</style>
border-color css
<style>
span { border-color: #C30DCF; }
span { border-color: rgb(195,13,207); }
td.TdClassName
{
border-color: #C30DCF;
}
.TagClassName
{
border-color: #C30DCF;
}
</style>