Shades of Deep Magenta #C613BC
Tints of Deep Magenta #C613BC
RGB
CMYK
RGB Variations
Color information
#C613BC (or 0xC613BC) is known color: Deep Magenta. HEX triplet: C6, 13 and BC. RGB value is (198,19,188). Sum of RGB (Red+Green+Blue) = 198+19+188=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C613BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613BC is #39EC43. Grayscale: #5B5B5B. Windows color (decimal): -3796036 or 12325830. OLE color: 12325830.
HSL color Cylindrical-coordinate representation of color #C613BC: hue angle of 303.35º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C613BC is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.22 |
| HSL | 303.35º | 0.82% | 0.43% | - |
| HSV(B) | 303.35º | 0.9% | 0.78% | - |
| XYZ | 32.6 | 16.1 | 48.97 | - |
| YUV | 91.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 188 | 0 | 0.90 | 0.05 | 0.22 | 303.35 | 0.82 | 0.43 |
| Hex | C6 | 13 | BC | 0 | 5A | 5 | 16 | 12F | 52 | 2B |
| Octal | 306 | 23 | 274 | 0 | 132 | 5 | 26 | 457 | 122 | 53 |
| Binary | 11000110 | 10011 | 10111100 | 0 | 1011010 | 101 | 10110 | 100101111 | 1010010 | 101011 |
Color Harmonies of #C613BC
Complementary color
Monochromatic Colors of #C613BC
Black with #C613BC
Text Example
Text Example
White with #C613BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613BC; }
p { color: rgb(198,19,188); }
H1.HeaderClassName
{
color: #C613BC;
}
.AnyTagClassName
{
color: #C613BC;
}
</style>
background-color css
<style>
a { background-color: #C613BC; }
a { background-color: rgb(198,19,188); }
div.DivClassName
{
background-color: #C613BC;
}
.BgClassName
{
background-color: #C613BC;
}
</style>
border-color css
<style>
span { border-color: #C613BC; }
span { border-color: rgb(198,19,188); }
td.TdClassName
{
border-color: #C613BC;
}
.TagClassName
{
border-color: #C613BC;
}
</style>