Shades of Fuchsia #C23FAA
Tints of Fuchsia #C23FAA
RGB
CMYK
RGB Variations
Color information
#C23FAA (or 0xC23FAA) is known color: Fuchsia. HEX triplet: C2, 3F and AA. RGB value is (194,63,170). Sum of RGB (Red+Green+Blue) = 194+63+170=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FAA is #3DC055. Grayscale: #727272. Windows color (decimal): -4046934 or 11157442. OLE color: 11157442.
HSL color Cylindrical-coordinate representation of color #C23FAA: hue angle of 310.99º 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 #C23FAA is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 170 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.24 |
| HSL | 310.99º | 0.52% | 0.5% | - |
| HSV(B) | 310.99º | 0.68% | 0.76% | - |
| XYZ | 31.28 | 17.93 | 39.84 | - |
| YUV | 114.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 170 | 0 | 0.68 | 0.12 | 0.24 | 310.99 | 0.52 | 0.5 |
| Hex | C2 | 3F | AA | 0 | 44 | C | 18 | 137 | 34 | 32 |
| Octal | 302 | 77 | 252 | 0 | 104 | 14 | 30 | 467 | 64 | 62 |
| Binary | 11000010 | 111111 | 10101010 | 0 | 1000100 | 1100 | 11000 | 100110111 | 110100 | 110010 |
Color Harmonies of #C23FAA
Complementary color
Monochromatic Colors of #C23FAA
Black with #C23FAA
Text Example
Text Example
White with #C23FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FAA; }
p { color: rgb(194,63,170); }
H1.HeaderClassName
{
color: #C23FAA;
}
.AnyTagClassName
{
color: #C23FAA;
}
</style>
background-color css
<style>
a { background-color: #C23FAA; }
a { background-color: rgb(194,63,170); }
div.DivClassName
{
background-color: #C23FAA;
}
.BgClassName
{
background-color: #C23FAA;
}
</style>
border-color css
<style>
span { border-color: #C23FAA; }
span { border-color: rgb(194,63,170); }
td.TdClassName
{
border-color: #C23FAA;
}
.TagClassName
{
border-color: #C23FAA;
}
</style>