Shades of Fuchsia #C12DBE
Tints of Fuchsia #C12DBE
RGB
CMYK
RGB Variations
Color information
#C12DBE (or 0xC12DBE) is known color: Fuchsia. HEX triplet: C1, 2D and BE. RGB value is (193,45,190). Sum of RGB (Red+Green+Blue) = 193+45+190=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DBE is #3ED241. Grayscale: #696969. Windows color (decimal): -4117058 or 12463553. OLE color: 12463553.
HSL color Cylindrical-coordinate representation of color #C12DBE: hue angle of 301.22º 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 #C12DBE is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 190 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.24 |
| HSL | 301.22º | 0.62% | 0.47% | - |
| HSV(B) | 301.22º | 0.77% | 0.76% | - |
| XYZ | 32.22 | 16.93 | 50.28 | - |
| YUV | 105.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 190 | 0 | 0.77 | 0.02 | 0.24 | 301.22 | 0.62 | 0.47 |
| Hex | C1 | 2D | BE | 0 | 4D | 2 | 18 | 12D | 3E | 2F |
| Octal | 301 | 55 | 276 | 0 | 115 | 2 | 30 | 455 | 76 | 57 |
| Binary | 11000001 | 101101 | 10111110 | 0 | 1001101 | 10 | 11000 | 100101101 | 111110 | 101111 |
Color Harmonies of #C12DBE
Complementary color
Monochromatic Colors of #C12DBE
Black with #C12DBE
Text Example
Text Example
White with #C12DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DBE; }
p { color: rgb(193,45,190); }
H1.HeaderClassName
{
color: #C12DBE;
}
.AnyTagClassName
{
color: #C12DBE;
}
</style>
background-color css
<style>
a { background-color: #C12DBE; }
a { background-color: rgb(193,45,190); }
div.DivClassName
{
background-color: #C12DBE;
}
.BgClassName
{
background-color: #C12DBE;
}
</style>
border-color css
<style>
span { border-color: #C12DBE; }
span { border-color: rgb(193,45,190); }
td.TdClassName
{
border-color: #C12DBE;
}
.TagClassName
{
border-color: #C12DBE;
}
</style>