Shades of Fuchsia #C239CB
Tints of Fuchsia #C239CB
RGB
CMYK
RGB Variations
Color information
#C239CB (or 0xC239CB) is known color: Fuchsia. HEX triplet: C2, 39 and CB. RGB value is (194,57,203). Sum of RGB (Red+Green+Blue) = 194+57+203=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #C239CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239CB is #3DC634. Grayscale: #727272. Windows color (decimal): -4048437 or 13318594. OLE color: 13318594.
HSL color Cylindrical-coordinate representation of color #C239CB: hue angle of 296.3º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C239CB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 57 | 203 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.20 |
| HSL | 296.3º | 0.58% | 0.51% | - |
| HSV(B) | 296.3º | 0.72% | 0.8% | - |
| XYZ | 34.49 | 18.71 | 58.29 | - |
| YUV | 114.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 203 | 0.04 | 0.72 | 0 | 0.20 | 296.3 | 0.58 | 0.51 |
| Hex | C2 | 39 | CB | 4 | 48 | 0 | 14 | 128 | 3A | 33 |
| Octal | 302 | 71 | 313 | 4 | 110 | 0 | 24 | 450 | 72 | 63 |
| Binary | 11000010 | 111001 | 11001011 | 100 | 1001000 | 0 | 10100 | 100101000 | 111010 | 110011 |
Color Harmonies of #C239CB
Complementary color
Monochromatic Colors of #C239CB
Black with #C239CB
Text Example
Text Example
White with #C239CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239CB; }
p { color: rgb(194,57,203); }
H1.HeaderClassName
{
color: #C239CB;
}
.AnyTagClassName
{
color: #C239CB;
}
</style>
background-color css
<style>
a { background-color: #C239CB; }
a { background-color: rgb(194,57,203); }
div.DivClassName
{
background-color: #C239CB;
}
.BgClassName
{
background-color: #C239CB;
}
</style>
border-color css
<style>
span { border-color: #C239CB; }
span { border-color: rgb(194,57,203); }
td.TdClassName
{
border-color: #C239CB;
}
.TagClassName
{
border-color: #C239CB;
}
</style>