Shades of Fuchsia #C239CD
Tints of Fuchsia #C239CD
RGB
CMYK
RGB Variations
Color information
#C239CD (or 0xC239CD) is known color: Fuchsia. HEX triplet: C2, 39 and CD. RGB value is (194,57,205). Sum of RGB (Red+Green+Blue) = 194+57+205=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #C239CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239CD is #3DC632. Grayscale: #727272. Windows color (decimal): -4048435 or 13449666. OLE color: 13449666.
HSL color Cylindrical-coordinate representation of color #C239CD: hue angle of 295.54º degrees, saturation: 0.6, 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 #C239CD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 57 | 205 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.20 |
| HSL | 295.54º | 0.6% | 0.51% | - |
| HSV(B) | 295.54º | 0.72% | 0.8% | - |
| XYZ | 34.73 | 18.8 | 59.56 | - |
| YUV | 114.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 205 | 0.05 | 0.72 | 0 | 0.20 | 295.54 | 0.6 | 0.51 |
| Hex | C2 | 39 | CD | 5 | 48 | 0 | 14 | 128 | 3C | 33 |
| Octal | 302 | 71 | 315 | 5 | 110 | 0 | 24 | 450 | 74 | 63 |
| Binary | 11000010 | 111001 | 11001101 | 101 | 1001000 | 0 | 10100 | 100101000 | 111100 | 110011 |
Color Harmonies of #C239CD
Complementary color
Monochromatic Colors of #C239CD
Black with #C239CD
Text Example
Text Example
White with #C239CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239CD; }
p { color: rgb(194,57,205); }
H1.HeaderClassName
{
color: #C239CD;
}
.AnyTagClassName
{
color: #C239CD;
}
</style>
background-color css
<style>
a { background-color: #C239CD; }
a { background-color: rgb(194,57,205); }
div.DivClassName
{
background-color: #C239CD;
}
.BgClassName
{
background-color: #C239CD;
}
</style>
border-color css
<style>
span { border-color: #C239CD; }
span { border-color: rgb(194,57,205); }
td.TdClassName
{
border-color: #C239CD;
}
.TagClassName
{
border-color: #C239CD;
}
</style>