Shades of Fuchsia #C143B8
Tints of Fuchsia #C143B8
RGB
CMYK
RGB Variations
Color information
#C143B8 (or 0xC143B8) is known color: Fuchsia. HEX triplet: C1, 43 and B8. RGB value is (193,67,184). Sum of RGB (Red+Green+Blue) = 193+67+184=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C143B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143B8 is #3EBC47. Grayscale: #757575. Windows color (decimal): -4111432 or 12075969. OLE color: 12075969.
HSL color Cylindrical-coordinate representation of color #C143B8: hue angle of 304.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C143B8 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 184 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.24 |
| HSL | 304.29º | 0.5% | 0.51% | - |
| HSV(B) | 304.29º | 0.65% | 0.76% | - |
| XYZ | 32.65 | 18.81 | 47.26 | - |
| YUV | 118.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 184 | 0 | 0.65 | 0.05 | 0.24 | 304.29 | 0.5 | 0.51 |
| Hex | C1 | 43 | B8 | 0 | 41 | 5 | 18 | 130 | 32 | 33 |
| Octal | 301 | 103 | 270 | 0 | 101 | 5 | 30 | 460 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10111000 | 0 | 1000001 | 101 | 11000 | 100110000 | 110010 | 110011 |
Color Harmonies of #C143B8
Complementary color
Monochromatic Colors of #C143B8
Black with #C143B8
Text Example
Text Example
White with #C143B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143B8; }
p { color: rgb(193,67,184); }
H1.HeaderClassName
{
color: #C143B8;
}
.AnyTagClassName
{
color: #C143B8;
}
</style>
background-color css
<style>
a { background-color: #C143B8; }
a { background-color: rgb(193,67,184); }
div.DivClassName
{
background-color: #C143B8;
}
.BgClassName
{
background-color: #C143B8;
}
</style>
border-color css
<style>
span { border-color: #C143B8; }
span { border-color: rgb(193,67,184); }
td.TdClassName
{
border-color: #C143B8;
}
.TagClassName
{
border-color: #C143B8;
}
</style>