Shades of Fuchsia #C240AB
Tints of Fuchsia #C240AB
RGB
CMYK
RGB Variations
Color information
#C240AB (or 0xC240AB) is known color: Fuchsia. HEX triplet: C2, 40 and AB. RGB value is (194,64,171). Sum of RGB (Red+Green+Blue) = 194+64+171=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C240AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240AB is #3DBF54. Grayscale: #727272. Windows color (decimal): -4046677 or 11223234. OLE color: 11223234.
HSL color Cylindrical-coordinate representation of color #C240AB: hue angle of 310.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C240AB is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 171 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.24 |
| HSL | 310.62º | 0.52% | 0.51% | - |
| HSV(B) | 310.62º | 0.67% | 0.76% | - |
| XYZ | 31.43 | 18.08 | 40.36 | - |
| YUV | 115.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 171 | 0 | 0.67 | 0.12 | 0.24 | 310.62 | 0.52 | 0.51 |
| Hex | C2 | 40 | AB | 0 | 43 | C | 18 | 137 | 34 | 33 |
| Octal | 302 | 100 | 253 | 0 | 103 | 14 | 30 | 467 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10101011 | 0 | 1000011 | 1100 | 11000 | 100110111 | 110100 | 110011 |
Color Harmonies of #C240AB
Complementary color
Monochromatic Colors of #C240AB
Black with #C240AB
Text Example
Text Example
White with #C240AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240AB; }
p { color: rgb(194,64,171); }
H1.HeaderClassName
{
color: #C240AB;
}
.AnyTagClassName
{
color: #C240AB;
}
</style>
background-color css
<style>
a { background-color: #C240AB; }
a { background-color: rgb(194,64,171); }
div.DivClassName
{
background-color: #C240AB;
}
.BgClassName
{
background-color: #C240AB;
}
</style>
border-color css
<style>
span { border-color: #C240AB; }
span { border-color: rgb(194,64,171); }
td.TdClassName
{
border-color: #C240AB;
}
.TagClassName
{
border-color: #C240AB;
}
</style>