Shades of Fuchsia #C12FBE
Tints of Fuchsia #C12FBE
RGB
CMYK
RGB Variations
Color information
#C12FBE (or 0xC12FBE) is known color: Fuchsia. HEX triplet: C1, 2F and BE. RGB value is (193,47,190). Sum of RGB (Red+Green+Blue) = 193+47+190=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FBE is #3ED041. Grayscale: #6A6A6A. Windows color (decimal): -4116546 or 12464065. OLE color: 12464065.
HSL color Cylindrical-coordinate representation of color #C12FBE: hue angle of 301.23º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12FBE is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 190 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.24 |
| HSL | 301.23º | 0.61% | 0.47% | - |
| HSV(B) | 301.23º | 0.76% | 0.76% | - |
| XYZ | 32.3 | 17.09 | 50.31 | - |
| YUV | 106.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 190 | 0 | 0.76 | 0.02 | 0.24 | 301.23 | 0.61 | 0.47 |
| Hex | C1 | 2F | BE | 0 | 4C | 2 | 18 | 12D | 3D | 2F |
| Octal | 301 | 57 | 276 | 0 | 114 | 2 | 30 | 455 | 75 | 57 |
| Binary | 11000001 | 101111 | 10111110 | 0 | 1001100 | 10 | 11000 | 100101101 | 111101 | 101111 |
Color Harmonies of #C12FBE
Complementary color
Monochromatic Colors of #C12FBE
Black with #C12FBE
Text Example
Text Example
White with #C12FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FBE; }
p { color: rgb(193,47,190); }
H1.HeaderClassName
{
color: #C12FBE;
}
.AnyTagClassName
{
color: #C12FBE;
}
</style>
background-color css
<style>
a { background-color: #C12FBE; }
a { background-color: rgb(193,47,190); }
div.DivClassName
{
background-color: #C12FBE;
}
.BgClassName
{
background-color: #C12FBE;
}
</style>
border-color css
<style>
span { border-color: #C12FBE; }
span { border-color: rgb(193,47,190); }
td.TdClassName
{
border-color: #C12FBE;
}
.TagClassName
{
border-color: #C12FBE;
}
</style>