Shades of Fuchsia #C242AF
Tints of Fuchsia #C242AF
RGB
CMYK
RGB Variations
Color information
#C242AF (or 0xC242AF) is known color: Fuchsia. HEX triplet: C2, 42 and AF. RGB value is (194,66,175). Sum of RGB (Red+Green+Blue) = 194+66+175=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C242AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242AF is #3DBD50. Grayscale: #747474. Windows color (decimal): -4046161 or 11485890. OLE color: 11485890.
HSL color Cylindrical-coordinate representation of color #C242AF: hue angle of 308.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C242AF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 175 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.24 |
| HSL | 308.91º | 0.51% | 0.51% | - |
| HSV(B) | 308.91º | 0.66% | 0.76% | - |
| XYZ | 31.93 | 18.46 | 42.44 | - |
| YUV | 116.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 175 | 0 | 0.66 | 0.10 | 0.24 | 308.91 | 0.51 | 0.51 |
| Hex | C2 | 42 | AF | 0 | 42 | A | 18 | 135 | 33 | 33 |
| Octal | 302 | 102 | 257 | 0 | 102 | 12 | 30 | 465 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10101111 | 0 | 1000010 | 1010 | 11000 | 100110101 | 110011 | 110011 |
Color Harmonies of #C242AF
Complementary color
Monochromatic Colors of #C242AF
Black with #C242AF
Text Example
Text Example
White with #C242AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242AF; }
p { color: rgb(194,66,175); }
H1.HeaderClassName
{
color: #C242AF;
}
.AnyTagClassName
{
color: #C242AF;
}
</style>
background-color css
<style>
a { background-color: #C242AF; }
a { background-color: rgb(194,66,175); }
div.DivClassName
{
background-color: #C242AF;
}
.BgClassName
{
background-color: #C242AF;
}
</style>
border-color css
<style>
span { border-color: #C242AF; }
span { border-color: rgb(194,66,175); }
td.TdClassName
{
border-color: #C242AF;
}
.TagClassName
{
border-color: #C242AF;
}
</style>