Shades of Fuchsia #C13FB8
Tints of Fuchsia #C13FB8
RGB
CMYK
RGB Variations
Color information
#C13FB8 (or 0xC13FB8) is known color: Fuchsia. HEX triplet: C1, 3F and B8. RGB value is (193,63,184). Sum of RGB (Red+Green+Blue) = 193+63+184=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FB8 is #3EC047. Grayscale: #737373. Windows color (decimal): -4112456 or 12074945. OLE color: 12074945.
HSL color Cylindrical-coordinate representation of color #C13FB8: hue angle of 304.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13FB8 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 184 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.24 |
| HSL | 304.15º | 0.51% | 0.5% | - |
| HSV(B) | 304.15º | 0.67% | 0.76% | - |
| XYZ | 32.42 | 18.35 | 47.18 | - |
| YUV | 115.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 184 | 0 | 0.67 | 0.05 | 0.24 | 304.15 | 0.51 | 0.5 |
| Hex | C1 | 3F | B8 | 0 | 43 | 5 | 18 | 130 | 33 | 32 |
| Octal | 301 | 77 | 270 | 0 | 103 | 5 | 30 | 460 | 63 | 62 |
| Binary | 11000001 | 111111 | 10111000 | 0 | 1000011 | 101 | 11000 | 100110000 | 110011 | 110010 |
Color Harmonies of #C13FB8
Complementary color
Monochromatic Colors of #C13FB8
Black with #C13FB8
Text Example
Text Example
White with #C13FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FB8; }
p { color: rgb(193,63,184); }
H1.HeaderClassName
{
color: #C13FB8;
}
.AnyTagClassName
{
color: #C13FB8;
}
</style>
background-color css
<style>
a { background-color: #C13FB8; }
a { background-color: rgb(193,63,184); }
div.DivClassName
{
background-color: #C13FB8;
}
.BgClassName
{
background-color: #C13FB8;
}
</style>
border-color css
<style>
span { border-color: #C13FB8; }
span { border-color: rgb(193,63,184); }
td.TdClassName
{
border-color: #C13FB8;
}
.TagClassName
{
border-color: #C13FB8;
}
</style>