Shades of Fuchsia #C23ACD
Tints of Fuchsia #C23ACD
RGB
CMYK
RGB Variations
Color information
#C23ACD (or 0xC23ACD) is known color: Fuchsia. HEX triplet: C2, 3A and CD. RGB value is (194,58,205). Sum of RGB (Red+Green+Blue) = 194+58+205=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C23ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ACD is #3DC532. Grayscale: #727272. Windows color (decimal): -4048179 or 13449922. OLE color: 13449922.
HSL color Cylindrical-coordinate representation of color #C23ACD: hue angle of 295.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23ACD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 58 | 205 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.20 |
| HSL | 295.51º | 0.6% | 0.52% | - |
| HSV(B) | 295.51º | 0.72% | 0.8% | - |
| XYZ | 34.78 | 18.9 | 59.57 | - |
| YUV | 115.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 205 | 0.05 | 0.72 | 0 | 0.20 | 295.51 | 0.6 | 0.52 |
| Hex | C2 | 3A | CD | 5 | 48 | 0 | 14 | 128 | 3C | 34 |
| Octal | 302 | 72 | 315 | 5 | 110 | 0 | 24 | 450 | 74 | 64 |
| Binary | 11000010 | 111010 | 11001101 | 101 | 1001000 | 0 | 10100 | 100101000 | 111100 | 110100 |
Color Harmonies of #C23ACD
Complementary color
Monochromatic Colors of #C23ACD
Black with #C23ACD
Text Example
Text Example
White with #C23ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ACD; }
p { color: rgb(194,58,205); }
H1.HeaderClassName
{
color: #C23ACD;
}
.AnyTagClassName
{
color: #C23ACD;
}
</style>
background-color css
<style>
a { background-color: #C23ACD; }
a { background-color: rgb(194,58,205); }
div.DivClassName
{
background-color: #C23ACD;
}
.BgClassName
{
background-color: #C23ACD;
}
</style>
border-color css
<style>
span { border-color: #C23ACD; }
span { border-color: rgb(194,58,205); }
td.TdClassName
{
border-color: #C23ACD;
}
.TagClassName
{
border-color: #C23ACD;
}
</style>