Shades of Fuchsia #C74ABE
Tints of Fuchsia #C74ABE
RGB
CMYK
RGB Variations
Color information
#C74ABE (or 0xC74ABE) is known color: Fuchsia. HEX triplet: C7, 4A and BE. RGB value is (199,74,190). Sum of RGB (Red+Green+Blue) = 199+74+190=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C74ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ABE is #38B541. Grayscale: #7C7C7C. Windows color (decimal): -3716418 or 12470983. OLE color: 12470983.
HSL color Cylindrical-coordinate representation of color #C74ABE: hue angle of 304.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74ABE is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 190 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.22 |
| HSL | 304.32º | 0.53% | 0.54% | - |
| HSV(B) | 304.32º | 0.63% | 0.78% | - |
| XYZ | 35.3 | 20.76 | 50.86 | - |
| YUV | 124.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 190 | 0 | 0.63 | 0.05 | 0.22 | 304.32 | 0.53 | 0.54 |
| Hex | C7 | 4A | BE | 0 | 3F | 5 | 16 | 130 | 35 | 36 |
| Octal | 307 | 112 | 276 | 0 | 77 | 5 | 26 | 460 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10111110 | 0 | 111111 | 101 | 10110 | 100110000 | 110101 | 110110 |
Color Harmonies of #C74ABE
Complementary color
Monochromatic Colors of #C74ABE
Black with #C74ABE
Text Example
Text Example
White with #C74ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ABE; }
p { color: rgb(199,74,190); }
H1.HeaderClassName
{
color: #C74ABE;
}
.AnyTagClassName
{
color: #C74ABE;
}
</style>
background-color css
<style>
a { background-color: #C74ABE; }
a { background-color: rgb(199,74,190); }
div.DivClassName
{
background-color: #C74ABE;
}
.BgClassName
{
background-color: #C74ABE;
}
</style>
border-color css
<style>
span { border-color: #C74ABE; }
span { border-color: rgb(199,74,190); }
td.TdClassName
{
border-color: #C74ABE;
}
.TagClassName
{
border-color: #C74ABE;
}
</style>