Shades of Deep Magenta #C31CCF
Tints of Deep Magenta #C31CCF
RGB
CMYK
RGB Variations
Color information
#C31CCF (or 0xC31CCF) is known color: Deep Magenta. HEX triplet: C3, 1C and CF. RGB value is (195,28,207). Sum of RGB (Red+Green+Blue) = 195+28+207=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 28 (11.33% from 255 or 6.51% 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 #C31CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CCF is #3CE330. Grayscale: #616161. Windows color (decimal): -3990321 or 13573315. OLE color: 13573315.
HSL color Cylindrical-coordinate representation of color #C31CCF: hue angle of 295.98º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CCF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 28 | 207 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.19 |
| HSL | 295.98º | 0.76% | 0.46% | - |
| HSV(B) | 295.98º | 0.86% | 0.81% | - |
| XYZ | 34.18 | 16.94 | 60.5 | - |
| YUV | 98.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 207 | 0.06 | 0.86 | 0 | 0.19 | 295.98 | 0.76 | 0.46 |
| Hex | C3 | 1C | CF | 6 | 56 | 0 | 13 | 128 | 4C | 2E |
| Octal | 303 | 34 | 317 | 6 | 126 | 0 | 23 | 450 | 114 | 56 |
| Binary | 11000011 | 11100 | 11001111 | 110 | 1010110 | 0 | 10011 | 100101000 | 1001100 | 101110 |
Color Harmonies of #C31CCF
Complementary color
Monochromatic Colors of #C31CCF
Black with #C31CCF
Text Example
Text Example
White with #C31CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CCF; }
p { color: rgb(195,28,207); }
H1.HeaderClassName
{
color: #C31CCF;
}
.AnyTagClassName
{
color: #C31CCF;
}
</style>
background-color css
<style>
a { background-color: #C31CCF; }
a { background-color: rgb(195,28,207); }
div.DivClassName
{
background-color: #C31CCF;
}
.BgClassName
{
background-color: #C31CCF;
}
</style>
border-color css
<style>
span { border-color: #C31CCF; }
span { border-color: rgb(195,28,207); }
td.TdClassName
{
border-color: #C31CCF;
}
.TagClassName
{
border-color: #C31CCF;
}
</style>