Shades of Fuchsia #C239BC
Tints of Fuchsia #C239BC
RGB
CMYK
RGB Variations
Color information
#C239BC (or 0xC239BC) is known color: Fuchsia. HEX triplet: C2, 39 and BC. RGB value is (194,57,188). Sum of RGB (Red+Green+Blue) = 194+57+188=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C239BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239BC is #3DC643. Grayscale: #707070. Windows color (decimal): -4048452 or 12335554. OLE color: 12335554.
HSL color Cylindrical-coordinate representation of color #C239BC: hue angle of 302.63º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C239BC is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 188 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.24 |
| HSL | 302.63º | 0.55% | 0.49% | - |
| HSV(B) | 302.63º | 0.71% | 0.76% | - |
| XYZ | 32.79 | 18.03 | 49.33 | - |
| YUV | 112.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 188 | 0 | 0.71 | 0.03 | 0.24 | 302.63 | 0.55 | 0.49 |
| Hex | C2 | 39 | BC | 0 | 47 | 3 | 18 | 12F | 37 | 31 |
| Octal | 302 | 71 | 274 | 0 | 107 | 3 | 30 | 457 | 67 | 61 |
| Binary | 11000010 | 111001 | 10111100 | 0 | 1000111 | 11 | 11000 | 100101111 | 110111 | 110001 |
Color Harmonies of #C239BC
Complementary color
Monochromatic Colors of #C239BC
Black with #C239BC
Text Example
Text Example
White with #C239BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239BC; }
p { color: rgb(194,57,188); }
H1.HeaderClassName
{
color: #C239BC;
}
.AnyTagClassName
{
color: #C239BC;
}
</style>
background-color css
<style>
a { background-color: #C239BC; }
a { background-color: rgb(194,57,188); }
div.DivClassName
{
background-color: #C239BC;
}
.BgClassName
{
background-color: #C239BC;
}
</style>
border-color css
<style>
span { border-color: #C239BC; }
span { border-color: rgb(194,57,188); }
td.TdClassName
{
border-color: #C239BC;
}
.TagClassName
{
border-color: #C239BC;
}
</style>