Shades of Fuchsia #C234BC
Tints of Fuchsia #C234BC
RGB
CMYK
RGB Variations
Color information
#C234BC (or 0xC234BC) is known color: Fuchsia. HEX triplet: C2, 34 and BC. RGB value is (194,52,188). Sum of RGB (Red+Green+Blue) = 194+52+188=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C234BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234BC is #3DCB43. Grayscale: #6D6D6D. Windows color (decimal): -4049732 or 12334274. OLE color: 12334274.
HSL color Cylindrical-coordinate representation of color #C234BC: hue angle of 302.54º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C234BC is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 188 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.24 |
| HSL | 302.54º | 0.58% | 0.48% | - |
| HSV(B) | 302.54º | 0.73% | 0.76% | - |
| XYZ | 32.55 | 17.56 | 49.25 | - |
| YUV | 109.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 188 | 0 | 0.73 | 0.03 | 0.24 | 302.54 | 0.58 | 0.48 |
| Hex | C2 | 34 | BC | 0 | 49 | 3 | 18 | 12F | 3A | 30 |
| Octal | 302 | 64 | 274 | 0 | 111 | 3 | 30 | 457 | 72 | 60 |
| Binary | 11000010 | 110100 | 10111100 | 0 | 1001001 | 11 | 11000 | 100101111 | 111010 | 110000 |
Color Harmonies of #C234BC
Complementary color
Monochromatic Colors of #C234BC
Black with #C234BC
Text Example
Text Example
White with #C234BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234BC; }
p { color: rgb(194,52,188); }
H1.HeaderClassName
{
color: #C234BC;
}
.AnyTagClassName
{
color: #C234BC;
}
</style>
background-color css
<style>
a { background-color: #C234BC; }
a { background-color: rgb(194,52,188); }
div.DivClassName
{
background-color: #C234BC;
}
.BgClassName
{
background-color: #C234BC;
}
</style>
border-color css
<style>
span { border-color: #C234BC; }
span { border-color: rgb(194,52,188); }
td.TdClassName
{
border-color: #C234BC;
}
.TagClassName
{
border-color: #C234BC;
}
</style>