Shades of Deep Magenta #CF23B0
Tints of Deep Magenta #CF23B0
RGB
CMYK
RGB Variations
Color information
#CF23B0 (or 0xCF23B0) is known color: Deep Magenta. HEX triplet: CF, 23 and B0. RGB value is (207,35,176). Sum of RGB (Red+Green+Blue) = 207+35+176=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF23B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF23B0 is #30DC4F. Grayscale: #666666. Windows color (decimal): -3202128 or 11543503. OLE color: 11543503.
HSL color Cylindrical-coordinate representation of color #CF23B0: hue angle of 310.81º 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 #CF23B0 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 176 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.19 |
| HSL | 310.81º | 0.71% | 0.47% | - |
| HSV(B) | 310.81º | 0.83% | 0.81% | - |
| XYZ | 34.17 | 17.6 | 42.67 | - |
| YUV | 102.5 | 169.48 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 176 | 0 | 0.83 | 0.15 | 0.19 | 310.81 | 0.71 | 0.47 |
| Hex | CF | 23 | B0 | 0 | 53 | F | 13 | 137 | 47 | 2F |
| Octal | 317 | 43 | 260 | 0 | 123 | 17 | 23 | 467 | 107 | 57 |
| Binary | 11001111 | 100011 | 10110000 | 0 | 1010011 | 1111 | 10011 | 100110111 | 1000111 | 101111 |
Color Harmonies of #CF23B0
Complementary color
Monochromatic Colors of #CF23B0
Black with #CF23B0
Text Example
Text Example
White with #CF23B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23B0; }
p { color: rgb(207,35,176); }
H1.HeaderClassName
{
color: #CF23B0;
}
.AnyTagClassName
{
color: #CF23B0;
}
</style>
background-color css
<style>
a { background-color: #CF23B0; }
a { background-color: rgb(207,35,176); }
div.DivClassName
{
background-color: #CF23B0;
}
.BgClassName
{
background-color: #CF23B0;
}
</style>
border-color css
<style>
span { border-color: #CF23B0; }
span { border-color: rgb(207,35,176); }
td.TdClassName
{
border-color: #CF23B0;
}
.TagClassName
{
border-color: #CF23B0;
}
</style>