Shades of Deep Magenta #C21BCF
Tints of Deep Magenta #C21BCF
RGB
CMYK
RGB Variations
Color information
#C21BCF (or 0xC21BCF) is known color: Deep Magenta. HEX triplet: C2, 1B and CF. RGB value is (194,27,207). Sum of RGB (Red+Green+Blue) = 194+27+207=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #C21BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BCF is #3DE430. Grayscale: #606060. Windows color (decimal): -4056113 or 13573058. OLE color: 13573058.
HSL color Cylindrical-coordinate representation of color #C21BCF: hue angle of 295.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21BCF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 27 | 207 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.19 |
| HSL | 295.67º | 0.77% | 0.46% | - |
| HSV(B) | 295.67º | 0.87% | 0.81% | - |
| XYZ | 33.9 | 16.76 | 60.48 | - |
| YUV | 97.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 207 | 0.06 | 0.87 | 0 | 0.19 | 295.67 | 0.77 | 0.46 |
| Hex | C2 | 1B | CF | 6 | 57 | 0 | 13 | 128 | 4D | 2E |
| Octal | 302 | 33 | 317 | 6 | 127 | 0 | 23 | 450 | 115 | 56 |
| Binary | 11000010 | 11011 | 11001111 | 110 | 1010111 | 0 | 10011 | 100101000 | 1001101 | 101110 |
Color Harmonies of #C21BCF
Complementary color
Monochromatic Colors of #C21BCF
Black with #C21BCF
Text Example
Text Example
White with #C21BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BCF; }
p { color: rgb(194,27,207); }
H1.HeaderClassName
{
color: #C21BCF;
}
.AnyTagClassName
{
color: #C21BCF;
}
</style>
background-color css
<style>
a { background-color: #C21BCF; }
a { background-color: rgb(194,27,207); }
div.DivClassName
{
background-color: #C21BCF;
}
.BgClassName
{
background-color: #C21BCF;
}
</style>
border-color css
<style>
span { border-color: #C21BCF; }
span { border-color: rgb(194,27,207); }
td.TdClassName
{
border-color: #C21BCF;
}
.TagClassName
{
border-color: #C21BCF;
}
</style>