Shades of Deep Magenta #C603C3
Tints of Deep Magenta #C603C3
RGB
CMYK
RGB Variations
Color information
#C603C3 (or 0xC603C3) is known color: Deep Magenta. HEX triplet: C6, 03 and C3. RGB value is (198,3,195). Sum of RGB (Red+Green+Blue) = 198+3+195=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C603C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603C3 is #39FC3C. Grayscale: #525252. Windows color (decimal): -3800125 or 12780486. OLE color: 12780486.
HSL color Cylindrical-coordinate representation of color #C603C3: hue angle of 300.92º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C603C3 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 195 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.22 |
| HSL | 300.92º | 0.97% | 0.39% | - |
| HSV(B) | 300.92º | 0.98% | 0.78% | - |
| XYZ | 33.17 | 16.01 | 52.97 | - |
| YUV | 83.19 | 191.1 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 195 | 0 | 0.98 | 0.02 | 0.22 | 300.92 | 0.97 | 0.39 |
| Hex | C6 | 3 | C3 | 0 | 62 | 2 | 16 | 12D | 61 | 27 |
| Octal | 306 | 3 | 303 | 0 | 142 | 2 | 26 | 455 | 141 | 47 |
| Binary | 11000110 | 11 | 11000011 | 0 | 1100010 | 10 | 10110 | 100101101 | 1100001 | 100111 |
Color Harmonies of #C603C3
Complementary color
Monochromatic Colors of #C603C3
Black with #C603C3
Text Example
Text Example
White with #C603C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603C3; }
p { color: rgb(198,3,195); }
H1.HeaderClassName
{
color: #C603C3;
}
.AnyTagClassName
{
color: #C603C3;
}
</style>
background-color css
<style>
a { background-color: #C603C3; }
a { background-color: rgb(198,3,195); }
div.DivClassName
{
background-color: #C603C3;
}
.BgClassName
{
background-color: #C603C3;
}
</style>
border-color css
<style>
span { border-color: #C603C3; }
span { border-color: rgb(198,3,195); }
td.TdClassName
{
border-color: #C603C3;
}
.TagClassName
{
border-color: #C603C3;
}
</style>