Shades of Fuchsia #C12CCE
Tints of Fuchsia #C12CCE
RGB
CMYK
RGB Variations
Color information
#C12CCE (or 0xC12CCE) is known color: Fuchsia. HEX triplet: C1, 2C and CE. RGB value is (193,44,206). Sum of RGB (Red+Green+Blue) = 193+44+206=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #C12CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CCE is #3ED331. Grayscale: #6A6A6A. Windows color (decimal): -4117298 or 13511873. OLE color: 13511873.
HSL color Cylindrical-coordinate representation of color #C12CCE: hue angle of 295.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12CCE is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 44 | 206 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.19 |
| HSL | 295.19º | 0.65% | 0.49% | - |
| HSV(B) | 295.19º | 0.79% | 0.81% | - |
| XYZ | 34.03 | 17.6 | 59.99 | - |
| YUV | 107.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 206 | 0.06 | 0.79 | 0 | 0.19 | 295.19 | 0.65 | 0.49 |
| Hex | C1 | 2C | CE | 6 | 4F | 0 | 13 | 127 | 41 | 31 |
| Octal | 301 | 54 | 316 | 6 | 117 | 0 | 23 | 447 | 101 | 61 |
| Binary | 11000001 | 101100 | 11001110 | 110 | 1001111 | 0 | 10011 | 100100111 | 1000001 | 110001 |
Color Harmonies of #C12CCE
Complementary color
Monochromatic Colors of #C12CCE
Black with #C12CCE
Text Example
Text Example
White with #C12CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CCE; }
p { color: rgb(193,44,206); }
H1.HeaderClassName
{
color: #C12CCE;
}
.AnyTagClassName
{
color: #C12CCE;
}
</style>
background-color css
<style>
a { background-color: #C12CCE; }
a { background-color: rgb(193,44,206); }
div.DivClassName
{
background-color: #C12CCE;
}
.BgClassName
{
background-color: #C12CCE;
}
</style>
border-color css
<style>
span { border-color: #C12CCE; }
span { border-color: rgb(193,44,206); }
td.TdClassName
{
border-color: #C12CCE;
}
.TagClassName
{
border-color: #C12CCE;
}
</style>