Shades of Deep Magenta #C623DE
Tints of Deep Magenta #C623DE
RGB
CMYK
RGB Variations
Color information
#C623DE (or 0xC623DE) is known color: Deep Magenta. HEX triplet: C6, 23 and DE. RGB value is (198,35,222). Sum of RGB (Red+Green+Blue) = 198+35+222=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #C623DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C623DE is #39DC21. Grayscale: #686868. Windows color (decimal): -3791906 or 14558150. OLE color: 14558150.
HSL color Cylindrical-coordinate representation of color #C623DE: hue angle of 292.3º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C623DE is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 35 | 222 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.13 |
| HSL | 292.3º | 0.74% | 0.5% | - |
| HSV(B) | 292.3º | 0.84% | 0.87% | - |
| XYZ | 37.07 | 18.48 | 70.72 | - |
| YUV | 105.06 | 194 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 222 | 0.11 | 0.84 | 0 | 0.13 | 292.3 | 0.74 | 0.5 |
| Hex | C6 | 23 | DE | B | 54 | 0 | D | 124 | 4A | 32 |
| Octal | 306 | 43 | 336 | 13 | 124 | 0 | 15 | 444 | 112 | 62 |
| Binary | 11000110 | 100011 | 11011110 | 1011 | 1010100 | 0 | 1101 | 100100100 | 1001010 | 110010 |
Color Harmonies of #C623DE
Complementary color
Monochromatic Colors of #C623DE
Black with #C623DE
Text Example
Text Example
White with #C623DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C623DE; }
p { color: rgb(198,35,222); }
H1.HeaderClassName
{
color: #C623DE;
}
.AnyTagClassName
{
color: #C623DE;
}
</style>
background-color css
<style>
a { background-color: #C623DE; }
a { background-color: rgb(198,35,222); }
div.DivClassName
{
background-color: #C623DE;
}
.BgClassName
{
background-color: #C623DE;
}
</style>
border-color css
<style>
span { border-color: #C623DE; }
span { border-color: rgb(198,35,222); }
td.TdClassName
{
border-color: #C623DE;
}
.TagClassName
{
border-color: #C623DE;
}
</style>