Shades of Fuchsia #C23CBC
Tints of Fuchsia #C23CBC
RGB
CMYK
RGB Variations
Color information
#C23CBC (or 0xC23CBC) is known color: Fuchsia. HEX triplet: C2, 3C and BC. RGB value is (194,60,188). Sum of RGB (Red+Green+Blue) = 194+60+188=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CBC is #3DC343. Grayscale: #727272. Windows color (decimal): -4047684 or 12336322. OLE color: 12336322.
HSL color Cylindrical-coordinate representation of color #C23CBC: hue angle of 302.69º 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 #C23CBC is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 188 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.24 |
| HSL | 302.69º | 0.53% | 0.5% | - |
| HSV(B) | 302.69º | 0.69% | 0.76% | - |
| XYZ | 32.94 | 18.33 | 49.38 | - |
| YUV | 114.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 188 | 0 | 0.69 | 0.03 | 0.24 | 302.69 | 0.53 | 0.5 |
| Hex | C2 | 3C | BC | 0 | 45 | 3 | 18 | 12F | 35 | 32 |
| Octal | 302 | 74 | 274 | 0 | 105 | 3 | 30 | 457 | 65 | 62 |
| Binary | 11000010 | 111100 | 10111100 | 0 | 1000101 | 11 | 11000 | 100101111 | 110101 | 110010 |
Color Harmonies of #C23CBC
Complementary color
Monochromatic Colors of #C23CBC
Black with #C23CBC
Text Example
Text Example
White with #C23CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CBC; }
p { color: rgb(194,60,188); }
H1.HeaderClassName
{
color: #C23CBC;
}
.AnyTagClassName
{
color: #C23CBC;
}
</style>
background-color css
<style>
a { background-color: #C23CBC; }
a { background-color: rgb(194,60,188); }
div.DivClassName
{
background-color: #C23CBC;
}
.BgClassName
{
background-color: #C23CBC;
}
</style>
border-color css
<style>
span { border-color: #C23CBC; }
span { border-color: rgb(194,60,188); }
td.TdClassName
{
border-color: #C23CBC;
}
.TagClassName
{
border-color: #C23CBC;
}
</style>