Shades of Deep Magenta #C623BC
Tints of Deep Magenta #C623BC
RGB
CMYK
RGB Variations
Color information
#C623BC (or 0xC623BC) is known color: Deep Magenta. HEX triplet: C6, 23 and BC. RGB value is (198,35,188). Sum of RGB (Red+Green+Blue) = 198+35+188=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C623BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C623BC is #39DC43. Grayscale: #646464. Windows color (decimal): -3791940 or 12329926. OLE color: 12329926.
HSL color Cylindrical-coordinate representation of color #C623BC: hue angle of 303.68º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C623BC is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 188 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.22 |
| HSL | 303.68º | 0.7% | 0.46% | - |
| HSV(B) | 303.68º | 0.82% | 0.78% | - |
| XYZ | 32.97 | 16.84 | 49.09 | - |
| YUV | 101.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 188 | 0 | 0.82 | 0.05 | 0.22 | 303.68 | 0.7 | 0.46 |
| Hex | C6 | 23 | BC | 0 | 52 | 5 | 16 | 130 | 46 | 2E |
| Octal | 306 | 43 | 274 | 0 | 122 | 5 | 26 | 460 | 106 | 56 |
| Binary | 11000110 | 100011 | 10111100 | 0 | 1010010 | 101 | 10110 | 100110000 | 1000110 | 101110 |
Color Harmonies of #C623BC
Complementary color
Monochromatic Colors of #C623BC
Black with #C623BC
Text Example
Text Example
White with #C623BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C623BC; }
p { color: rgb(198,35,188); }
H1.HeaderClassName
{
color: #C623BC;
}
.AnyTagClassName
{
color: #C623BC;
}
</style>
background-color css
<style>
a { background-color: #C623BC; }
a { background-color: rgb(198,35,188); }
div.DivClassName
{
background-color: #C623BC;
}
.BgClassName
{
background-color: #C623BC;
}
</style>
border-color css
<style>
span { border-color: #C623BC; }
span { border-color: rgb(198,35,188); }
td.TdClassName
{
border-color: #C623BC;
}
.TagClassName
{
border-color: #C623BC;
}
</style>