Shades of Deep Magenta #C615CA
Tints of Deep Magenta #C615CA
RGB
CMYK
RGB Variations
Color information
#C615CA (or 0xC615CA) is known color: Deep Magenta. HEX triplet: C6, 15 and CA. RGB value is (198,21,202). Sum of RGB (Red+Green+Blue) = 198+21+202=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #C615CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615CA is #39EA35. Grayscale: #5E5E5E. Windows color (decimal): -3795510 or 13243846. OLE color: 13243846.
HSL color Cylindrical-coordinate representation of color #C615CA: hue angle of 298.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C615CA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 21 | 202 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.21 |
| HSL | 298.67º | 0.81% | 0.44% | - |
| HSV(B) | 298.67º | 0.9% | 0.79% | - |
| XYZ | 34.22 | 16.81 | 57.32 | - |
| YUV | 94.56 | 188.64 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 202 | 0.02 | 0.90 | 0 | 0.21 | 298.67 | 0.81 | 0.44 |
| Hex | C6 | 15 | CA | 2 | 5A | 0 | 15 | 12B | 51 | 2C |
| Octal | 306 | 25 | 312 | 2 | 132 | 0 | 25 | 453 | 121 | 54 |
| Binary | 11000110 | 10101 | 11001010 | 10 | 1011010 | 0 | 10101 | 100101011 | 1010001 | 101100 |
Color Harmonies of #C615CA
Complementary color
Monochromatic Colors of #C615CA
Black with #C615CA
Text Example
Text Example
White with #C615CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615CA; }
p { color: rgb(198,21,202); }
H1.HeaderClassName
{
color: #C615CA;
}
.AnyTagClassName
{
color: #C615CA;
}
</style>
background-color css
<style>
a { background-color: #C615CA; }
a { background-color: rgb(198,21,202); }
div.DivClassName
{
background-color: #C615CA;
}
.BgClassName
{
background-color: #C615CA;
}
</style>
border-color css
<style>
span { border-color: #C615CA; }
span { border-color: rgb(198,21,202); }
td.TdClassName
{
border-color: #C615CA;
}
.TagClassName
{
border-color: #C615CA;
}
</style>