Shades of Deep Magenta #C927CD
Tints of Deep Magenta #C927CD
RGB
CMYK
RGB Variations
Color information
#C927CD (or 0xC927CD) is known color: Deep Magenta. HEX triplet: C9, 27 and CD. RGB value is (201,39,205). Sum of RGB (Red+Green+Blue) = 201+39+205=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #C927CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C927CD is #36D832. Grayscale: #696969. Windows color (decimal): -3594291 or 13445065. OLE color: 13445065.
HSL color Cylindrical-coordinate representation of color #C927CD: hue angle of 298.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C927CD is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 39 | 205 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.20 |
| HSL | 298.55º | 0.68% | 0.48% | - |
| HSV(B) | 298.55º | 0.81% | 0.8% | - |
| XYZ | 35.83 | 18.28 | 59.4 | - |
| YUV | 106.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 205 | 0.02 | 0.81 | 0 | 0.20 | 298.55 | 0.68 | 0.48 |
| Hex | C9 | 27 | CD | 2 | 51 | 0 | 14 | 12B | 44 | 30 |
| Octal | 311 | 47 | 315 | 2 | 121 | 0 | 24 | 453 | 104 | 60 |
| Binary | 11001001 | 100111 | 11001101 | 10 | 1010001 | 0 | 10100 | 100101011 | 1000100 | 110000 |
Color Harmonies of #C927CD
Complementary color
Monochromatic Colors of #C927CD
Black with #C927CD
Text Example
Text Example
White with #C927CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C927CD; }
p { color: rgb(201,39,205); }
H1.HeaderClassName
{
color: #C927CD;
}
.AnyTagClassName
{
color: #C927CD;
}
</style>
background-color css
<style>
a { background-color: #C927CD; }
a { background-color: rgb(201,39,205); }
div.DivClassName
{
background-color: #C927CD;
}
.BgClassName
{
background-color: #C927CD;
}
</style>
border-color css
<style>
span { border-color: #C927CD; }
span { border-color: rgb(201,39,205); }
td.TdClassName
{
border-color: #C927CD;
}
.TagClassName
{
border-color: #C927CD;
}
</style>