Shades of Deep Magenta #C817CA
Tints of Deep Magenta #C817CA
RGB
CMYK
RGB Variations
Color information
#C817CA (or 0xC817CA) is known color: Deep Magenta. HEX triplet: C8, 17 and CA. RGB value is (200,23,202). Sum of RGB (Red+Green+Blue) = 200+23+202=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #C817CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817CA is #37E835. Grayscale: #5F5F5F. Windows color (decimal): -3663926 or 13244360. OLE color: 13244360.
HSL color Cylindrical-coordinate representation of color #C817CA: hue angle of 299.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C817CA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 23 | 202 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.21 |
| HSL | 299.33º | 0.8% | 0.44% | - |
| HSV(B) | 299.33º | 0.89% | 0.79% | - |
| XYZ | 34.79 | 17.16 | 57.36 | - |
| YUV | 96.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 202 | 0.01 | 0.89 | 0 | 0.21 | 299.33 | 0.8 | 0.44 |
| Hex | C8 | 17 | CA | 1 | 59 | 0 | 15 | 12B | 50 | 2C |
| Octal | 310 | 27 | 312 | 1 | 131 | 0 | 25 | 453 | 120 | 54 |
| Binary | 11001000 | 10111 | 11001010 | 1 | 1011001 | 0 | 10101 | 100101011 | 1010000 | 101100 |
Color Harmonies of #C817CA
Complementary color
Monochromatic Colors of #C817CA
Black with #C817CA
Text Example
Text Example
White with #C817CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817CA; }
p { color: rgb(200,23,202); }
H1.HeaderClassName
{
color: #C817CA;
}
.AnyTagClassName
{
color: #C817CA;
}
</style>
background-color css
<style>
a { background-color: #C817CA; }
a { background-color: rgb(200,23,202); }
div.DivClassName
{
background-color: #C817CA;
}
.BgClassName
{
background-color: #C817CA;
}
</style>
border-color css
<style>
span { border-color: #C817CA; }
span { border-color: rgb(200,23,202); }
td.TdClassName
{
border-color: #C817CA;
}
.TagClassName
{
border-color: #C817CA;
}
</style>