Shades of Deep Magenta #C623C3
Tints of Deep Magenta #C623C3
RGB
CMYK
RGB Variations
Color information
#C623C3 (or 0xC623C3) is known color: Deep Magenta. HEX triplet: C6, 23 and C3. RGB value is (198,35,195). Sum of RGB (Red+Green+Blue) = 198+35+195=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C623C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C623C3 is #39DC3C. Grayscale: #656565. Windows color (decimal): -3791933 or 12788678. OLE color: 12788678.
HSL color Cylindrical-coordinate representation of color #C623C3: hue angle of 301.1º 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 #C623C3 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 195 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.22 |
| HSL | 301.1º | 0.7% | 0.46% | - |
| HSV(B) | 301.1º | 0.82% | 0.78% | - |
| XYZ | 33.74 | 17.15 | 53.16 | - |
| YUV | 101.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 195 | 0 | 0.82 | 0.02 | 0.22 | 301.1 | 0.7 | 0.46 |
| Hex | C6 | 23 | C3 | 0 | 52 | 2 | 16 | 12D | 46 | 2E |
| Octal | 306 | 43 | 303 | 0 | 122 | 2 | 26 | 455 | 106 | 56 |
| Binary | 11000110 | 100011 | 11000011 | 0 | 1010010 | 10 | 10110 | 100101101 | 1000110 | 101110 |
Color Harmonies of #C623C3
Complementary color
Monochromatic Colors of #C623C3
Black with #C623C3
Text Example
Text Example
White with #C623C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C623C3; }
p { color: rgb(198,35,195); }
H1.HeaderClassName
{
color: #C623C3;
}
.AnyTagClassName
{
color: #C623C3;
}
</style>
background-color css
<style>
a { background-color: #C623C3; }
a { background-color: rgb(198,35,195); }
div.DivClassName
{
background-color: #C623C3;
}
.BgClassName
{
background-color: #C623C3;
}
</style>
border-color css
<style>
span { border-color: #C623C3; }
span { border-color: rgb(198,35,195); }
td.TdClassName
{
border-color: #C623C3;
}
.TagClassName
{
border-color: #C623C3;
}
</style>