Shades of Deep Magenta #C027CF
Tints of Deep Magenta #C027CF
RGB
CMYK
RGB Variations
Color information
#C027CF (or 0xC027CF) is known color: Deep Magenta. HEX triplet: C0, 27 and CF. RGB value is (192,39,207). Sum of RGB (Red+Green+Blue) = 192+39+207=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #C027CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027CF is #3FD830. Grayscale: #676767. Windows color (decimal): -4184113 or 13576128. OLE color: 13576128.
HSL color Cylindrical-coordinate representation of color #C027CF: hue angle of 294.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C027CF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 39 | 207 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.19 |
| HSL | 294.64º | 0.68% | 0.48% | - |
| HSV(B) | 294.64º | 0.81% | 0.81% | - |
| XYZ | 33.73 | 17.16 | 60.57 | - |
| YUV | 103.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 207 | 0.07 | 0.81 | 0 | 0.19 | 294.64 | 0.68 | 0.48 |
| Hex | C0 | 27 | CF | 7 | 51 | 0 | 13 | 127 | 44 | 30 |
| Octal | 300 | 47 | 317 | 7 | 121 | 0 | 23 | 447 | 104 | 60 |
| Binary | 11000000 | 100111 | 11001111 | 111 | 1010001 | 0 | 10011 | 100100111 | 1000100 | 110000 |
Color Harmonies of #C027CF
Complementary color
Monochromatic Colors of #C027CF
Black with #C027CF
Text Example
Text Example
White with #C027CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027CF; }
p { color: rgb(192,39,207); }
H1.HeaderClassName
{
color: #C027CF;
}
.AnyTagClassName
{
color: #C027CF;
}
</style>
background-color css
<style>
a { background-color: #C027CF; }
a { background-color: rgb(192,39,207); }
div.DivClassName
{
background-color: #C027CF;
}
.BgClassName
{
background-color: #C027CF;
}
</style>
border-color css
<style>
span { border-color: #C027CF; }
span { border-color: rgb(192,39,207); }
td.TdClassName
{
border-color: #C027CF;
}
.TagClassName
{
border-color: #C027CF;
}
</style>