Shades of Deep Magenta #C817CF
Tints of Deep Magenta #C817CF
RGB
CMYK
RGB Variations
Color information
#C817CF (or 0xC817CF) is known color: Deep Magenta. HEX triplet: C8, 17 and CF. RGB value is (200,23,207). Sum of RGB (Red+Green+Blue) = 200+23+207=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #C817CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817CF is #37E830. Grayscale: #606060. Windows color (decimal): -3663921 or 13572040. OLE color: 13572040.
HSL color Cylindrical-coordinate representation of color #C817CF: hue angle of 297.72º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C817CF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 23 | 207 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.19 |
| HSL | 297.72º | 0.8% | 0.45% | - |
| HSV(B) | 297.72º | 0.89% | 0.81% | - |
| XYZ | 35.39 | 17.4 | 60.52 | - |
| YUV | 96.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 207 | 0.03 | 0.89 | 0 | 0.19 | 297.72 | 0.8 | 0.45 |
| Hex | C8 | 17 | CF | 3 | 59 | 0 | 13 | 12A | 50 | 2D |
| Octal | 310 | 27 | 317 | 3 | 131 | 0 | 23 | 452 | 120 | 55 |
| Binary | 11001000 | 10111 | 11001111 | 11 | 1011001 | 0 | 10011 | 100101010 | 1010000 | 101101 |
Color Harmonies of #C817CF
Complementary color
Monochromatic Colors of #C817CF
Black with #C817CF
Text Example
Text Example
White with #C817CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817CF; }
p { color: rgb(200,23,207); }
H1.HeaderClassName
{
color: #C817CF;
}
.AnyTagClassName
{
color: #C817CF;
}
</style>
background-color css
<style>
a { background-color: #C817CF; }
a { background-color: rgb(200,23,207); }
div.DivClassName
{
background-color: #C817CF;
}
.BgClassName
{
background-color: #C817CF;
}
</style>
border-color css
<style>
span { border-color: #C817CF; }
span { border-color: rgb(200,23,207); }
td.TdClassName
{
border-color: #C817CF;
}
.TagClassName
{
border-color: #C817CF;
}
</style>