Shades of Deep Magenta #C623B2
Tints of Deep Magenta #C623B2
RGB
CMYK
RGB Variations
Color information
#C623B2 (or 0xC623B2) is known color: Deep Magenta. HEX triplet: C6, 23 and B2. RGB value is (198,35,178). Sum of RGB (Red+Green+Blue) = 198+35+178=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C623B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C623B2 is #39DC4D. Grayscale: #636363. Windows color (decimal): -3791950 or 11674566. OLE color: 11674566.
HSL color Cylindrical-coordinate representation of color #C623B2: hue angle of 307.36º 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 #C623B2 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 178 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.22 |
| HSL | 307.36º | 0.7% | 0.46% | - |
| HSV(B) | 307.36º | 0.82% | 0.78% | - |
| XYZ | 31.93 | 16.42 | 43.61 | - |
| YUV | 100.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 178 | 0 | 0.82 | 0.10 | 0.22 | 307.36 | 0.7 | 0.46 |
| Hex | C6 | 23 | B2 | 0 | 52 | A | 16 | 133 | 46 | 2E |
| Octal | 306 | 43 | 262 | 0 | 122 | 12 | 26 | 463 | 106 | 56 |
| Binary | 11000110 | 100011 | 10110010 | 0 | 1010010 | 1010 | 10110 | 100110011 | 1000110 | 101110 |
Color Harmonies of #C623B2
Complementary color
Monochromatic Colors of #C623B2
Black with #C623B2
Text Example
Text Example
White with #C623B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C623B2; }
p { color: rgb(198,35,178); }
H1.HeaderClassName
{
color: #C623B2;
}
.AnyTagClassName
{
color: #C623B2;
}
</style>
background-color css
<style>
a { background-color: #C623B2; }
a { background-color: rgb(198,35,178); }
div.DivClassName
{
background-color: #C623B2;
}
.BgClassName
{
background-color: #C623B2;
}
</style>
border-color css
<style>
span { border-color: #C623B2; }
span { border-color: rgb(198,35,178); }
td.TdClassName
{
border-color: #C623B2;
}
.TagClassName
{
border-color: #C623B2;
}
</style>