Shades of Fuchsia #C12BBB
Tints of Fuchsia #C12BBB
RGB
CMYK
RGB Variations
Color information
#C12BBB (or 0xC12BBB) is known color: Fuchsia. HEX triplet: C1, 2B and BB. RGB value is (193,43,187). Sum of RGB (Red+Green+Blue) = 193+43+187=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BBB is #3ED444. Grayscale: #676767. Windows color (decimal): -4117573 or 12266433. OLE color: 12266433.
HSL color Cylindrical-coordinate representation of color #C12BBB: hue angle of 302.4º 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 #C12BBB is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 187 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.24 |
| HSL | 302.4º | 0.64% | 0.46% | - |
| HSV(B) | 302.4º | 0.78% | 0.76% | - |
| XYZ | 31.83 | 16.65 | 48.55 | - |
| YUV | 104.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 187 | 0 | 0.78 | 0.03 | 0.24 | 302.4 | 0.64 | 0.46 |
| Hex | C1 | 2B | BB | 0 | 4E | 3 | 18 | 12E | 40 | 2E |
| Octal | 301 | 53 | 273 | 0 | 116 | 3 | 30 | 456 | 100 | 56 |
| Binary | 11000001 | 101011 | 10111011 | 0 | 1001110 | 11 | 11000 | 100101110 | 1000000 | 101110 |
Color Harmonies of #C12BBB
Complementary color
Monochromatic Colors of #C12BBB
Black with #C12BBB
Text Example
Text Example
White with #C12BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BBB; }
p { color: rgb(193,43,187); }
H1.HeaderClassName
{
color: #C12BBB;
}
.AnyTagClassName
{
color: #C12BBB;
}
</style>
background-color css
<style>
a { background-color: #C12BBB; }
a { background-color: rgb(193,43,187); }
div.DivClassName
{
background-color: #C12BBB;
}
.BgClassName
{
background-color: #C12BBB;
}
</style>
border-color css
<style>
span { border-color: #C12BBB; }
span { border-color: rgb(193,43,187); }
td.TdClassName
{
border-color: #C12BBB;
}
.TagClassName
{
border-color: #C12BBB;
}
</style>