Shades of Deep Magenta #C208CF
Tints of Deep Magenta #C208CF
RGB
CMYK
RGB Variations
Color information
#C208CF (or 0xC208CF) is known color: Deep Magenta. HEX triplet: C2, 08 and CF. RGB value is (194,8,207). Sum of RGB (Red+Green+Blue) = 194+8+207=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #C208CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208CF is #3DF730. Grayscale: #555555. Windows color (decimal): -4060977 or 13568194. OLE color: 13568194.
HSL color Cylindrical-coordinate representation of color #C208CF: hue angle of 296.08º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C208CF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 8 | 207 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.19 |
| HSL | 296.08º | 0.93% | 0.42% | - |
| HSV(B) | 296.08º | 0.96% | 0.81% | - |
| XYZ | 33.6 | 16.15 | 60.38 | - |
| YUV | 86.3 | 196.12 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 207 | 0.06 | 0.96 | 0 | 0.19 | 296.08 | 0.93 | 0.42 |
| Hex | C2 | 8 | CF | 6 | 60 | 0 | 13 | 128 | 5D | 2A |
| Octal | 302 | 10 | 317 | 6 | 140 | 0 | 23 | 450 | 135 | 52 |
| Binary | 11000010 | 1000 | 11001111 | 110 | 1100000 | 0 | 10011 | 100101000 | 1011101 | 101010 |
Color Harmonies of #C208CF
Complementary color
Monochromatic Colors of #C208CF
Black with #C208CF
Text Example
Text Example
White with #C208CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C208CF; }
p { color: rgb(194,8,207); }
H1.HeaderClassName
{
color: #C208CF;
}
.AnyTagClassName
{
color: #C208CF;
}
</style>
background-color css
<style>
a { background-color: #C208CF; }
a { background-color: rgb(194,8,207); }
div.DivClassName
{
background-color: #C208CF;
}
.BgClassName
{
background-color: #C208CF;
}
</style>
border-color css
<style>
span { border-color: #C208CF; }
span { border-color: rgb(194,8,207); }
td.TdClassName
{
border-color: #C208CF;
}
.TagClassName
{
border-color: #C208CF;
}
</style>