Shades of Deep Magenta #C717CB
Tints of Deep Magenta #C717CB
RGB
CMYK
RGB Variations
Color information
#C717CB (or 0xC717CB) is known color: Deep Magenta. HEX triplet: C7, 17 and CB. RGB value is (199,23,203). Sum of RGB (Red+Green+Blue) = 199+23+203=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #C717CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717CB is #38E834. Grayscale: #5F5F5F. Windows color (decimal): -3729461 or 13309895. OLE color: 13309895.
HSL color Cylindrical-coordinate representation of color #C717CB: hue angle of 298.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C717CB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 23 | 203 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.20 |
| HSL | 298.67º | 0.8% | 0.44% | - |
| HSV(B) | 298.67º | 0.89% | 0.8% | - |
| XYZ | 34.64 | 17.07 | 57.97 | - |
| YUV | 96.14 | 188.31 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 203 | 0.02 | 0.89 | 0 | 0.20 | 298.67 | 0.8 | 0.44 |
| Hex | C7 | 17 | CB | 2 | 59 | 0 | 14 | 12B | 50 | 2C |
| Octal | 307 | 27 | 313 | 2 | 131 | 0 | 24 | 453 | 120 | 54 |
| Binary | 11000111 | 10111 | 11001011 | 10 | 1011001 | 0 | 10100 | 100101011 | 1010000 | 101100 |
Color Harmonies of #C717CB
Complementary color
Monochromatic Colors of #C717CB
Black with #C717CB
Text Example
Text Example
White with #C717CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717CB; }
p { color: rgb(199,23,203); }
H1.HeaderClassName
{
color: #C717CB;
}
.AnyTagClassName
{
color: #C717CB;
}
</style>
background-color css
<style>
a { background-color: #C717CB; }
a { background-color: rgb(199,23,203); }
div.DivClassName
{
background-color: #C717CB;
}
.BgClassName
{
background-color: #C717CB;
}
</style>
border-color css
<style>
span { border-color: #C717CB; }
span { border-color: rgb(199,23,203); }
td.TdClassName
{
border-color: #C717CB;
}
.TagClassName
{
border-color: #C717CB;
}
</style>