Shades of Fuchsia #C23CBE
Tints of Fuchsia #C23CBE
RGB
CMYK
RGB Variations
Color information
#C23CBE (or 0xC23CBE) is known color: Fuchsia. HEX triplet: C2, 3C and BE. RGB value is (194,60,190). Sum of RGB (Red+Green+Blue) = 194+60+190=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CBE is #3DC341. Grayscale: #727272. Windows color (decimal): -4047682 or 12467394. OLE color: 12467394.
HSL color Cylindrical-coordinate representation of color #C23CBE: hue angle of 301.79º 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 #C23CBE is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 190 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.24 |
| HSL | 301.79º | 0.53% | 0.5% | - |
| HSV(B) | 301.79º | 0.69% | 0.76% | - |
| XYZ | 33.16 | 18.42 | 50.52 | - |
| YUV | 114.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 190 | 0 | 0.69 | 0.02 | 0.24 | 301.79 | 0.53 | 0.5 |
| Hex | C2 | 3C | BE | 0 | 45 | 2 | 18 | 12E | 35 | 32 |
| Octal | 302 | 74 | 276 | 0 | 105 | 2 | 30 | 456 | 65 | 62 |
| Binary | 11000010 | 111100 | 10111110 | 0 | 1000101 | 10 | 11000 | 100101110 | 110101 | 110010 |
Color Harmonies of #C23CBE
Complementary color
Monochromatic Colors of #C23CBE
Black with #C23CBE
Text Example
Text Example
White with #C23CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CBE; }
p { color: rgb(194,60,190); }
H1.HeaderClassName
{
color: #C23CBE;
}
.AnyTagClassName
{
color: #C23CBE;
}
</style>
background-color css
<style>
a { background-color: #C23CBE; }
a { background-color: rgb(194,60,190); }
div.DivClassName
{
background-color: #C23CBE;
}
.BgClassName
{
background-color: #C23CBE;
}
</style>
border-color css
<style>
span { border-color: #C23CBE; }
span { border-color: rgb(194,60,190); }
td.TdClassName
{
border-color: #C23CBE;
}
.TagClassName
{
border-color: #C23CBE;
}
</style>