Shades of Fuchsia #C231AF
Tints of Fuchsia #C231AF
RGB
CMYK
RGB Variations
Color information
#C231AF (or 0xC231AF) is known color: Fuchsia. HEX triplet: C2, 31 and AF. RGB value is (194,49,175). Sum of RGB (Red+Green+Blue) = 194+49+175=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C231AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231AF is #3DCE50. Grayscale: #6A6A6A. Windows color (decimal): -4050513 or 11481538. OLE color: 11481538.
HSL color Cylindrical-coordinate representation of color #C231AF: hue angle of 307.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231AF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 175 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.24 |
| HSL | 307.86º | 0.6% | 0.48% | - |
| HSV(B) | 307.86º | 0.75% | 0.76% | - |
| XYZ | 31.08 | 16.76 | 42.15 | - |
| YUV | 106.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 175 | 0 | 0.75 | 0.10 | 0.24 | 307.86 | 0.6 | 0.48 |
| Hex | C2 | 31 | AF | 0 | 4B | A | 18 | 134 | 3C | 30 |
| Octal | 302 | 61 | 257 | 0 | 113 | 12 | 30 | 464 | 74 | 60 |
| Binary | 11000010 | 110001 | 10101111 | 0 | 1001011 | 1010 | 11000 | 100110100 | 111100 | 110000 |
Color Harmonies of #C231AF
Complementary color
Monochromatic Colors of #C231AF
Black with #C231AF
Text Example
Text Example
White with #C231AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231AF; }
p { color: rgb(194,49,175); }
H1.HeaderClassName
{
color: #C231AF;
}
.AnyTagClassName
{
color: #C231AF;
}
</style>
background-color css
<style>
a { background-color: #C231AF; }
a { background-color: rgb(194,49,175); }
div.DivClassName
{
background-color: #C231AF;
}
.BgClassName
{
background-color: #C231AF;
}
</style>
border-color css
<style>
span { border-color: #C231AF; }
span { border-color: rgb(194,49,175); }
td.TdClassName
{
border-color: #C231AF;
}
.TagClassName
{
border-color: #C231AF;
}
</style>