Shades of Deep Magenta #CF0DC4
Tints of Deep Magenta #CF0DC4
RGB
CMYK
RGB Variations
Color information
#CF0DC4 (or 0xCF0DC4) is known color: Deep Magenta. HEX triplet: CF, 0D and C4. RGB value is (207,13,196). Sum of RGB (Red+Green+Blue) = 207+13+196=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DC4 is #30F23B. Grayscale: #5B5B5B. Windows color (decimal): -3207740 or 12848591. OLE color: 12848591.
HSL color Cylindrical-coordinate representation of color #CF0DC4: hue angle of 303.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 196 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.19 |
| HSL | 303.4º | 0.88% | 0.43% | - |
| HSV(B) | 303.4º | 0.94% | 0.81% | - |
| XYZ | 35.84 | 17.54 | 53.72 | - |
| YUV | 91.87 | 186.77 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 196 | 0 | 0.94 | 0.05 | 0.19 | 303.4 | 0.88 | 0.43 |
| Hex | CF | D | C4 | 0 | 5E | 5 | 13 | 12F | 58 | 2B |
| Octal | 317 | 15 | 304 | 0 | 136 | 5 | 23 | 457 | 130 | 53 |
| Binary | 11001111 | 1101 | 11000100 | 0 | 1011110 | 101 | 10011 | 100101111 | 1011000 | 101011 |
Color Harmonies of #CF0DC4
Complementary color
Monochromatic Colors of #CF0DC4
Black with #CF0DC4
Text Example
Text Example
White with #CF0DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DC4; }
p { color: rgb(207,13,196); }
H1.HeaderClassName
{
color: #CF0DC4;
}
.AnyTagClassName
{
color: #CF0DC4;
}
</style>
background-color css
<style>
a { background-color: #CF0DC4; }
a { background-color: rgb(207,13,196); }
div.DivClassName
{
background-color: #CF0DC4;
}
.BgClassName
{
background-color: #CF0DC4;
}
</style>
border-color css
<style>
span { border-color: #CF0DC4; }
span { border-color: rgb(207,13,196); }
td.TdClassName
{
border-color: #CF0DC4;
}
.TagClassName
{
border-color: #CF0DC4;
}
</style>