Shades of Fuchsia #C74ABD
Tints of Fuchsia #C74ABD
RGB
CMYK
RGB Variations
Color information
#C74ABD (or 0xC74ABD) is known color: Fuchsia. HEX triplet: C7, 4A and BD. RGB value is (199,74,189). Sum of RGB (Red+Green+Blue) = 199+74+189=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C74ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ABD is #38B542. Grayscale: #7C7C7C. Windows color (decimal): -3716419 or 12405447. OLE color: 12405447.
HSL color Cylindrical-coordinate representation of color #C74ABD: hue angle of 304.8º 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 #C74ABD is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 189 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.22 |
| HSL | 304.8º | 0.53% | 0.54% | - |
| HSV(B) | 304.8º | 0.63% | 0.78% | - |
| XYZ | 35.19 | 20.71 | 50.29 | - |
| YUV | 124.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 189 | 0 | 0.63 | 0.05 | 0.22 | 304.8 | 0.53 | 0.54 |
| Hex | C7 | 4A | BD | 0 | 3F | 5 | 16 | 131 | 35 | 36 |
| Octal | 307 | 112 | 275 | 0 | 77 | 5 | 26 | 461 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10111101 | 0 | 111111 | 101 | 10110 | 100110001 | 110101 | 110110 |
Color Harmonies of #C74ABD
Complementary color
Monochromatic Colors of #C74ABD
Black with #C74ABD
Text Example
Text Example
White with #C74ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ABD; }
p { color: rgb(199,74,189); }
H1.HeaderClassName
{
color: #C74ABD;
}
.AnyTagClassName
{
color: #C74ABD;
}
</style>
background-color css
<style>
a { background-color: #C74ABD; }
a { background-color: rgb(199,74,189); }
div.DivClassName
{
background-color: #C74ABD;
}
.BgClassName
{
background-color: #C74ABD;
}
</style>
border-color css
<style>
span { border-color: #C74ABD; }
span { border-color: rgb(199,74,189); }
td.TdClassName
{
border-color: #C74ABD;
}
.TagClassName
{
border-color: #C74ABD;
}
</style>