Shades of Fuchsia #C12ACB
Tints of Fuchsia #C12ACB
RGB
CMYK
RGB Variations
Color information
#C12ACB (or 0xC12ACB) is known color: Fuchsia. HEX triplet: C1, 2A and CB. RGB value is (193,42,203). Sum of RGB (Red+Green+Blue) = 193+42+203=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #C12ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ACB is #3ED534. Grayscale: #696969. Windows color (decimal): -4117813 or 13314753. OLE color: 13314753.
HSL color Cylindrical-coordinate representation of color #C12ACB: hue angle of 296.27º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12ACB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 42 | 203 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.20 |
| HSL | 296.27º | 0.66% | 0.48% | - |
| HSV(B) | 296.27º | 0.79% | 0.8% | - |
| XYZ | 33.6 | 17.31 | 58.07 | - |
| YUV | 105.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 203 | 0.05 | 0.79 | 0 | 0.20 | 296.27 | 0.66 | 0.48 |
| Hex | C1 | 2A | CB | 5 | 4F | 0 | 14 | 128 | 42 | 30 |
| Octal | 301 | 52 | 313 | 5 | 117 | 0 | 24 | 450 | 102 | 60 |
| Binary | 11000001 | 101010 | 11001011 | 101 | 1001111 | 0 | 10100 | 100101000 | 1000010 | 110000 |
Color Harmonies of #C12ACB
Complementary color
Monochromatic Colors of #C12ACB
Black with #C12ACB
Text Example
Text Example
White with #C12ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ACB; }
p { color: rgb(193,42,203); }
H1.HeaderClassName
{
color: #C12ACB;
}
.AnyTagClassName
{
color: #C12ACB;
}
</style>
background-color css
<style>
a { background-color: #C12ACB; }
a { background-color: rgb(193,42,203); }
div.DivClassName
{
background-color: #C12ACB;
}
.BgClassName
{
background-color: #C12ACB;
}
</style>
border-color css
<style>
span { border-color: #C12ACB; }
span { border-color: rgb(193,42,203); }
td.TdClassName
{
border-color: #C12ACB;
}
.TagClassName
{
border-color: #C12ACB;
}
</style>