Shades of Fuchsia #C243A8
Tints of Fuchsia #C243A8
RGB
CMYK
RGB Variations
Color information
#C243A8 (or 0xC243A8) is known color: Fuchsia. HEX triplet: C2, 43 and A8. RGB value is (194,67,168). Sum of RGB (Red+Green+Blue) = 194+67+168=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C243A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C243A8 is #3DBC57. Grayscale: #747474. Windows color (decimal): -4045912 or 11027394. OLE color: 11027394.
HSL color Cylindrical-coordinate representation of color #C243A8: hue angle of 312.28º degrees, saturation: 0.51, 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 #C243A8 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 168 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.24 |
| HSL | 312.28º | 0.51% | 0.51% | - |
| HSV(B) | 312.28º | 0.65% | 0.76% | - |
| XYZ | 31.32 | 18.31 | 38.93 | - |
| YUV | 116.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 168 | 0 | 0.65 | 0.13 | 0.24 | 312.28 | 0.51 | 0.51 |
| Hex | C2 | 43 | A8 | 0 | 41 | D | 18 | 138 | 33 | 33 |
| Octal | 302 | 103 | 250 | 0 | 101 | 15 | 30 | 470 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10101000 | 0 | 1000001 | 1101 | 11000 | 100111000 | 110011 | 110011 |
Color Harmonies of #C243A8
Complementary color
Monochromatic Colors of #C243A8
Black with #C243A8
Text Example
Text Example
White with #C243A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243A8; }
p { color: rgb(194,67,168); }
H1.HeaderClassName
{
color: #C243A8;
}
.AnyTagClassName
{
color: #C243A8;
}
</style>
background-color css
<style>
a { background-color: #C243A8; }
a { background-color: rgb(194,67,168); }
div.DivClassName
{
background-color: #C243A8;
}
.BgClassName
{
background-color: #C243A8;
}
</style>
border-color css
<style>
span { border-color: #C243A8; }
span { border-color: rgb(194,67,168); }
td.TdClassName
{
border-color: #C243A8;
}
.TagClassName
{
border-color: #C243A8;
}
</style>