Shades of Fuchsia #C74ABB
Tints of Fuchsia #C74ABB
RGB
CMYK
RGB Variations
Color information
#C74ABB (or 0xC74ABB) is known color: Fuchsia. HEX triplet: C7, 4A and BB. RGB value is (199,74,187). Sum of RGB (Red+Green+Blue) = 199+74+187=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C74ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ABB is #38B544. Grayscale: #7B7B7B. Windows color (decimal): -3716421 or 12274375. OLE color: 12274375.
HSL color Cylindrical-coordinate representation of color #C74ABB: hue angle of 305.76º 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 #C74ABB is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 187 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.22 |
| HSL | 305.76º | 0.53% | 0.54% | - |
| HSV(B) | 305.76º | 0.63% | 0.78% | - |
| XYZ | 34.97 | 20.63 | 49.15 | - |
| YUV | 124.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 187 | 0 | 0.63 | 0.06 | 0.22 | 305.76 | 0.53 | 0.54 |
| Hex | C7 | 4A | BB | 0 | 3F | 6 | 16 | 132 | 35 | 36 |
| Octal | 307 | 112 | 273 | 0 | 77 | 6 | 26 | 462 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10111011 | 0 | 111111 | 110 | 10110 | 100110010 | 110101 | 110110 |
Color Harmonies of #C74ABB
Complementary color
Monochromatic Colors of #C74ABB
Black with #C74ABB
Text Example
Text Example
White with #C74ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ABB; }
p { color: rgb(199,74,187); }
H1.HeaderClassName
{
color: #C74ABB;
}
.AnyTagClassName
{
color: #C74ABB;
}
</style>
background-color css
<style>
a { background-color: #C74ABB; }
a { background-color: rgb(199,74,187); }
div.DivClassName
{
background-color: #C74ABB;
}
.BgClassName
{
background-color: #C74ABB;
}
</style>
border-color css
<style>
span { border-color: #C74ABB; }
span { border-color: rgb(199,74,187); }
td.TdClassName
{
border-color: #C74ABB;
}
.TagClassName
{
border-color: #C74ABB;
}
</style>