Shades of Fuchsia #C232AF
Tints of Fuchsia #C232AF
RGB
CMYK
RGB Variations
Color information
#C232AF (or 0xC232AF) is known color: Fuchsia. HEX triplet: C2, 32 and AF. RGB value is (194,50,175). Sum of RGB (Red+Green+Blue) = 194+50+175=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C232AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232AF is #3DCD50. Grayscale: #6A6A6A. Windows color (decimal): -4050257 or 11481794. OLE color: 11481794.
HSL color Cylindrical-coordinate representation of color #C232AF: hue angle of 307.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232AF is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 175 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.24 |
| HSL | 307.92º | 0.59% | 0.48% | - |
| HSV(B) | 307.92º | 0.74% | 0.76% | - |
| XYZ | 31.13 | 16.85 | 42.17 | - |
| YUV | 107.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 175 | 0 | 0.74 | 0.10 | 0.24 | 307.92 | 0.59 | 0.48 |
| Hex | C2 | 32 | AF | 0 | 4A | A | 18 | 134 | 3B | 30 |
| Octal | 302 | 62 | 257 | 0 | 112 | 12 | 30 | 464 | 73 | 60 |
| Binary | 11000010 | 110010 | 10101111 | 0 | 1001010 | 1010 | 11000 | 100110100 | 111011 | 110000 |
Color Harmonies of #C232AF
Complementary color
Monochromatic Colors of #C232AF
Black with #C232AF
Text Example
Text Example
White with #C232AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232AF; }
p { color: rgb(194,50,175); }
H1.HeaderClassName
{
color: #C232AF;
}
.AnyTagClassName
{
color: #C232AF;
}
</style>
background-color css
<style>
a { background-color: #C232AF; }
a { background-color: rgb(194,50,175); }
div.DivClassName
{
background-color: #C232AF;
}
.BgClassName
{
background-color: #C232AF;
}
</style>
border-color css
<style>
span { border-color: #C232AF; }
span { border-color: rgb(194,50,175); }
td.TdClassName
{
border-color: #C232AF;
}
.TagClassName
{
border-color: #C232AF;
}
</style>