Shades of Deep Magenta #C907CA
Tints of Deep Magenta #C907CA
RGB
CMYK
RGB Variations
Color information
#C907CA (or 0xC907CA) is known color: Deep Magenta. HEX triplet: C9, 07 and CA. RGB value is (201,7,202). Sum of RGB (Red+Green+Blue) = 201+7+202=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #C907CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907CA is #36F835. Grayscale: #565656. Windows color (decimal): -3602486 or 13240265. OLE color: 13240265.
HSL color Cylindrical-coordinate representation of color #C907CA: hue angle of 299.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907CA is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 202 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.21 |
| HSL | 299.69º | 0.93% | 0.41% | - |
| HSV(B) | 299.69º | 0.97% | 0.79% | - |
| XYZ | 34.82 | 16.83 | 57.29 | - |
| YUV | 87.24 | 192.77 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 202 | 0.00 | 0.97 | 0 | 0.21 | 299.69 | 0.93 | 0.41 |
| Hex | C9 | 7 | CA | 0 | 61 | 0 | 15 | 12C | 5D | 29 |
| Octal | 311 | 7 | 312 | 0 | 141 | 0 | 25 | 454 | 135 | 51 |
| Binary | 11001001 | 111 | 11001010 | 0 | 1100001 | 0 | 10101 | 100101100 | 1011101 | 101001 |
Color Harmonies of #C907CA
Complementary color
Monochromatic Colors of #C907CA
Black with #C907CA
Text Example
Text Example
White with #C907CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907CA; }
p { color: rgb(201,7,202); }
H1.HeaderClassName
{
color: #C907CA;
}
.AnyTagClassName
{
color: #C907CA;
}
</style>
background-color css
<style>
a { background-color: #C907CA; }
a { background-color: rgb(201,7,202); }
div.DivClassName
{
background-color: #C907CA;
}
.BgClassName
{
background-color: #C907CA;
}
</style>
border-color css
<style>
span { border-color: #C907CA; }
span { border-color: rgb(201,7,202); }
td.TdClassName
{
border-color: #C907CA;
}
.TagClassName
{
border-color: #C907CA;
}
</style>