Shades of Fuchsia #C74ACC
Tints of Fuchsia #C74ACC
RGB
CMYK
RGB Variations
Color information
#C74ACC (or 0xC74ACC) is known color: Fuchsia. HEX triplet: C7, 4A and CC. RGB value is (199,74,204). Sum of RGB (Red+Green+Blue) = 199+74+204=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C74ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ACC is #38B533. Grayscale: #7D7D7D. Windows color (decimal): -3716404 or 13388487. OLE color: 13388487.
HSL color Cylindrical-coordinate representation of color #C74ACC: hue angle of 297.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74ACC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 74 | 204 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.2 |
| HSL | 297.69º | 0.56% | 0.55% | - |
| HSV(B) | 297.69º | 0.64% | 0.8% | - |
| XYZ | 36.9 | 21.4 | 59.31 | - |
| YUV | 126.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 204 | 0.02 | 0.64 | 0 | 0.2 | 297.69 | 0.56 | 0.55 |
| Hex | C7 | 4A | CC | 2 | 40 | 0 | 14 | 12A | 38 | 37 |
| Octal | 307 | 112 | 314 | 2 | 100 | 0 | 24 | 452 | 70 | 67 |
| Binary | 11000111 | 1001010 | 11001100 | 10 | 1000000 | 0 | 10100 | 100101010 | 111000 | 110111 |
Color Harmonies of #C74ACC
Complementary color
Monochromatic Colors of #C74ACC
Black with #C74ACC
Text Example
Text Example
White with #C74ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ACC; }
p { color: rgb(199,74,204); }
H1.HeaderClassName
{
color: #C74ACC;
}
.AnyTagClassName
{
color: #C74ACC;
}
</style>
background-color css
<style>
a { background-color: #C74ACC; }
a { background-color: rgb(199,74,204); }
div.DivClassName
{
background-color: #C74ACC;
}
.BgClassName
{
background-color: #C74ACC;
}
</style>
border-color css
<style>
span { border-color: #C74ACC; }
span { border-color: rgb(199,74,204); }
td.TdClassName
{
border-color: #C74ACC;
}
.TagClassName
{
border-color: #C74ACC;
}
</style>