Shades of Fuchsia #C12FB5
Tints of Fuchsia #C12FB5
RGB
CMYK
RGB Variations
Color information
#C12FB5 (or 0xC12FB5) is known color: Fuchsia. HEX triplet: C1, 2F and B5. RGB value is (193,47,181). Sum of RGB (Red+Green+Blue) = 193+47+181=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FB5 is #3ED04A. Grayscale: #696969. Windows color (decimal): -4116555 or 11874241. OLE color: 11874241.
HSL color Cylindrical-coordinate representation of color #C12FB5: hue angle of 304.93º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12FB5 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 181 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.24 |
| HSL | 304.93º | 0.61% | 0.47% | - |
| HSV(B) | 304.93º | 0.76% | 0.76% | - |
| XYZ | 31.35 | 16.71 | 45.29 | - |
| YUV | 105.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 181 | 0 | 0.76 | 0.06 | 0.24 | 304.93 | 0.61 | 0.47 |
| Hex | C1 | 2F | B5 | 0 | 4C | 6 | 18 | 131 | 3D | 2F |
| Octal | 301 | 57 | 265 | 0 | 114 | 6 | 30 | 461 | 75 | 57 |
| Binary | 11000001 | 101111 | 10110101 | 0 | 1001100 | 110 | 11000 | 100110001 | 111101 | 101111 |
Color Harmonies of #C12FB5
Complementary color
Monochromatic Colors of #C12FB5
Black with #C12FB5
Text Example
Text Example
White with #C12FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FB5; }
p { color: rgb(193,47,181); }
H1.HeaderClassName
{
color: #C12FB5;
}
.AnyTagClassName
{
color: #C12FB5;
}
</style>
background-color css
<style>
a { background-color: #C12FB5; }
a { background-color: rgb(193,47,181); }
div.DivClassName
{
background-color: #C12FB5;
}
.BgClassName
{
background-color: #C12FB5;
}
</style>
border-color css
<style>
span { border-color: #C12FB5; }
span { border-color: rgb(193,47,181); }
td.TdClassName
{
border-color: #C12FB5;
}
.TagClassName
{
border-color: #C12FB5;
}
</style>