Shades of Fuchsia #C12BCE
Tints of Fuchsia #C12BCE
RGB
CMYK
RGB Variations
Color information
#C12BCE (or 0xC12BCE) is known color: Fuchsia. HEX triplet: C1, 2B and CE. RGB value is (193,43,206). Sum of RGB (Red+Green+Blue) = 193+43+206=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #C12BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BCE is #3ED431. Grayscale: #696969. Windows color (decimal): -4117554 or 13511617. OLE color: 13511617.
HSL color Cylindrical-coordinate representation of color #C12BCE: hue angle of 295.21º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12BCE is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 43 | 206 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.19 |
| HSL | 295.21º | 0.65% | 0.49% | - |
| HSV(B) | 295.21º | 0.79% | 0.81% | - |
| XYZ | 34 | 17.52 | 59.98 | - |
| YUV | 106.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 206 | 0.06 | 0.79 | 0 | 0.19 | 295.21 | 0.65 | 0.49 |
| Hex | C1 | 2B | CE | 6 | 4F | 0 | 13 | 127 | 41 | 31 |
| Octal | 301 | 53 | 316 | 6 | 117 | 0 | 23 | 447 | 101 | 61 |
| Binary | 11000001 | 101011 | 11001110 | 110 | 1001111 | 0 | 10011 | 100100111 | 1000001 | 110001 |
Color Harmonies of #C12BCE
Complementary color
Monochromatic Colors of #C12BCE
Black with #C12BCE
Text Example
Text Example
White with #C12BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BCE; }
p { color: rgb(193,43,206); }
H1.HeaderClassName
{
color: #C12BCE;
}
.AnyTagClassName
{
color: #C12BCE;
}
</style>
background-color css
<style>
a { background-color: #C12BCE; }
a { background-color: rgb(193,43,206); }
div.DivClassName
{
background-color: #C12BCE;
}
.BgClassName
{
background-color: #C12BCE;
}
</style>
border-color css
<style>
span { border-color: #C12BCE; }
span { border-color: rgb(193,43,206); }
td.TdClassName
{
border-color: #C12BCE;
}
.TagClassName
{
border-color: #C12BCE;
}
</style>