Shades of Fuchsia #C229AF
Tints of Fuchsia #C229AF
RGB
CMYK
RGB Variations
Color information
#C229AF (or 0xC229AF) is known color: Fuchsia. HEX triplet: C2, 29 and AF. RGB value is (194,41,175). Sum of RGB (Red+Green+Blue) = 194+41+175=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C229AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229AF is #3DD650. Grayscale: #656565. Windows color (decimal): -4052561 or 11479490. OLE color: 11479490.
HSL color Cylindrical-coordinate representation of color #C229AF: hue angle of 307.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C229AF is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 175 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.24 |
| HSL | 307.45º | 0.65% | 0.46% | - |
| HSV(B) | 307.45º | 0.79% | 0.76% | - |
| XYZ | 30.78 | 16.15 | 42.05 | - |
| YUV | 102.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 175 | 0 | 0.79 | 0.10 | 0.24 | 307.45 | 0.65 | 0.46 |
| Hex | C2 | 29 | AF | 0 | 4F | A | 18 | 133 | 41 | 2E |
| Octal | 302 | 51 | 257 | 0 | 117 | 12 | 30 | 463 | 101 | 56 |
| Binary | 11000010 | 101001 | 10101111 | 0 | 1001111 | 1010 | 11000 | 100110011 | 1000001 | 101110 |
Color Harmonies of #C229AF
Complementary color
Monochromatic Colors of #C229AF
Black with #C229AF
Text Example
Text Example
White with #C229AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229AF; }
p { color: rgb(194,41,175); }
H1.HeaderClassName
{
color: #C229AF;
}
.AnyTagClassName
{
color: #C229AF;
}
</style>
background-color css
<style>
a { background-color: #C229AF; }
a { background-color: rgb(194,41,175); }
div.DivClassName
{
background-color: #C229AF;
}
.BgClassName
{
background-color: #C229AF;
}
</style>
border-color css
<style>
span { border-color: #C229AF; }
span { border-color: rgb(194,41,175); }
td.TdClassName
{
border-color: #C229AF;
}
.TagClassName
{
border-color: #C229AF;
}
</style>