Shades of Deep Magenta #C023BC
Tints of Deep Magenta #C023BC
RGB
CMYK
RGB Variations
Color information
#C023BC (or 0xC023BC) is known color: Deep Magenta. HEX triplet: C0, 23 and BC. RGB value is (192,35,188). Sum of RGB (Red+Green+Blue) = 192+35+188=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C023BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023BC is #3FDC43. Grayscale: #626262. Windows color (decimal): -4185156 or 12329920. OLE color: 12329920.
HSL color Cylindrical-coordinate representation of color #C023BC: hue angle of 301.53º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C023BC is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 188 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.25 |
| HSL | 301.53º | 0.69% | 0.45% | - |
| HSV(B) | 301.53º | 0.82% | 0.75% | - |
| XYZ | 31.42 | 16.04 | 49.02 | - |
| YUV | 99.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 188 | 0 | 0.82 | 0.02 | 0.25 | 301.53 | 0.69 | 0.45 |
| Hex | C0 | 23 | BC | 0 | 52 | 2 | 19 | 12E | 45 | 2D |
| Octal | 300 | 43 | 274 | 0 | 122 | 2 | 31 | 456 | 105 | 55 |
| Binary | 11000000 | 100011 | 10111100 | 0 | 1010010 | 10 | 11001 | 100101110 | 1000101 | 101101 |
Color Harmonies of #C023BC
Complementary color
Monochromatic Colors of #C023BC
Black with #C023BC
Text Example
Text Example
White with #C023BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023BC; }
p { color: rgb(192,35,188); }
H1.HeaderClassName
{
color: #C023BC;
}
.AnyTagClassName
{
color: #C023BC;
}
</style>
background-color css
<style>
a { background-color: #C023BC; }
a { background-color: rgb(192,35,188); }
div.DivClassName
{
background-color: #C023BC;
}
.BgClassName
{
background-color: #C023BC;
}
</style>
border-color css
<style>
span { border-color: #C023BC; }
span { border-color: rgb(192,35,188); }
td.TdClassName
{
border-color: #C023BC;
}
.TagClassName
{
border-color: #C023BC;
}
</style>