Shades of Fuchsia #C23BBC
Tints of Fuchsia #C23BBC
RGB
CMYK
RGB Variations
Color information
#C23BBC (or 0xC23BBC) is known color: Fuchsia. HEX triplet: C2, 3B and BC. RGB value is (194,59,188). Sum of RGB (Red+Green+Blue) = 194+59+188=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BBC is #3DC443. Grayscale: #717171. Windows color (decimal): -4047940 or 12336066. OLE color: 12336066.
HSL color Cylindrical-coordinate representation of color #C23BBC: hue angle of 302.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BBC is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 188 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.24 |
| HSL | 302.67º | 0.53% | 0.5% | - |
| HSV(B) | 302.67º | 0.7% | 0.76% | - |
| XYZ | 32.89 | 18.23 | 49.36 | - |
| YUV | 114.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 188 | 0 | 0.70 | 0.03 | 0.24 | 302.67 | 0.53 | 0.5 |
| Hex | C2 | 3B | BC | 0 | 46 | 3 | 18 | 12F | 35 | 32 |
| Octal | 302 | 73 | 274 | 0 | 106 | 3 | 30 | 457 | 65 | 62 |
| Binary | 11000010 | 111011 | 10111100 | 0 | 1000110 | 11 | 11000 | 100101111 | 110101 | 110010 |
Color Harmonies of #C23BBC
Complementary color
Monochromatic Colors of #C23BBC
Black with #C23BBC
Text Example
Text Example
White with #C23BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BBC; }
p { color: rgb(194,59,188); }
H1.HeaderClassName
{
color: #C23BBC;
}
.AnyTagClassName
{
color: #C23BBC;
}
</style>
background-color css
<style>
a { background-color: #C23BBC; }
a { background-color: rgb(194,59,188); }
div.DivClassName
{
background-color: #C23BBC;
}
.BgClassName
{
background-color: #C23BBC;
}
</style>
border-color css
<style>
span { border-color: #C23BBC; }
span { border-color: rgb(194,59,188); }
td.TdClassName
{
border-color: #C23BBC;
}
.TagClassName
{
border-color: #C23BBC;
}
</style>