Shades of Fuchsia #C12FCD
Tints of Fuchsia #C12FCD
RGB
CMYK
RGB Variations
Color information
#C12FCD (or 0xC12FCD) is known color: Fuchsia. HEX triplet: C1, 2F and CD. RGB value is (193,47,205). Sum of RGB (Red+Green+Blue) = 193+47+205=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #C12FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FCD is #3ED032. Grayscale: #6C6C6C. Windows color (decimal): -4116531 or 13447105. OLE color: 13447105.
HSL color Cylindrical-coordinate representation of color #C12FCD: hue angle of 295.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12FCD is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 47 | 205 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.20 |
| HSL | 295.44º | 0.63% | 0.49% | - |
| HSV(B) | 295.44º | 0.77% | 0.8% | - |
| XYZ | 34.03 | 17.78 | 59.4 | - |
| YUV | 108.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 205 | 0.06 | 0.77 | 0 | 0.20 | 295.44 | 0.63 | 0.49 |
| Hex | C1 | 2F | CD | 6 | 4D | 0 | 14 | 127 | 3F | 31 |
| Octal | 301 | 57 | 315 | 6 | 115 | 0 | 24 | 447 | 77 | 61 |
| Binary | 11000001 | 101111 | 11001101 | 110 | 1001101 | 0 | 10100 | 100100111 | 111111 | 110001 |
Color Harmonies of #C12FCD
Complementary color
Monochromatic Colors of #C12FCD
Black with #C12FCD
Text Example
Text Example
White with #C12FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FCD; }
p { color: rgb(193,47,205); }
H1.HeaderClassName
{
color: #C12FCD;
}
.AnyTagClassName
{
color: #C12FCD;
}
</style>
background-color css
<style>
a { background-color: #C12FCD; }
a { background-color: rgb(193,47,205); }
div.DivClassName
{
background-color: #C12FCD;
}
.BgClassName
{
background-color: #C12FCD;
}
</style>
border-color css
<style>
span { border-color: #C12FCD; }
span { border-color: rgb(193,47,205); }
td.TdClassName
{
border-color: #C12FCD;
}
.TagClassName
{
border-color: #C12FCD;
}
</style>