Shades of Deep Magenta #C61BCB
Tints of Deep Magenta #C61BCB
RGB
CMYK
RGB Variations
Color information
#C61BCB (or 0xC61BCB) is known color: Deep Magenta. HEX triplet: C6, 1B and CB. RGB value is (198,27,203). Sum of RGB (Red+Green+Blue) = 198+27+203=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #C61BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BCB is #39E434. Grayscale: #616161. Windows color (decimal): -3793973 or 13310918. OLE color: 13310918.
HSL color Cylindrical-coordinate representation of color #C61BCB: hue angle of 298.3º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61BCB is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 27 | 203 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.20 |
| HSL | 298.3º | 0.77% | 0.45% | - |
| HSV(B) | 298.3º | 0.87% | 0.8% | - |
| XYZ | 34.46 | 17.1 | 57.98 | - |
| YUV | 98.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 203 | 0.02 | 0.87 | 0 | 0.20 | 298.3 | 0.77 | 0.45 |
| Hex | C6 | 1B | CB | 2 | 57 | 0 | 14 | 12A | 4D | 2D |
| Octal | 306 | 33 | 313 | 2 | 127 | 0 | 24 | 452 | 115 | 55 |
| Binary | 11000110 | 11011 | 11001011 | 10 | 1010111 | 0 | 10100 | 100101010 | 1001101 | 101101 |
Color Harmonies of #C61BCB
Complementary color
Monochromatic Colors of #C61BCB
Black with #C61BCB
Text Example
Text Example
White with #C61BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BCB; }
p { color: rgb(198,27,203); }
H1.HeaderClassName
{
color: #C61BCB;
}
.AnyTagClassName
{
color: #C61BCB;
}
</style>
background-color css
<style>
a { background-color: #C61BCB; }
a { background-color: rgb(198,27,203); }
div.DivClassName
{
background-color: #C61BCB;
}
.BgClassName
{
background-color: #C61BCB;
}
</style>
border-color css
<style>
span { border-color: #C61BCB; }
span { border-color: rgb(198,27,203); }
td.TdClassName
{
border-color: #C61BCB;
}
.TagClassName
{
border-color: #C61BCB;
}
</style>