Shades of Fuchsia #C12BAE
Tints of Fuchsia #C12BAE
RGB
CMYK
RGB Variations
Color information
#C12BAE (or 0xC12BAE) is known color: Fuchsia. HEX triplet: C1, 2B and AE. RGB value is (193,43,174). Sum of RGB (Red+Green+Blue) = 193+43+174=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12BAE is #3ED451. Grayscale: #666666. Windows color (decimal): -4117586 or 11414465. OLE color: 11414465.
HSL color Cylindrical-coordinate representation of color #C12BAE: hue angle of 307.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12BAE is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 174 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.24 |
| HSL | 307.6º | 0.64% | 0.46% | - |
| HSV(B) | 307.6º | 0.78% | 0.76% | - |
| XYZ | 30.5 | 16.12 | 41.55 | - |
| YUV | 102.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 174 | 0 | 0.78 | 0.10 | 0.24 | 307.6 | 0.64 | 0.46 |
| Hex | C1 | 2B | AE | 0 | 4E | A | 18 | 134 | 40 | 2E |
| Octal | 301 | 53 | 256 | 0 | 116 | 12 | 30 | 464 | 100 | 56 |
| Binary | 11000001 | 101011 | 10101110 | 0 | 1001110 | 1010 | 11000 | 100110100 | 1000000 | 101110 |
Color Harmonies of #C12BAE
Complementary color
Monochromatic Colors of #C12BAE
Black with #C12BAE
Text Example
Text Example
White with #C12BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BAE; }
p { color: rgb(193,43,174); }
H1.HeaderClassName
{
color: #C12BAE;
}
.AnyTagClassName
{
color: #C12BAE;
}
</style>
background-color css
<style>
a { background-color: #C12BAE; }
a { background-color: rgb(193,43,174); }
div.DivClassName
{
background-color: #C12BAE;
}
.BgClassName
{
background-color: #C12BAE;
}
</style>
border-color css
<style>
span { border-color: #C12BAE; }
span { border-color: rgb(193,43,174); }
td.TdClassName
{
border-color: #C12BAE;
}
.TagClassName
{
border-color: #C12BAE;
}
</style>