Shades of Deep Magenta #C602BB
Tints of Deep Magenta #C602BB
RGB
CMYK
RGB Variations
Color information
#C602BB (or 0xC602BB) is known color: Deep Magenta. HEX triplet: C6, 02 and BB. RGB value is (198,2,187). Sum of RGB (Red+Green+Blue) = 198+2+187=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C602BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602BB is #39FD44. Grayscale: #515151. Windows color (decimal): -3800389 or 12255942. OLE color: 12255942.
HSL color Cylindrical-coordinate representation of color #C602BB: hue angle of 303.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602BB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.22 |
| HSL | 303.37º | 0.98% | 0.39% | - |
| HSV(B) | 303.37º | 0.99% | 0.78% | - |
| XYZ | 32.28 | 15.64 | 48.33 | - |
| YUV | 81.69 | 187.43 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 187 | 0 | 0.99 | 0.06 | 0.22 | 303.37 | 0.98 | 0.39 |
| Hex | C6 | 2 | BB | 0 | 63 | 6 | 16 | 12F | 62 | 27 |
| Octal | 306 | 2 | 273 | 0 | 143 | 6 | 26 | 457 | 142 | 47 |
| Binary | 11000110 | 10 | 10111011 | 0 | 1100011 | 110 | 10110 | 100101111 | 1100010 | 100111 |
Color Harmonies of #C602BB
Complementary color
Monochromatic Colors of #C602BB
Black with #C602BB
Text Example
Text Example
White with #C602BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602BB; }
p { color: rgb(198,2,187); }
H1.HeaderClassName
{
color: #C602BB;
}
.AnyTagClassName
{
color: #C602BB;
}
</style>
background-color css
<style>
a { background-color: #C602BB; }
a { background-color: rgb(198,2,187); }
div.DivClassName
{
background-color: #C602BB;
}
.BgClassName
{
background-color: #C602BB;
}
</style>
border-color css
<style>
span { border-color: #C602BB; }
span { border-color: rgb(198,2,187); }
td.TdClassName
{
border-color: #C602BB;
}
.TagClassName
{
border-color: #C602BB;
}
</style>