Shades of Deep Magenta #C602C1
Tints of Deep Magenta #C602C1
RGB
CMYK
RGB Variations
Color information
#C602C1 (or 0xC602C1) is known color: Deep Magenta. HEX triplet: C6, 02 and C1. RGB value is (198,2,193). Sum of RGB (Red+Green+Blue) = 198+2+193=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C602C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C602C1 is #39FD3E. Grayscale: #515151. Windows color (decimal): -3800383 or 12649158. OLE color: 12649158.
HSL color Cylindrical-coordinate representation of color #C602C1: hue angle of 301.53º 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 #C602C1 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 193 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.22 |
| HSL | 301.53º | 0.98% | 0.39% | - |
| HSV(B) | 301.53º | 0.99% | 0.78% | - |
| XYZ | 32.94 | 15.9 | 51.79 | - |
| YUV | 82.38 | 190.43 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 193 | 0 | 0.99 | 0.03 | 0.22 | 301.53 | 0.98 | 0.39 |
| Hex | C6 | 2 | C1 | 0 | 63 | 3 | 16 | 12E | 62 | 27 |
| Octal | 306 | 2 | 301 | 0 | 143 | 3 | 26 | 456 | 142 | 47 |
| Binary | 11000110 | 10 | 11000001 | 0 | 1100011 | 11 | 10110 | 100101110 | 1100010 | 100111 |
Color Harmonies of #C602C1
Complementary color
Monochromatic Colors of #C602C1
Black with #C602C1
Text Example
Text Example
White with #C602C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602C1; }
p { color: rgb(198,2,193); }
H1.HeaderClassName
{
color: #C602C1;
}
.AnyTagClassName
{
color: #C602C1;
}
</style>
background-color css
<style>
a { background-color: #C602C1; }
a { background-color: rgb(198,2,193); }
div.DivClassName
{
background-color: #C602C1;
}
.BgClassName
{
background-color: #C602C1;
}
</style>
border-color css
<style>
span { border-color: #C602C1; }
span { border-color: rgb(198,2,193); }
td.TdClassName
{
border-color: #C602C1;
}
.TagClassName
{
border-color: #C602C1;
}
</style>