Shades of Fuchsia #C12FC5
Tints of Fuchsia #C12FC5
RGB
CMYK
RGB Variations
Color information
#C12FC5 (or 0xC12FC5) is known color: Fuchsia. HEX triplet: C1, 2F and C5. RGB value is (193,47,197). Sum of RGB (Red+Green+Blue) = 193+47+197=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #C12FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FC5 is #3ED03A. Grayscale: #6B6B6B. Windows color (decimal): -4116539 or 12922817. OLE color: 12922817.
HSL color Cylindrical-coordinate representation of color #C12FC5: hue angle of 298.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12FC5 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 47 | 197 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.23 |
| HSL | 298.4º | 0.61% | 0.48% | - |
| HSV(B) | 298.4º | 0.76% | 0.77% | - |
| XYZ | 33.09 | 17.4 | 54.44 | - |
| YUV | 107.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 197 | 0.02 | 0.76 | 0 | 0.23 | 298.4 | 0.61 | 0.48 |
| Hex | C1 | 2F | C5 | 2 | 4C | 0 | 17 | 12A | 3D | 30 |
| Octal | 301 | 57 | 305 | 2 | 114 | 0 | 27 | 452 | 75 | 60 |
| Binary | 11000001 | 101111 | 11000101 | 10 | 1001100 | 0 | 10111 | 100101010 | 111101 | 110000 |
Color Harmonies of #C12FC5
Complementary color
Monochromatic Colors of #C12FC5
Black with #C12FC5
Text Example
Text Example
White with #C12FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FC5; }
p { color: rgb(193,47,197); }
H1.HeaderClassName
{
color: #C12FC5;
}
.AnyTagClassName
{
color: #C12FC5;
}
</style>
background-color css
<style>
a { background-color: #C12FC5; }
a { background-color: rgb(193,47,197); }
div.DivClassName
{
background-color: #C12FC5;
}
.BgClassName
{
background-color: #C12FC5;
}
</style>
border-color css
<style>
span { border-color: #C12FC5; }
span { border-color: rgb(193,47,197); }
td.TdClassName
{
border-color: #C12FC5;
}
.TagClassName
{
border-color: #C12FC5;
}
</style>