Shades of Deep Magenta #C223BD
Tints of Deep Magenta #C223BD
RGB
CMYK
RGB Variations
Color information
#C223BD (or 0xC223BD) is known color: Deep Magenta. HEX triplet: C2, 23 and BD. RGB value is (194,35,189). Sum of RGB (Red+Green+Blue) = 194+35+189=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C223BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C223BD is #3DDC42. Grayscale: #636363. Windows color (decimal): -4054083 or 12395458. OLE color: 12395458.
HSL color Cylindrical-coordinate representation of color #C223BD: hue angle of 301.89º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C223BD is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 189 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.24 |
| HSL | 301.89º | 0.69% | 0.45% | - |
| HSV(B) | 301.89º | 0.82% | 0.76% | - |
| XYZ | 32.03 | 16.35 | 49.61 | - |
| YUV | 100.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 189 | 0 | 0.82 | 0.03 | 0.24 | 301.89 | 0.69 | 0.45 |
| Hex | C2 | 23 | BD | 0 | 52 | 3 | 18 | 12E | 45 | 2D |
| Octal | 302 | 43 | 275 | 0 | 122 | 3 | 30 | 456 | 105 | 55 |
| Binary | 11000010 | 100011 | 10111101 | 0 | 1010010 | 11 | 11000 | 100101110 | 1000101 | 101101 |
Color Harmonies of #C223BD
Complementary color
Monochromatic Colors of #C223BD
Black with #C223BD
Text Example
Text Example
White with #C223BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223BD; }
p { color: rgb(194,35,189); }
H1.HeaderClassName
{
color: #C223BD;
}
.AnyTagClassName
{
color: #C223BD;
}
</style>
background-color css
<style>
a { background-color: #C223BD; }
a { background-color: rgb(194,35,189); }
div.DivClassName
{
background-color: #C223BD;
}
.BgClassName
{
background-color: #C223BD;
}
</style>
border-color css
<style>
span { border-color: #C223BD; }
span { border-color: rgb(194,35,189); }
td.TdClassName
{
border-color: #C223BD;
}
.TagClassName
{
border-color: #C223BD;
}
</style>