Shades of Deep Magenta #C603CC
Tints of Deep Magenta #C603CC
RGB
CMYK
RGB Variations
Color information
#C603CC (or 0xC603CC) is known color: Deep Magenta. HEX triplet: C6, 03 and CC. RGB value is (198,3,204). Sum of RGB (Red+Green+Blue) = 198+3+204=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #C603CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603CC is #39FC33. Grayscale: #535353. Windows color (decimal): -3800116 or 13370310. OLE color: 13370310.
HSL color Cylindrical-coordinate representation of color #C603CC: hue angle of 298.21º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C603CC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 3 | 204 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.2 |
| HSL | 298.21º | 0.97% | 0.41% | - |
| HSV(B) | 298.21º | 0.99% | 0.8% | - |
| XYZ | 34.22 | 16.43 | 58.49 | - |
| YUV | 84.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 204 | 0.03 | 0.99 | 0 | 0.2 | 298.21 | 0.97 | 0.41 |
| Hex | C6 | 3 | CC | 3 | 63 | 0 | 14 | 12A | 61 | 29 |
| Octal | 306 | 3 | 314 | 3 | 143 | 0 | 24 | 452 | 141 | 51 |
| Binary | 11000110 | 11 | 11001100 | 11 | 1100011 | 0 | 10100 | 100101010 | 1100001 | 101001 |
Color Harmonies of #C603CC
Complementary color
Monochromatic Colors of #C603CC
Black with #C603CC
Text Example
Text Example
White with #C603CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603CC; }
p { color: rgb(198,3,204); }
H1.HeaderClassName
{
color: #C603CC;
}
.AnyTagClassName
{
color: #C603CC;
}
</style>
background-color css
<style>
a { background-color: #C603CC; }
a { background-color: rgb(198,3,204); }
div.DivClassName
{
background-color: #C603CC;
}
.BgClassName
{
background-color: #C603CC;
}
</style>
border-color css
<style>
span { border-color: #C603CC; }
span { border-color: rgb(198,3,204); }
td.TdClassName
{
border-color: #C603CC;
}
.TagClassName
{
border-color: #C603CC;
}
</style>