Shades of Deep Magenta #CF23C2
Tints of Deep Magenta #CF23C2
RGB
CMYK
RGB Variations
Color information
#CF23C2 (or 0xCF23C2) is known color: Deep Magenta. HEX triplet: CF, 23 and C2. RGB value is (207,35,194). Sum of RGB (Red+Green+Blue) = 207+35+194=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF23C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF23C2 is #30DC3D. Grayscale: #686868. Windows color (decimal): -3202110 or 12723151. OLE color: 12723151.
HSL color Cylindrical-coordinate representation of color #CF23C2: hue angle of 304.53º 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 #CF23C2 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 194 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.19 |
| HSL | 304.53º | 0.71% | 0.47% | - |
| HSV(B) | 304.53º | 0.83% | 0.81% | - |
| XYZ | 36.07 | 18.36 | 52.68 | - |
| YUV | 104.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 194 | 0 | 0.83 | 0.06 | 0.19 | 304.53 | 0.71 | 0.47 |
| Hex | CF | 23 | C2 | 0 | 53 | 6 | 13 | 131 | 47 | 2F |
| Octal | 317 | 43 | 302 | 0 | 123 | 6 | 23 | 461 | 107 | 57 |
| Binary | 11001111 | 100011 | 11000010 | 0 | 1010011 | 110 | 10011 | 100110001 | 1000111 | 101111 |
Color Harmonies of #CF23C2
Complementary color
Monochromatic Colors of #CF23C2
Black with #CF23C2
Text Example
Text Example
White with #CF23C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23C2; }
p { color: rgb(207,35,194); }
H1.HeaderClassName
{
color: #CF23C2;
}
.AnyTagClassName
{
color: #CF23C2;
}
</style>
background-color css
<style>
a { background-color: #CF23C2; }
a { background-color: rgb(207,35,194); }
div.DivClassName
{
background-color: #CF23C2;
}
.BgClassName
{
background-color: #CF23C2;
}
</style>
border-color css
<style>
span { border-color: #CF23C2; }
span { border-color: rgb(207,35,194); }
td.TdClassName
{
border-color: #CF23C2;
}
.TagClassName
{
border-color: #CF23C2;
}
</style>