Shades of Deep Magenta #CF23BA
Tints of Deep Magenta #CF23BA
RGB
CMYK
RGB Variations
Color information
#CF23BA (or 0xCF23BA) is known color: Deep Magenta. HEX triplet: CF, 23 and BA. RGB value is (207,35,186). Sum of RGB (Red+Green+Blue) = 207+35+186=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF23BA is #30DC45. Grayscale: #676767. Windows color (decimal): -3202118 or 12198863. OLE color: 12198863.
HSL color Cylindrical-coordinate representation of color #CF23BA: hue angle of 307.33º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF23BA is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 186 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.19 |
| HSL | 307.33º | 0.71% | 0.47% | - |
| HSV(B) | 307.33º | 0.83% | 0.81% | - |
| XYZ | 35.2 | 18.01 | 48.08 | - |
| YUV | 103.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 186 | 0 | 0.83 | 0.10 | 0.19 | 307.33 | 0.71 | 0.47 |
| Hex | CF | 23 | BA | 0 | 53 | A | 13 | 133 | 47 | 2F |
| Octal | 317 | 43 | 272 | 0 | 123 | 12 | 23 | 463 | 107 | 57 |
| Binary | 11001111 | 100011 | 10111010 | 0 | 1010011 | 1010 | 10011 | 100110011 | 1000111 | 101111 |
Color Harmonies of #CF23BA
Complementary color
Monochromatic Colors of #CF23BA
Black with #CF23BA
Text Example
Text Example
White with #CF23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23BA; }
p { color: rgb(207,35,186); }
H1.HeaderClassName
{
color: #CF23BA;
}
.AnyTagClassName
{
color: #CF23BA;
}
</style>
background-color css
<style>
a { background-color: #CF23BA; }
a { background-color: rgb(207,35,186); }
div.DivClassName
{
background-color: #CF23BA;
}
.BgClassName
{
background-color: #CF23BA;
}
</style>
border-color css
<style>
span { border-color: #CF23BA; }
span { border-color: rgb(207,35,186); }
td.TdClassName
{
border-color: #CF23BA;
}
.TagClassName
{
border-color: #CF23BA;
}
</style>