Shades of Deep Magenta #CF14E6
Tints of Deep Magenta #CF14E6
RGB
CMYK
RGB Variations
Color information
#CF14E6 (or 0xCF14E6) is known color: Deep Magenta. HEX triplet: CF, 14 and E6. RGB value is (207,20,230). Sum of RGB (Red+Green+Blue) = 207+20+230=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF14E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF14E6 is #30EB19. Grayscale: #636363. Windows color (decimal): -3205914 or 15078607. OLE color: 15078607.
HSL color Cylindrical-coordinate representation of color #CF14E6: hue angle of 293.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF14E6 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 20 | 230 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.10 |
| HSL | 293.43º | 0.84% | 0.49% | - |
| HSV(B) | 293.43º | 0.91% | 0.9% | - |
| XYZ | 40.27 | 19.48 | 76.5 | - |
| YUV | 99.85 | 201.45 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 230 | 0.10 | 0.91 | 0 | 0.10 | 293.43 | 0.84 | 0.49 |
| Hex | CF | 14 | E6 | A | 5B | 0 | A | 125 | 54 | 31 |
| Octal | 317 | 24 | 346 | 12 | 133 | 0 | 12 | 445 | 124 | 61 |
| Binary | 11001111 | 10100 | 11100110 | 1010 | 1011011 | 0 | 1010 | 100100101 | 1010100 | 110001 |
Color Harmonies of #CF14E6
Complementary color
Monochromatic Colors of #CF14E6
Black with #CF14E6
Text Example
Text Example
White with #CF14E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14E6; }
p { color: rgb(207,20,230); }
H1.HeaderClassName
{
color: #CF14E6;
}
.AnyTagClassName
{
color: #CF14E6;
}
</style>
background-color css
<style>
a { background-color: #CF14E6; }
a { background-color: rgb(207,20,230); }
div.DivClassName
{
background-color: #CF14E6;
}
.BgClassName
{
background-color: #CF14E6;
}
</style>
border-color css
<style>
span { border-color: #CF14E6; }
span { border-color: rgb(207,20,230); }
td.TdClassName
{
border-color: #CF14E6;
}
.TagClassName
{
border-color: #CF14E6;
}
</style>