Shades of Fuchsia #C240AF
Tints of Fuchsia #C240AF
RGB
CMYK
RGB Variations
Color information
#C240AF (or 0xC240AF) is known color: Fuchsia. HEX triplet: C2, 40 and AF. RGB value is (194,64,175). Sum of RGB (Red+Green+Blue) = 194+64+175=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C240AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240AF is #3DBF50. Grayscale: #737373. Windows color (decimal): -4046673 or 11485378. OLE color: 11485378.
HSL color Cylindrical-coordinate representation of color #C240AF: hue angle of 308.77º 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 #C240AF is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 175 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.24 |
| HSL | 308.77º | 0.52% | 0.51% | - |
| HSV(B) | 308.77º | 0.67% | 0.76% | - |
| XYZ | 31.82 | 18.23 | 42.4 | - |
| YUV | 115.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 175 | 0 | 0.67 | 0.10 | 0.24 | 308.77 | 0.52 | 0.51 |
| Hex | C2 | 40 | AF | 0 | 43 | A | 18 | 135 | 34 | 33 |
| Octal | 302 | 100 | 257 | 0 | 103 | 12 | 30 | 465 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10101111 | 0 | 1000011 | 1010 | 11000 | 100110101 | 110100 | 110011 |
Color Harmonies of #C240AF
Complementary color
Monochromatic Colors of #C240AF
Black with #C240AF
Text Example
Text Example
White with #C240AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240AF; }
p { color: rgb(194,64,175); }
H1.HeaderClassName
{
color: #C240AF;
}
.AnyTagClassName
{
color: #C240AF;
}
</style>
background-color css
<style>
a { background-color: #C240AF; }
a { background-color: rgb(194,64,175); }
div.DivClassName
{
background-color: #C240AF;
}
.BgClassName
{
background-color: #C240AF;
}
</style>
border-color css
<style>
span { border-color: #C240AF; }
span { border-color: rgb(194,64,175); }
td.TdClassName
{
border-color: #C240AF;
}
.TagClassName
{
border-color: #C240AF;
}
</style>