Shades of Fuchsia #C739D0
Tints of Fuchsia #C739D0
RGB
CMYK
RGB Variations
Color information
#C739D0 (or 0xC739D0) is known color: Fuchsia. HEX triplet: C7, 39 and D0. RGB value is (199,57,208). Sum of RGB (Red+Green+Blue) = 199+57+208=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #C739D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739D0 is #38C62F. Grayscale: #747474. Windows color (decimal): -3720752 or 13646279. OLE color: 13646279.
HSL color Cylindrical-coordinate representation of color #C739D0: hue angle of 296.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C739D0 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 57 | 208 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.18 |
| HSL | 296.42º | 0.62% | 0.52% | - |
| HSV(B) | 296.42º | 0.73% | 0.82% | - |
| XYZ | 36.4 | 19.62 | 61.54 | - |
| YUV | 116.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 208 | 0.04 | 0.73 | 0 | 0.18 | 296.42 | 0.62 | 0.52 |
| Hex | C7 | 39 | D0 | 4 | 49 | 0 | 12 | 128 | 3E | 34 |
| Octal | 307 | 71 | 320 | 4 | 111 | 0 | 22 | 450 | 76 | 64 |
| Binary | 11000111 | 111001 | 11010000 | 100 | 1001001 | 0 | 10010 | 100101000 | 111110 | 110100 |
Color Harmonies of #C739D0
Complementary color
Monochromatic Colors of #C739D0
Black with #C739D0
Text Example
Text Example
White with #C739D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739D0; }
p { color: rgb(199,57,208); }
H1.HeaderClassName
{
color: #C739D0;
}
.AnyTagClassName
{
color: #C739D0;
}
</style>
background-color css
<style>
a { background-color: #C739D0; }
a { background-color: rgb(199,57,208); }
div.DivClassName
{
background-color: #C739D0;
}
.BgClassName
{
background-color: #C739D0;
}
</style>
border-color css
<style>
span { border-color: #C739D0; }
span { border-color: rgb(199,57,208); }
td.TdClassName
{
border-color: #C739D0;
}
.TagClassName
{
border-color: #C739D0;
}
</style>