Shades of Deep Magenta #C603C4
Tints of Deep Magenta #C603C4
RGB
CMYK
RGB Variations
Color information
#C603C4 (or 0xC603C4) is known color: Deep Magenta. HEX triplet: C6, 03 and C4. RGB value is (198,3,196). Sum of RGB (Red+Green+Blue) = 198+3+196=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C603C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603C4 is #39FC3B. Grayscale: #525252. Windows color (decimal): -3800124 or 12846022. OLE color: 12846022.
HSL color Cylindrical-coordinate representation of color #C603C4: hue angle of 300.62º 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 #C603C4 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 196 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.22 |
| HSL | 300.62º | 0.97% | 0.39% | - |
| HSV(B) | 300.62º | 0.98% | 0.78% | - |
| XYZ | 33.29 | 16.06 | 53.57 | - |
| YUV | 83.31 | 191.6 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 196 | 0 | 0.98 | 0.01 | 0.22 | 300.62 | 0.97 | 0.39 |
| Hex | C6 | 3 | C4 | 0 | 62 | 1 | 16 | 12D | 61 | 27 |
| Octal | 306 | 3 | 304 | 0 | 142 | 1 | 26 | 455 | 141 | 47 |
| Binary | 11000110 | 11 | 11000100 | 0 | 1100010 | 1 | 10110 | 100101101 | 1100001 | 100111 |
Color Harmonies of #C603C4
Complementary color
Monochromatic Colors of #C603C4
Black with #C603C4
Text Example
Text Example
White with #C603C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603C4; }
p { color: rgb(198,3,196); }
H1.HeaderClassName
{
color: #C603C4;
}
.AnyTagClassName
{
color: #C603C4;
}
</style>
background-color css
<style>
a { background-color: #C603C4; }
a { background-color: rgb(198,3,196); }
div.DivClassName
{
background-color: #C603C4;
}
.BgClassName
{
background-color: #C603C4;
}
</style>
border-color css
<style>
span { border-color: #C603C4; }
span { border-color: rgb(198,3,196); }
td.TdClassName
{
border-color: #C603C4;
}
.TagClassName
{
border-color: #C603C4;
}
</style>