Shades of Deep Magenta #C609CB
Tints of Deep Magenta #C609CB
RGB
CMYK
RGB Variations
Color information
#C609CB (or 0xC609CB) is known color: Deep Magenta. HEX triplet: C6, 09 and CB. RGB value is (198,9,203). Sum of RGB (Red+Green+Blue) = 198+9+203=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #C609CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609CB is #39F634. Grayscale: #575757. Windows color (decimal): -3798581 or 13306310. OLE color: 13306310.
HSL color Cylindrical-coordinate representation of color #C609CB: hue angle of 298.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C609CB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 9 | 203 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.20 |
| HSL | 298.45º | 0.92% | 0.42% | - |
| HSV(B) | 298.45º | 0.96% | 0.8% | - |
| XYZ | 34.17 | 16.51 | 57.89 | - |
| YUV | 87.63 | 193.12 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 203 | 0.02 | 0.96 | 0 | 0.20 | 298.45 | 0.92 | 0.42 |
| Hex | C6 | 9 | CB | 2 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 306 | 11 | 313 | 2 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000110 | 1001 | 11001011 | 10 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C609CB
Complementary color
Monochromatic Colors of #C609CB
Black with #C609CB
Text Example
Text Example
White with #C609CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609CB; }
p { color: rgb(198,9,203); }
H1.HeaderClassName
{
color: #C609CB;
}
.AnyTagClassName
{
color: #C609CB;
}
</style>
background-color css
<style>
a { background-color: #C609CB; }
a { background-color: rgb(198,9,203); }
div.DivClassName
{
background-color: #C609CB;
}
.BgClassName
{
background-color: #C609CB;
}
</style>
border-color css
<style>
span { border-color: #C609CB; }
span { border-color: rgb(198,9,203); }
td.TdClassName
{
border-color: #C609CB;
}
.TagClassName
{
border-color: #C609CB;
}
</style>