Shades of Fuchsia #C12AB2
Tints of Fuchsia #C12AB2
RGB
CMYK
RGB Variations
Color information
#C12AB2 (or 0xC12AB2) is known color: Fuchsia. HEX triplet: C1, 2A and B2. RGB value is (193,42,178). Sum of RGB (Red+Green+Blue) = 193+42+178=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12AB2 is #3ED54D. Grayscale: #666666. Windows color (decimal): -4117838 or 11676353. OLE color: 11676353.
HSL color Cylindrical-coordinate representation of color #C12AB2: hue angle of 305.96º 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 #C12AB2 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 178 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.24 |
| HSL | 305.96º | 0.64% | 0.46% | - |
| HSV(B) | 305.96º | 0.78% | 0.76% | - |
| XYZ | 30.86 | 16.21 | 43.62 | - |
| YUV | 102.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 178 | 0 | 0.78 | 0.08 | 0.24 | 305.96 | 0.64 | 0.46 |
| Hex | C1 | 2A | B2 | 0 | 4E | 8 | 18 | 132 | 40 | 2E |
| Octal | 301 | 52 | 262 | 0 | 116 | 10 | 30 | 462 | 100 | 56 |
| Binary | 11000001 | 101010 | 10110010 | 0 | 1001110 | 1000 | 11000 | 100110010 | 1000000 | 101110 |
Color Harmonies of #C12AB2
Complementary color
Monochromatic Colors of #C12AB2
Black with #C12AB2
Text Example
Text Example
White with #C12AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AB2; }
p { color: rgb(193,42,178); }
H1.HeaderClassName
{
color: #C12AB2;
}
.AnyTagClassName
{
color: #C12AB2;
}
</style>
background-color css
<style>
a { background-color: #C12AB2; }
a { background-color: rgb(193,42,178); }
div.DivClassName
{
background-color: #C12AB2;
}
.BgClassName
{
background-color: #C12AB2;
}
</style>
border-color css
<style>
span { border-color: #C12AB2; }
span { border-color: rgb(193,42,178); }
td.TdClassName
{
border-color: #C12AB2;
}
.TagClassName
{
border-color: #C12AB2;
}
</style>