Shades of Deep Magenta #C622B6
Tints of Deep Magenta #C622B6
RGB
CMYK
RGB Variations
Color information
#C622B6 (or 0xC622B6) is known color: Deep Magenta. HEX triplet: C6, 22 and B6. RGB value is (198,34,182). Sum of RGB (Red+Green+Blue) = 198+34+182=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C622B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622B6 is #39DD49. Grayscale: #636363. Windows color (decimal): -3792202 or 11936454. OLE color: 11936454.
HSL color Cylindrical-coordinate representation of color #C622B6: hue angle of 305.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C622B6 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 182 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.22 |
| HSL | 305.85º | 0.71% | 0.45% | - |
| HSV(B) | 305.85º | 0.83% | 0.78% | - |
| XYZ | 32.3 | 16.53 | 45.74 | - |
| YUV | 99.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 182 | 0 | 0.83 | 0.08 | 0.22 | 305.85 | 0.71 | 0.45 |
| Hex | C6 | 22 | B6 | 0 | 53 | 8 | 16 | 132 | 47 | 2D |
| Octal | 306 | 42 | 266 | 0 | 123 | 10 | 26 | 462 | 107 | 55 |
| Binary | 11000110 | 100010 | 10110110 | 0 | 1010011 | 1000 | 10110 | 100110010 | 1000111 | 101101 |
Color Harmonies of #C622B6
Complementary color
Monochromatic Colors of #C622B6
Black with #C622B6
Text Example
Text Example
White with #C622B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C622B6; }
p { color: rgb(198,34,182); }
H1.HeaderClassName
{
color: #C622B6;
}
.AnyTagClassName
{
color: #C622B6;
}
</style>
background-color css
<style>
a { background-color: #C622B6; }
a { background-color: rgb(198,34,182); }
div.DivClassName
{
background-color: #C622B6;
}
.BgClassName
{
background-color: #C622B6;
}
</style>
border-color css
<style>
span { border-color: #C622B6; }
span { border-color: rgb(198,34,182); }
td.TdClassName
{
border-color: #C622B6;
}
.TagClassName
{
border-color: #C622B6;
}
</style>