Shades of Fuchsia #C23CC9
Tints of Fuchsia #C23CC9
RGB
CMYK
RGB Variations
Color information
#C23CC9 (or 0xC23CC9) is known color: Fuchsia. HEX triplet: C2, 3C and C9. RGB value is (194,60,201). Sum of RGB (Red+Green+Blue) = 194+60+201=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #C23CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CC9 is #3DC336. Grayscale: #737373. Windows color (decimal): -4047671 or 13188290. OLE color: 13188290.
HSL color Cylindrical-coordinate representation of color #C23CC9: hue angle of 297.02º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23CC9 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 60 | 201 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.21 |
| HSL | 297.02º | 0.57% | 0.51% | - |
| HSV(B) | 297.02º | 0.7% | 0.79% | - |
| XYZ | 34.41 | 18.92 | 57.1 | - |
| YUV | 116.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 201 | 0.03 | 0.70 | 0 | 0.21 | 297.02 | 0.57 | 0.51 |
| Hex | C2 | 3C | C9 | 3 | 46 | 0 | 15 | 129 | 39 | 33 |
| Octal | 302 | 74 | 311 | 3 | 106 | 0 | 25 | 451 | 71 | 63 |
| Binary | 11000010 | 111100 | 11001001 | 11 | 1000110 | 0 | 10101 | 100101001 | 111001 | 110011 |
Color Harmonies of #C23CC9
Complementary color
Monochromatic Colors of #C23CC9
Black with #C23CC9
Text Example
Text Example
White with #C23CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CC9; }
p { color: rgb(194,60,201); }
H1.HeaderClassName
{
color: #C23CC9;
}
.AnyTagClassName
{
color: #C23CC9;
}
</style>
background-color css
<style>
a { background-color: #C23CC9; }
a { background-color: rgb(194,60,201); }
div.DivClassName
{
background-color: #C23CC9;
}
.BgClassName
{
background-color: #C23CC9;
}
</style>
border-color css
<style>
span { border-color: #C23CC9; }
span { border-color: rgb(194,60,201); }
td.TdClassName
{
border-color: #C23CC9;
}
.TagClassName
{
border-color: #C23CC9;
}
</style>