Shades of Fuchsia #C239CC
Tints of Fuchsia #C239CC
RGB
CMYK
RGB Variations
Color information
#C239CC (or 0xC239CC) is known color: Fuchsia. HEX triplet: C2, 39 and CC. RGB value is (194,57,204). Sum of RGB (Red+Green+Blue) = 194+57+204=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #C239CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239CC is #3DC633. Grayscale: #727272. Windows color (decimal): -4048436 or 13384130. OLE color: 13384130.
HSL color Cylindrical-coordinate representation of color #C239CC: hue angle of 295.92º degrees, saturation: 0.59, 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 #C239CC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 57 | 204 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.2 |
| HSL | 295.92º | 0.59% | 0.51% | - |
| HSV(B) | 295.92º | 0.72% | 0.8% | - |
| XYZ | 34.61 | 18.76 | 58.92 | - |
| YUV | 114.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 204 | 0.05 | 0.72 | 0 | 0.2 | 295.92 | 0.59 | 0.51 |
| Hex | C2 | 39 | CC | 5 | 48 | 0 | 14 | 128 | 3B | 33 |
| Octal | 302 | 71 | 314 | 5 | 110 | 0 | 24 | 450 | 73 | 63 |
| Binary | 11000010 | 111001 | 11001100 | 101 | 1001000 | 0 | 10100 | 100101000 | 111011 | 110011 |
Color Harmonies of #C239CC
Complementary color
Monochromatic Colors of #C239CC
Black with #C239CC
Text Example
Text Example
White with #C239CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239CC; }
p { color: rgb(194,57,204); }
H1.HeaderClassName
{
color: #C239CC;
}
.AnyTagClassName
{
color: #C239CC;
}
</style>
background-color css
<style>
a { background-color: #C239CC; }
a { background-color: rgb(194,57,204); }
div.DivClassName
{
background-color: #C239CC;
}
.BgClassName
{
background-color: #C239CC;
}
</style>
border-color css
<style>
span { border-color: #C239CC; }
span { border-color: rgb(194,57,204); }
td.TdClassName
{
border-color: #C239CC;
}
.TagClassName
{
border-color: #C239CC;
}
</style>