Shades of Fuchsia #C23CA9
Tints of Fuchsia #C23CA9
RGB
CMYK
RGB Variations
Color information
#C23CA9 (or 0xC23CA9) is known color: Fuchsia. HEX triplet: C2, 3C and A9. RGB value is (194,60,169). Sum of RGB (Red+Green+Blue) = 194+60+169=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CA9 is #3DC356. Grayscale: #707070. Windows color (decimal): -4047703 or 11091138. OLE color: 11091138.
HSL color Cylindrical-coordinate representation of color #C23CA9: hue angle of 311.19º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23CA9 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 169 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.24 |
| HSL | 311.19º | 0.53% | 0.5% | - |
| HSV(B) | 311.19º | 0.69% | 0.76% | - |
| XYZ | 31.03 | 17.57 | 39.29 | - |
| YUV | 112.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 169 | 0 | 0.69 | 0.13 | 0.24 | 311.19 | 0.53 | 0.5 |
| Hex | C2 | 3C | A9 | 0 | 45 | D | 18 | 137 | 35 | 32 |
| Octal | 302 | 74 | 251 | 0 | 105 | 15 | 30 | 467 | 65 | 62 |
| Binary | 11000010 | 111100 | 10101001 | 0 | 1000101 | 1101 | 11000 | 100110111 | 110101 | 110010 |
Color Harmonies of #C23CA9
Complementary color
Monochromatic Colors of #C23CA9
Black with #C23CA9
Text Example
Text Example
White with #C23CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CA9; }
p { color: rgb(194,60,169); }
H1.HeaderClassName
{
color: #C23CA9;
}
.AnyTagClassName
{
color: #C23CA9;
}
</style>
background-color css
<style>
a { background-color: #C23CA9; }
a { background-color: rgb(194,60,169); }
div.DivClassName
{
background-color: #C23CA9;
}
.BgClassName
{
background-color: #C23CA9;
}
</style>
border-color css
<style>
span { border-color: #C23CA9; }
span { border-color: rgb(194,60,169); }
td.TdClassName
{
border-color: #C23CA9;
}
.TagClassName
{
border-color: #C23CA9;
}
</style>