Shades of Fuchsia #C74ABC
Tints of Fuchsia #C74ABC
RGB
CMYK
RGB Variations
Color information
#C74ABC (or 0xC74ABC) is known color: Fuchsia. HEX triplet: C7, 4A and BC. RGB value is (199,74,188). Sum of RGB (Red+Green+Blue) = 199+74+188=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C74ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ABC is #38B543. Grayscale: #7C7C7C. Windows color (decimal): -3716420 or 12339911. OLE color: 12339911.
HSL color Cylindrical-coordinate representation of color #C74ABC: hue angle of 305.28º 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 #C74ABC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 188 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.22 |
| HSL | 305.28º | 0.53% | 0.54% | - |
| HSV(B) | 305.28º | 0.63% | 0.78% | - |
| XYZ | 35.08 | 20.67 | 49.72 | - |
| YUV | 124.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 188 | 0 | 0.63 | 0.06 | 0.22 | 305.28 | 0.53 | 0.54 |
| Hex | C7 | 4A | BC | 0 | 3F | 6 | 16 | 131 | 35 | 36 |
| Octal | 307 | 112 | 274 | 0 | 77 | 6 | 26 | 461 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10111100 | 0 | 111111 | 110 | 10110 | 100110001 | 110101 | 110110 |
Color Harmonies of #C74ABC
Complementary color
Monochromatic Colors of #C74ABC
Black with #C74ABC
Text Example
Text Example
White with #C74ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ABC; }
p { color: rgb(199,74,188); }
H1.HeaderClassName
{
color: #C74ABC;
}
.AnyTagClassName
{
color: #C74ABC;
}
</style>
background-color css
<style>
a { background-color: #C74ABC; }
a { background-color: rgb(199,74,188); }
div.DivClassName
{
background-color: #C74ABC;
}
.BgClassName
{
background-color: #C74ABC;
}
</style>
border-color css
<style>
span { border-color: #C74ABC; }
span { border-color: rgb(199,74,188); }
td.TdClassName
{
border-color: #C74ABC;
}
.TagClassName
{
border-color: #C74ABC;
}
</style>