Shades of Fuchsia #C739CA
Tints of Fuchsia #C739CA
RGB
CMYK
RGB Variations
Color information
#C739CA (or 0xC739CA) is known color: Fuchsia. HEX triplet: C7, 39 and CA. RGB value is (199,57,202). Sum of RGB (Red+Green+Blue) = 199+57+202=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #C739CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739CA is #38C635. Grayscale: #737373. Windows color (decimal): -3720758 or 13253063. OLE color: 13253063.
HSL color Cylindrical-coordinate representation of color #C739CA: hue angle of 298.76º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C739CA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 57 | 202 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.21 |
| HSL | 298.76º | 0.58% | 0.51% | - |
| HSV(B) | 298.76º | 0.72% | 0.79% | - |
| XYZ | 35.68 | 19.33 | 57.73 | - |
| YUV | 115.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 202 | 0.01 | 0.72 | 0 | 0.21 | 298.76 | 0.58 | 0.51 |
| Hex | C7 | 39 | CA | 1 | 48 | 0 | 15 | 12B | 3A | 33 |
| Octal | 307 | 71 | 312 | 1 | 110 | 0 | 25 | 453 | 72 | 63 |
| Binary | 11000111 | 111001 | 11001010 | 1 | 1001000 | 0 | 10101 | 100101011 | 111010 | 110011 |
Color Harmonies of #C739CA
Complementary color
Monochromatic Colors of #C739CA
Black with #C739CA
Text Example
Text Example
White with #C739CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739CA; }
p { color: rgb(199,57,202); }
H1.HeaderClassName
{
color: #C739CA;
}
.AnyTagClassName
{
color: #C739CA;
}
</style>
background-color css
<style>
a { background-color: #C739CA; }
a { background-color: rgb(199,57,202); }
div.DivClassName
{
background-color: #C739CA;
}
.BgClassName
{
background-color: #C739CA;
}
</style>
border-color css
<style>
span { border-color: #C739CA; }
span { border-color: rgb(199,57,202); }
td.TdClassName
{
border-color: #C739CA;
}
.TagClassName
{
border-color: #C739CA;
}
</style>