Shades of Fuchsia #C23FCD
Tints of Fuchsia #C23FCD
RGB
CMYK
RGB Variations
Color information
#C23FCD (or 0xC23FCD) is known color: Fuchsia. HEX triplet: C2, 3F and CD. RGB value is (194,63,205). Sum of RGB (Red+Green+Blue) = 194+63+205=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C23FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FCD is #3DC032. Grayscale: #757575. Windows color (decimal): -4046899 or 13451202. OLE color: 13451202.
HSL color Cylindrical-coordinate representation of color #C23FCD: hue angle of 295.35º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23FCD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 63 | 205 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.20 |
| HSL | 295.35º | 0.59% | 0.53% | - |
| HSV(B) | 295.35º | 0.69% | 0.8% | - |
| XYZ | 35.05 | 19.43 | 59.66 | - |
| YUV | 118.36 | 176.9 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 205 | 0.05 | 0.69 | 0 | 0.20 | 295.35 | 0.59 | 0.53 |
| Hex | C2 | 3F | CD | 5 | 45 | 0 | 14 | 127 | 3B | 35 |
| Octal | 302 | 77 | 315 | 5 | 105 | 0 | 24 | 447 | 73 | 65 |
| Binary | 11000010 | 111111 | 11001101 | 101 | 1000101 | 0 | 10100 | 100100111 | 111011 | 110101 |
Color Harmonies of #C23FCD
Complementary color
Monochromatic Colors of #C23FCD
Black with #C23FCD
Text Example
Text Example
White with #C23FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FCD; }
p { color: rgb(194,63,205); }
H1.HeaderClassName
{
color: #C23FCD;
}
.AnyTagClassName
{
color: #C23FCD;
}
</style>
background-color css
<style>
a { background-color: #C23FCD; }
a { background-color: rgb(194,63,205); }
div.DivClassName
{
background-color: #C23FCD;
}
.BgClassName
{
background-color: #C23FCD;
}
</style>
border-color css
<style>
span { border-color: #C23FCD; }
span { border-color: rgb(194,63,205); }
td.TdClassName
{
border-color: #C23FCD;
}
.TagClassName
{
border-color: #C23FCD;
}
</style>