Shades of Deep Magenta #CD23CF
Tints of Deep Magenta #CD23CF
RGB
CMYK
RGB Variations
Color information
#CD23CF (or 0xCD23CF) is known color: Deep Magenta. HEX triplet: CD, 23 and CF. RGB value is (205,35,207). Sum of RGB (Red+Green+Blue) = 205+35+207=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD23CF is #32DC30. Grayscale: #686868. Windows color (decimal): -3333169 or 13575117. OLE color: 13575117.
HSL color Cylindrical-coordinate representation of color #CD23CF: hue angle of 299.3º 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 #CD23CF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 35 | 207 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.19 |
| HSL | 299.3º | 0.71% | 0.47% | - |
| HSV(B) | 299.3º | 0.83% | 0.81% | - |
| XYZ | 37.04 | 18.69 | 60.69 | - |
| YUV | 105.44 | 185.32 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 35 | 207 | 0.01 | 0.83 | 0 | 0.19 | 299.3 | 0.71 | 0.47 |
| Hex | CD | 23 | CF | 1 | 53 | 0 | 13 | 12B | 47 | 2F |
| Octal | 315 | 43 | 317 | 1 | 123 | 0 | 23 | 453 | 107 | 57 |
| Binary | 11001101 | 100011 | 11001111 | 1 | 1010011 | 0 | 10011 | 100101011 | 1000111 | 101111 |
Color Harmonies of #CD23CF
Complementary color
Monochromatic Colors of #CD23CF
Black with #CD23CF
Text Example
Text Example
White with #CD23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD23CF; }
p { color: rgb(205,35,207); }
H1.HeaderClassName
{
color: #CD23CF;
}
.AnyTagClassName
{
color: #CD23CF;
}
</style>
background-color css
<style>
a { background-color: #CD23CF; }
a { background-color: rgb(205,35,207); }
div.DivClassName
{
background-color: #CD23CF;
}
.BgClassName
{
background-color: #CD23CF;
}
</style>
border-color css
<style>
span { border-color: #CD23CF; }
span { border-color: rgb(205,35,207); }
td.TdClassName
{
border-color: #CD23CF;
}
.TagClassName
{
border-color: #CD23CF;
}
</style>