Shades of Deep Magenta #C41BCF
Tints of Deep Magenta #C41BCF
RGB
CMYK
RGB Variations
Color information
#C41BCF (or 0xC41BCF) is known color: Deep Magenta. HEX triplet: C4, 1B and CF. RGB value is (196,27,207). Sum of RGB (Red+Green+Blue) = 196+27+207=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #C41BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BCF is #3BE430. Grayscale: #616161. Windows color (decimal): -3925041 or 13573060. OLE color: 13573060.
HSL color Cylindrical-coordinate representation of color #C41BCF: hue angle of 296.33º 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 #C41BCF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 27 | 207 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.19 |
| HSL | 296.33º | 0.77% | 0.46% | - |
| HSV(B) | 296.33º | 0.87% | 0.81% | - |
| XYZ | 34.42 | 17.02 | 60.5 | - |
| YUV | 98.05 | 189.49 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 207 | 0.05 | 0.87 | 0 | 0.19 | 296.33 | 0.77 | 0.46 |
| Hex | C4 | 1B | CF | 5 | 57 | 0 | 13 | 128 | 4D | 2E |
| Octal | 304 | 33 | 317 | 5 | 127 | 0 | 23 | 450 | 115 | 56 |
| Binary | 11000100 | 11011 | 11001111 | 101 | 1010111 | 0 | 10011 | 100101000 | 1001101 | 101110 |
Color Harmonies of #C41BCF
Complementary color
Monochromatic Colors of #C41BCF
Black with #C41BCF
Text Example
Text Example
White with #C41BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BCF; }
p { color: rgb(196,27,207); }
H1.HeaderClassName
{
color: #C41BCF;
}
.AnyTagClassName
{
color: #C41BCF;
}
</style>
background-color css
<style>
a { background-color: #C41BCF; }
a { background-color: rgb(196,27,207); }
div.DivClassName
{
background-color: #C41BCF;
}
.BgClassName
{
background-color: #C41BCF;
}
</style>
border-color css
<style>
span { border-color: #C41BCF; }
span { border-color: rgb(196,27,207); }
td.TdClassName
{
border-color: #C41BCF;
}
.TagClassName
{
border-color: #C41BCF;
}
</style>