Shades of Fuchsia #C23FAF
Tints of Fuchsia #C23FAF
RGB
CMYK
RGB Variations
Color information
#C23FAF (or 0xC23FAF) is known color: Fuchsia. HEX triplet: C2, 3F and AF. RGB value is (194,63,175). Sum of RGB (Red+Green+Blue) = 194+63+175=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FAF is #3DC050. Grayscale: #727272. Windows color (decimal): -4046929 or 11485122. OLE color: 11485122.
HSL color Cylindrical-coordinate representation of color #C23FAF: hue angle of 308.7º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23FAF is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 175 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.24 |
| HSL | 308.7º | 0.52% | 0.5% | - |
| HSV(B) | 308.7º | 0.68% | 0.76% | - |
| XYZ | 31.76 | 18.12 | 42.38 | - |
| YUV | 114.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 175 | 0 | 0.68 | 0.10 | 0.24 | 308.7 | 0.52 | 0.5 |
| Hex | C2 | 3F | AF | 0 | 44 | A | 18 | 135 | 34 | 32 |
| Octal | 302 | 77 | 257 | 0 | 104 | 12 | 30 | 465 | 64 | 62 |
| Binary | 11000010 | 111111 | 10101111 | 0 | 1000100 | 1010 | 11000 | 100110101 | 110100 | 110010 |
Color Harmonies of #C23FAF
Complementary color
Monochromatic Colors of #C23FAF
Black with #C23FAF
Text Example
Text Example
White with #C23FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FAF; }
p { color: rgb(194,63,175); }
H1.HeaderClassName
{
color: #C23FAF;
}
.AnyTagClassName
{
color: #C23FAF;
}
</style>
background-color css
<style>
a { background-color: #C23FAF; }
a { background-color: rgb(194,63,175); }
div.DivClassName
{
background-color: #C23FAF;
}
.BgClassName
{
background-color: #C23FAF;
}
</style>
border-color css
<style>
span { border-color: #C23FAF; }
span { border-color: rgb(194,63,175); }
td.TdClassName
{
border-color: #C23FAF;
}
.TagClassName
{
border-color: #C23FAF;
}
</style>