Shades of Fuchsia #C13DA8
Tints of Fuchsia #C13DA8
RGB
CMYK
RGB Variations
Color information
#C13DA8 (or 0xC13DA8) is known color: Fuchsia. HEX triplet: C1, 3D and A8. RGB value is (193,61,168). Sum of RGB (Red+Green+Blue) = 193+61+168=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DA8 is #3EC257. Grayscale: #707070. Windows color (decimal): -4112984 or 11025857. OLE color: 11025857.
HSL color Cylindrical-coordinate representation of color #C13DA8: hue angle of 311.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13DA8 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 168 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.24 |
| HSL | 311.36º | 0.52% | 0.5% | - |
| HSV(B) | 311.36º | 0.68% | 0.76% | - |
| XYZ | 30.73 | 17.5 | 38.8 | - |
| YUV | 112.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 168 | 0 | 0.68 | 0.13 | 0.24 | 311.36 | 0.52 | 0.5 |
| Hex | C1 | 3D | A8 | 0 | 44 | D | 18 | 137 | 34 | 32 |
| Octal | 301 | 75 | 250 | 0 | 104 | 15 | 30 | 467 | 64 | 62 |
| Binary | 11000001 | 111101 | 10101000 | 0 | 1000100 | 1101 | 11000 | 100110111 | 110100 | 110010 |
Color Harmonies of #C13DA8
Complementary color
Monochromatic Colors of #C13DA8
Black with #C13DA8
Text Example
Text Example
White with #C13DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DA8; }
p { color: rgb(193,61,168); }
H1.HeaderClassName
{
color: #C13DA8;
}
.AnyTagClassName
{
color: #C13DA8;
}
</style>
background-color css
<style>
a { background-color: #C13DA8; }
a { background-color: rgb(193,61,168); }
div.DivClassName
{
background-color: #C13DA8;
}
.BgClassName
{
background-color: #C13DA8;
}
</style>
border-color css
<style>
span { border-color: #C13DA8; }
span { border-color: rgb(193,61,168); }
td.TdClassName
{
border-color: #C13DA8;
}
.TagClassName
{
border-color: #C13DA8;
}
</style>