Shades of Deep Magenta #CF27C4
Tints of Deep Magenta #CF27C4
RGB
CMYK
RGB Variations
Color information
#CF27C4 (or 0xCF27C4) is known color: Deep Magenta. HEX triplet: CF, 27 and C4. RGB value is (207,39,196). Sum of RGB (Red+Green+Blue) = 207+39+196=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27C4 is #30D83B. Grayscale: #6A6A6A. Windows color (decimal): -3201084 or 12855247. OLE color: 12855247.
HSL color Cylindrical-coordinate representation of color #CF27C4: hue angle of 303.93º 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 #CF27C4 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 196 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.19 |
| HSL | 303.93º | 0.68% | 0.48% | - |
| HSV(B) | 303.93º | 0.81% | 0.81% | - |
| XYZ | 36.42 | 18.7 | 53.91 | - |
| YUV | 107.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 196 | 0 | 0.81 | 0.05 | 0.19 | 303.93 | 0.68 | 0.48 |
| Hex | CF | 27 | C4 | 0 | 51 | 5 | 13 | 130 | 44 | 30 |
| Octal | 317 | 47 | 304 | 0 | 121 | 5 | 23 | 460 | 104 | 60 |
| Binary | 11001111 | 100111 | 11000100 | 0 | 1010001 | 101 | 10011 | 100110000 | 1000100 | 110000 |
Color Harmonies of #CF27C4
Complementary color
Monochromatic Colors of #CF27C4
Black with #CF27C4
Text Example
Text Example
White with #CF27C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27C4; }
p { color: rgb(207,39,196); }
H1.HeaderClassName
{
color: #CF27C4;
}
.AnyTagClassName
{
color: #CF27C4;
}
</style>
background-color css
<style>
a { background-color: #CF27C4; }
a { background-color: rgb(207,39,196); }
div.DivClassName
{
background-color: #CF27C4;
}
.BgClassName
{
background-color: #CF27C4;
}
</style>
border-color css
<style>
span { border-color: #CF27C4; }
span { border-color: rgb(207,39,196); }
td.TdClassName
{
border-color: #CF27C4;
}
.TagClassName
{
border-color: #CF27C4;
}
</style>