Shades of Deep Magenta #C20FCF
Tints of Deep Magenta #C20FCF
RGB
CMYK
RGB Variations
Color information
#C20FCF (or 0xC20FCF) is known color: Deep Magenta. HEX triplet: C2, 0F and CF. RGB value is (194,15,207). Sum of RGB (Red+Green+Blue) = 194+15+207=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #C20FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FCF is #3DF030. Grayscale: #595959. Windows color (decimal): -4059185 or 13569986. OLE color: 13569986.
HSL color Cylindrical-coordinate representation of color #C20FCF: hue angle of 295.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20FCF is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 15 | 207 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.19 |
| HSL | 295.94º | 0.86% | 0.44% | - |
| HSV(B) | 295.94º | 0.93% | 0.81% | - |
| XYZ | 33.68 | 16.32 | 60.41 | - |
| YUV | 90.41 | 193.8 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 207 | 0.06 | 0.93 | 0 | 0.19 | 295.94 | 0.86 | 0.44 |
| Hex | C2 | F | CF | 6 | 5D | 0 | 13 | 128 | 56 | 2C |
| Octal | 302 | 17 | 317 | 6 | 135 | 0 | 23 | 450 | 126 | 54 |
| Binary | 11000010 | 1111 | 11001111 | 110 | 1011101 | 0 | 10011 | 100101000 | 1010110 | 101100 |
Color Harmonies of #C20FCF
Complementary color
Monochromatic Colors of #C20FCF
Black with #C20FCF
Text Example
Text Example
White with #C20FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FCF; }
p { color: rgb(194,15,207); }
H1.HeaderClassName
{
color: #C20FCF;
}
.AnyTagClassName
{
color: #C20FCF;
}
</style>
background-color css
<style>
a { background-color: #C20FCF; }
a { background-color: rgb(194,15,207); }
div.DivClassName
{
background-color: #C20FCF;
}
.BgClassName
{
background-color: #C20FCF;
}
</style>
border-color css
<style>
span { border-color: #C20FCF; }
span { border-color: rgb(194,15,207); }
td.TdClassName
{
border-color: #C20FCF;
}
.TagClassName
{
border-color: #C20FCF;
}
</style>