Shades of Fuchsia #C23CC2
Tints of Fuchsia #C23CC2
RGB
CMYK
RGB Variations
Color information
#C23CC2 (or 0xC23CC2) is known color: Fuchsia. HEX triplet: C2, 3C and C2. RGB value is (194,60,194). Sum of RGB (Red+Green+Blue) = 194+60+194=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C23CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CC2 is #3DC33D. Grayscale: #727272. Windows color (decimal): -4047678 or 12729538. OLE color: 12729538.
HSL color Cylindrical-coordinate representation of color #C23CC2: hue angle of 300º 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 #C23CC2 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 194 | - |
| CMYK | 0 | 0.69 | 0 | 0.24 |
| HSL | 300º | 0.53% | 0.5% | - |
| HSV(B) | 300º | 0.69% | 0.76% | - |
| XYZ | 33.6 | 18.6 | 52.86 | - |
| YUV | 115.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 194 | 0 | 0.69 | 0 | 0.24 | 300 | 0.53 | 0.5 |
| Hex | C2 | 3C | C2 | 0 | 45 | 0 | 18 | 12C | 35 | 32 |
| Octal | 302 | 74 | 302 | 0 | 105 | 0 | 30 | 454 | 65 | 62 |
| Binary | 11000010 | 111100 | 11000010 | 0 | 1000101 | 0 | 11000 | 100101100 | 110101 | 110010 |
Color Harmonies of #C23CC2
Complementary color
Monochromatic Colors of #C23CC2
Black with #C23CC2
Text Example
Text Example
White with #C23CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CC2; }
p { color: rgb(194,60,194); }
H1.HeaderClassName
{
color: #C23CC2;
}
.AnyTagClassName
{
color: #C23CC2;
}
</style>
background-color css
<style>
a { background-color: #C23CC2; }
a { background-color: rgb(194,60,194); }
div.DivClassName
{
background-color: #C23CC2;
}
.BgClassName
{
background-color: #C23CC2;
}
</style>
border-color css
<style>
span { border-color: #C23CC2; }
span { border-color: rgb(194,60,194); }
td.TdClassName
{
border-color: #C23CC2;
}
.TagClassName
{
border-color: #C23CC2;
}
</style>