Shades of Deep Magenta #C605CB
Tints of Deep Magenta #C605CB
RGB
CMYK
RGB Variations
Color information
#C605CB (or 0xC605CB) is known color: Deep Magenta. HEX triplet: C6, 05 and CB. RGB value is (198,5,203). Sum of RGB (Red+Green+Blue) = 198+5+203=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #C605CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605CB is #39FA34. Grayscale: #545454. Windows color (decimal): -3799605 or 13305286. OLE color: 13305286.
HSL color Cylindrical-coordinate representation of color #C605CB: hue angle of 298.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605CB is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 5 | 203 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.20 |
| HSL | 298.48º | 0.95% | 0.41% | - |
| HSV(B) | 298.48º | 0.98% | 0.8% | - |
| XYZ | 34.12 | 16.43 | 57.87 | - |
| YUV | 85.28 | 194.44 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 203 | 0.02 | 0.98 | 0 | 0.20 | 298.48 | 0.95 | 0.41 |
| Hex | C6 | 5 | CB | 2 | 62 | 0 | 14 | 12A | 5F | 29 |
| Octal | 306 | 5 | 313 | 2 | 142 | 0 | 24 | 452 | 137 | 51 |
| Binary | 11000110 | 101 | 11001011 | 10 | 1100010 | 0 | 10100 | 100101010 | 1011111 | 101001 |
Color Harmonies of #C605CB
Complementary color
Monochromatic Colors of #C605CB
Black with #C605CB
Text Example
Text Example
White with #C605CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605CB; }
p { color: rgb(198,5,203); }
H1.HeaderClassName
{
color: #C605CB;
}
.AnyTagClassName
{
color: #C605CB;
}
</style>
background-color css
<style>
a { background-color: #C605CB; }
a { background-color: rgb(198,5,203); }
div.DivClassName
{
background-color: #C605CB;
}
.BgClassName
{
background-color: #C605CB;
}
</style>
border-color css
<style>
span { border-color: #C605CB; }
span { border-color: rgb(198,5,203); }
td.TdClassName
{
border-color: #C605CB;
}
.TagClassName
{
border-color: #C605CB;
}
</style>