Shades of Fuchsia #C12BBC
Tints of Fuchsia #C12BBC
RGB
CMYK
RGB Variations
Color information
#C12BBC (or 0xC12BBC) is known color: Fuchsia. HEX triplet: C1, 2B and BC. RGB value is (193,43,188). Sum of RGB (Red+Green+Blue) = 193+43+188=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BBC is #3ED443. Grayscale: #676767. Windows color (decimal): -4117572 or 12331969. OLE color: 12331969.
HSL color Cylindrical-coordinate representation of color #C12BBC: hue angle of 302º 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 #C12BBC is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 188 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.24 |
| HSL | 302º | 0.64% | 0.46% | - |
| HSV(B) | 302º | 0.78% | 0.76% | - |
| XYZ | 31.93 | 16.7 | 49.12 | - |
| YUV | 104.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 188 | 0 | 0.78 | 0.03 | 0.24 | 302 | 0.64 | 0.46 |
| Hex | C1 | 2B | BC | 0 | 4E | 3 | 18 | 12E | 40 | 2E |
| Octal | 301 | 53 | 274 | 0 | 116 | 3 | 30 | 456 | 100 | 56 |
| Binary | 11000001 | 101011 | 10111100 | 0 | 1001110 | 11 | 11000 | 100101110 | 1000000 | 101110 |
Color Harmonies of #C12BBC
Complementary color
Monochromatic Colors of #C12BBC
Black with #C12BBC
Text Example
Text Example
White with #C12BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BBC; }
p { color: rgb(193,43,188); }
H1.HeaderClassName
{
color: #C12BBC;
}
.AnyTagClassName
{
color: #C12BBC;
}
</style>
background-color css
<style>
a { background-color: #C12BBC; }
a { background-color: rgb(193,43,188); }
div.DivClassName
{
background-color: #C12BBC;
}
.BgClassName
{
background-color: #C12BBC;
}
</style>
border-color css
<style>
span { border-color: #C12BBC; }
span { border-color: rgb(193,43,188); }
td.TdClassName
{
border-color: #C12BBC;
}
.TagClassName
{
border-color: #C12BBC;
}
</style>