Shades of Deep Magenta #C311CF
Tints of Deep Magenta #C311CF
RGB
CMYK
RGB Variations
Color information
#C311CF (or 0xC311CF) is known color: Deep Magenta. HEX triplet: C3, 11 and CF. RGB value is (195,17,207). Sum of RGB (Red+Green+Blue) = 195+17+207=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #C311CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311CF is #3CEE30. Grayscale: #5B5B5B. Windows color (decimal): -3993137 or 13570499. OLE color: 13570499.
HSL color Cylindrical-coordinate representation of color #C311CF: hue angle of 296.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C311CF is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 17 | 207 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.19 |
| HSL | 296.21º | 0.85% | 0.44% | - |
| HSV(B) | 296.21º | 0.92% | 0.81% | - |
| XYZ | 33.97 | 16.51 | 60.43 | - |
| YUV | 91.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 207 | 0.06 | 0.92 | 0 | 0.19 | 296.21 | 0.85 | 0.44 |
| Hex | C3 | 11 | CF | 6 | 5C | 0 | 13 | 128 | 55 | 2C |
| Octal | 303 | 21 | 317 | 6 | 134 | 0 | 23 | 450 | 125 | 54 |
| Binary | 11000011 | 10001 | 11001111 | 110 | 1011100 | 0 | 10011 | 100101000 | 1010101 | 101100 |
Color Harmonies of #C311CF
Complementary color
Monochromatic Colors of #C311CF
Black with #C311CF
Text Example
Text Example
White with #C311CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311CF; }
p { color: rgb(195,17,207); }
H1.HeaderClassName
{
color: #C311CF;
}
.AnyTagClassName
{
color: #C311CF;
}
</style>
background-color css
<style>
a { background-color: #C311CF; }
a { background-color: rgb(195,17,207); }
div.DivClassName
{
background-color: #C311CF;
}
.BgClassName
{
background-color: #C311CF;
}
</style>
border-color css
<style>
span { border-color: #C311CF; }
span { border-color: rgb(195,17,207); }
td.TdClassName
{
border-color: #C311CF;
}
.TagClassName
{
border-color: #C311CF;
}
</style>