Shades of Fuchsia #C12BCD
Tints of Fuchsia #C12BCD
RGB
CMYK
RGB Variations
Color information
#C12BCD (or 0xC12BCD) is known color: Fuchsia. HEX triplet: C1, 2B and CD. RGB value is (193,43,205). Sum of RGB (Red+Green+Blue) = 193+43+205=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #C12BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BCD is #3ED432. Grayscale: #696969. Windows color (decimal): -4117555 or 13446081. OLE color: 13446081.
HSL color Cylindrical-coordinate representation of color #C12BCD: hue angle of 295.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12BCD is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 43 | 205 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.20 |
| HSL | 295.56º | 0.65% | 0.49% | - |
| HSV(B) | 295.56º | 0.79% | 0.8% | - |
| XYZ | 33.88 | 17.47 | 59.34 | - |
| YUV | 106.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 205 | 0.06 | 0.79 | 0 | 0.20 | 295.56 | 0.65 | 0.49 |
| Hex | C1 | 2B | CD | 6 | 4F | 0 | 14 | 128 | 41 | 31 |
| Octal | 301 | 53 | 315 | 6 | 117 | 0 | 24 | 450 | 101 | 61 |
| Binary | 11000001 | 101011 | 11001101 | 110 | 1001111 | 0 | 10100 | 100101000 | 1000001 | 110001 |
Color Harmonies of #C12BCD
Complementary color
Monochromatic Colors of #C12BCD
Black with #C12BCD
Text Example
Text Example
White with #C12BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BCD; }
p { color: rgb(193,43,205); }
H1.HeaderClassName
{
color: #C12BCD;
}
.AnyTagClassName
{
color: #C12BCD;
}
</style>
background-color css
<style>
a { background-color: #C12BCD; }
a { background-color: rgb(193,43,205); }
div.DivClassName
{
background-color: #C12BCD;
}
.BgClassName
{
background-color: #C12BCD;
}
</style>
border-color css
<style>
span { border-color: #C12BCD; }
span { border-color: rgb(193,43,205); }
td.TdClassName
{
border-color: #C12BCD;
}
.TagClassName
{
border-color: #C12BCD;
}
</style>