Shades of Deep Magenta #C623B7
Tints of Deep Magenta #C623B7
RGB
CMYK
RGB Variations
Color information
#C623B7 (or 0xC623B7) is known color: Deep Magenta. HEX triplet: C6, 23 and B7. RGB value is (198,35,183). Sum of RGB (Red+Green+Blue) = 198+35+183=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C623B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C623B7 is #39DC48. Grayscale: #646464. Windows color (decimal): -3791945 or 12002246. OLE color: 12002246.
HSL color Cylindrical-coordinate representation of color #C623B7: hue angle of 305.52º 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 #C623B7 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 183 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.22 |
| HSL | 305.52º | 0.7% | 0.46% | - |
| HSV(B) | 305.52º | 0.82% | 0.78% | - |
| XYZ | 32.44 | 16.63 | 46.3 | - |
| YUV | 100.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 183 | 0 | 0.82 | 0.08 | 0.22 | 305.52 | 0.7 | 0.46 |
| Hex | C6 | 23 | B7 | 0 | 52 | 8 | 16 | 132 | 46 | 2E |
| Octal | 306 | 43 | 267 | 0 | 122 | 10 | 26 | 462 | 106 | 56 |
| Binary | 11000110 | 100011 | 10110111 | 0 | 1010010 | 1000 | 10110 | 100110010 | 1000110 | 101110 |
Color Harmonies of #C623B7
Complementary color
Monochromatic Colors of #C623B7
Black with #C623B7
Text Example
Text Example
White with #C623B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C623B7; }
p { color: rgb(198,35,183); }
H1.HeaderClassName
{
color: #C623B7;
}
.AnyTagClassName
{
color: #C623B7;
}
</style>
background-color css
<style>
a { background-color: #C623B7; }
a { background-color: rgb(198,35,183); }
div.DivClassName
{
background-color: #C623B7;
}
.BgClassName
{
background-color: #C623B7;
}
</style>
border-color css
<style>
span { border-color: #C623B7; }
span { border-color: rgb(198,35,183); }
td.TdClassName
{
border-color: #C623B7;
}
.TagClassName
{
border-color: #C623B7;
}
</style>