Shades of Fuchsia #C12DB5
Tints of Fuchsia #C12DB5
RGB
CMYK
RGB Variations
Color information
#C12DB5 (or 0xC12DB5) is known color: Fuchsia. HEX triplet: C1, 2D and B5. RGB value is (193,45,181). Sum of RGB (Red+Green+Blue) = 193+45+181=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DB5 is #3ED24A. Grayscale: #686868. Windows color (decimal): -4117067 or 11873729. OLE color: 11873729.
HSL color Cylindrical-coordinate representation of color #C12DB5: hue angle of 304.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12DB5 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 181 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.24 |
| HSL | 304.86º | 0.62% | 0.47% | - |
| HSV(B) | 304.86º | 0.77% | 0.76% | - |
| XYZ | 31.27 | 16.55 | 45.26 | - |
| YUV | 104.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 181 | 0 | 0.77 | 0.06 | 0.24 | 304.86 | 0.62 | 0.47 |
| Hex | C1 | 2D | B5 | 0 | 4D | 6 | 18 | 131 | 3E | 2F |
| Octal | 301 | 55 | 265 | 0 | 115 | 6 | 30 | 461 | 76 | 57 |
| Binary | 11000001 | 101101 | 10110101 | 0 | 1001101 | 110 | 11000 | 100110001 | 111110 | 101111 |
Color Harmonies of #C12DB5
Complementary color
Monochromatic Colors of #C12DB5
Black with #C12DB5
Text Example
Text Example
White with #C12DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DB5; }
p { color: rgb(193,45,181); }
H1.HeaderClassName
{
color: #C12DB5;
}
.AnyTagClassName
{
color: #C12DB5;
}
</style>
background-color css
<style>
a { background-color: #C12DB5; }
a { background-color: rgb(193,45,181); }
div.DivClassName
{
background-color: #C12DB5;
}
.BgClassName
{
background-color: #C12DB5;
}
</style>
border-color css
<style>
span { border-color: #C12DB5; }
span { border-color: rgb(193,45,181); }
td.TdClassName
{
border-color: #C12DB5;
}
.TagClassName
{
border-color: #C12DB5;
}
</style>