Shades of Deep Magenta #C215CF
Tints of Deep Magenta #C215CF
RGB
CMYK
RGB Variations
Color information
#C215CF (or 0xC215CF) is known color: Deep Magenta. HEX triplet: C2, 15 and CF. RGB value is (194,21,207). Sum of RGB (Red+Green+Blue) = 194+21+207=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #C215CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215CF is #3DEA30. Grayscale: #5D5D5D. Windows color (decimal): -4057649 or 13571522. OLE color: 13571522.
HSL color Cylindrical-coordinate representation of color #C215CF: hue angle of 295.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C215CF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 21 | 207 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.19 |
| HSL | 295.81º | 0.82% | 0.45% | - |
| HSV(B) | 295.81º | 0.9% | 0.81% | - |
| XYZ | 33.78 | 16.51 | 60.44 | - |
| YUV | 93.93 | 191.81 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 207 | 0.06 | 0.90 | 0 | 0.19 | 295.81 | 0.82 | 0.45 |
| Hex | C2 | 15 | CF | 6 | 5A | 0 | 13 | 128 | 52 | 2D |
| Octal | 302 | 25 | 317 | 6 | 132 | 0 | 23 | 450 | 122 | 55 |
| Binary | 11000010 | 10101 | 11001111 | 110 | 1011010 | 0 | 10011 | 100101000 | 1010010 | 101101 |
Color Harmonies of #C215CF
Complementary color
Monochromatic Colors of #C215CF
Black with #C215CF
Text Example
Text Example
White with #C215CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215CF; }
p { color: rgb(194,21,207); }
H1.HeaderClassName
{
color: #C215CF;
}
.AnyTagClassName
{
color: #C215CF;
}
</style>
background-color css
<style>
a { background-color: #C215CF; }
a { background-color: rgb(194,21,207); }
div.DivClassName
{
background-color: #C215CF;
}
.BgClassName
{
background-color: #C215CF;
}
</style>
border-color css
<style>
span { border-color: #C215CF; }
span { border-color: rgb(194,21,207); }
td.TdClassName
{
border-color: #C215CF;
}
.TagClassName
{
border-color: #C215CF;
}
</style>