Shades of Fuchsia #C74FD0
Tints of Fuchsia #C74FD0
RGB
CMYK
RGB Variations
Color information
#C74FD0 (or 0xC74FD0) is known color: Fuchsia. HEX triplet: C7, 4F and D0. RGB value is (199,79,208). Sum of RGB (Red+Green+Blue) = 199+79+208=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #C74FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FD0 is #38B02F. Grayscale: #818181. Windows color (decimal): -3715120 or 13651911. OLE color: 13651911.
HSL color Cylindrical-coordinate representation of color #C74FD0: hue angle of 295.81º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74FD0 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 79 | 208 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.18 |
| HSL | 295.81º | 0.58% | 0.56% | - |
| HSV(B) | 295.81º | 0.62% | 0.82% | - |
| XYZ | 37.73 | 22.29 | 61.99 | - |
| YUV | 129.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 208 | 0.04 | 0.62 | 0 | 0.18 | 295.81 | 0.58 | 0.56 |
| Hex | C7 | 4F | D0 | 4 | 3E | 0 | 12 | 128 | 3A | 38 |
| Octal | 307 | 117 | 320 | 4 | 76 | 0 | 22 | 450 | 72 | 70 |
| Binary | 11000111 | 1001111 | 11010000 | 100 | 111110 | 0 | 10010 | 100101000 | 111010 | 111000 |
Color Harmonies of #C74FD0
Complementary color
Monochromatic Colors of #C74FD0
Black with #C74FD0
Text Example
Text Example
White with #C74FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FD0; }
p { color: rgb(199,79,208); }
H1.HeaderClassName
{
color: #C74FD0;
}
.AnyTagClassName
{
color: #C74FD0;
}
</style>
background-color css
<style>
a { background-color: #C74FD0; }
a { background-color: rgb(199,79,208); }
div.DivClassName
{
background-color: #C74FD0;
}
.BgClassName
{
background-color: #C74FD0;
}
</style>
border-color css
<style>
span { border-color: #C74FD0; }
span { border-color: rgb(199,79,208); }
td.TdClassName
{
border-color: #C74FD0;
}
.TagClassName
{
border-color: #C74FD0;
}
</style>