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