Shades of Fuchsia #C23BCD
Tints of Fuchsia #C23BCD
RGB
CMYK
RGB Variations
Color information
#C23BCD (or 0xC23BCD) is known color: Fuchsia. HEX triplet: C2, 3B and CD. RGB value is (194,59,205). Sum of RGB (Red+Green+Blue) = 194+59+205=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #C23BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BCD is #3DC432. Grayscale: #737373. Windows color (decimal): -4047923 or 13450178. OLE color: 13450178.
HSL color Cylindrical-coordinate representation of color #C23BCD: hue angle of 295.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23BCD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 59 | 205 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.20 |
| HSL | 295.48º | 0.59% | 0.52% | - |
| HSV(B) | 295.48º | 0.71% | 0.8% | - |
| XYZ | 34.83 | 19.01 | 59.59 | - |
| YUV | 116.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 205 | 0.05 | 0.71 | 0 | 0.20 | 295.48 | 0.59 | 0.52 |
| Hex | C2 | 3B | CD | 5 | 47 | 0 | 14 | 127 | 3B | 34 |
| Octal | 302 | 73 | 315 | 5 | 107 | 0 | 24 | 447 | 73 | 64 |
| Binary | 11000010 | 111011 | 11001101 | 101 | 1000111 | 0 | 10100 | 100100111 | 111011 | 110100 |
Color Harmonies of #C23BCD
Complementary color
Monochromatic Colors of #C23BCD
Black with #C23BCD
Text Example
Text Example
White with #C23BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BCD; }
p { color: rgb(194,59,205); }
H1.HeaderClassName
{
color: #C23BCD;
}
.AnyTagClassName
{
color: #C23BCD;
}
</style>
background-color css
<style>
a { background-color: #C23BCD; }
a { background-color: rgb(194,59,205); }
div.DivClassName
{
background-color: #C23BCD;
}
.BgClassName
{
background-color: #C23BCD;
}
</style>
border-color css
<style>
span { border-color: #C23BCD; }
span { border-color: rgb(194,59,205); }
td.TdClassName
{
border-color: #C23BCD;
}
.TagClassName
{
border-color: #C23BCD;
}
</style>