Shades of Deep Magenta #C602BD
Tints of Deep Magenta #C602BD
RGB
CMYK
RGB Variations
Color information
#C602BD (or 0xC602BD) is known color: Deep Magenta. HEX triplet: C6, 02 and BD. RGB value is (198,2,189). Sum of RGB (Red+Green+Blue) = 198+2+189=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C602BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602BD is #39FD42. Grayscale: #515151. Windows color (decimal): -3800387 or 12387014. OLE color: 12387014.
HSL color Cylindrical-coordinate representation of color #C602BD: hue angle of 302.76º 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 #C602BD is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.22 |
| HSL | 302.76º | 0.98% | 0.39% | - |
| HSV(B) | 302.76º | 0.99% | 0.78% | - |
| XYZ | 32.5 | 15.72 | 49.47 | - |
| YUV | 81.92 | 188.43 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 189 | 0 | 0.99 | 0.05 | 0.22 | 302.76 | 0.98 | 0.39 |
| Hex | C6 | 2 | BD | 0 | 63 | 5 | 16 | 12F | 62 | 27 |
| Octal | 306 | 2 | 275 | 0 | 143 | 5 | 26 | 457 | 142 | 47 |
| Binary | 11000110 | 10 | 10111101 | 0 | 1100011 | 101 | 10110 | 100101111 | 1100010 | 100111 |
Color Harmonies of #C602BD
Complementary color
Monochromatic Colors of #C602BD
Black with #C602BD
Text Example
Text Example
White with #C602BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602BD; }
p { color: rgb(198,2,189); }
H1.HeaderClassName
{
color: #C602BD;
}
.AnyTagClassName
{
color: #C602BD;
}
</style>
background-color css
<style>
a { background-color: #C602BD; }
a { background-color: rgb(198,2,189); }
div.DivClassName
{
background-color: #C602BD;
}
.BgClassName
{
background-color: #C602BD;
}
</style>
border-color css
<style>
span { border-color: #C602BD; }
span { border-color: rgb(198,2,189); }
td.TdClassName
{
border-color: #C602BD;
}
.TagClassName
{
border-color: #C602BD;
}
</style>