Shades of Fuchsia #C74CC5
Tints of Fuchsia #C74CC5
RGB
CMYK
RGB Variations
Color information
#C74CC5 (or 0xC74CC5) is known color: Fuchsia. HEX triplet: C7, 4C and C5. RGB value is (199,76,197). Sum of RGB (Red+Green+Blue) = 199+76+197=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CC5 is #38B33A. Grayscale: #7E7E7E. Windows color (decimal): -3715899 or 12930247. OLE color: 12930247.
HSL color Cylindrical-coordinate representation of color #C74CC5: hue angle of 300.98º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74CC5 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 197 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.22 |
| HSL | 300.98º | 0.52% | 0.54% | - |
| HSV(B) | 300.98º | 0.62% | 0.78% | - |
| XYZ | 36.22 | 21.34 | 55.03 | - |
| YUV | 126.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 197 | 0 | 0.62 | 0.01 | 0.22 | 300.98 | 0.52 | 0.54 |
| Hex | C7 | 4C | C5 | 0 | 3E | 1 | 16 | 12D | 34 | 36 |
| Octal | 307 | 114 | 305 | 0 | 76 | 1 | 26 | 455 | 64 | 66 |
| Binary | 11000111 | 1001100 | 11000101 | 0 | 111110 | 1 | 10110 | 100101101 | 110100 | 110110 |
Color Harmonies of #C74CC5
Complementary color
Monochromatic Colors of #C74CC5
Black with #C74CC5
Text Example
Text Example
White with #C74CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CC5; }
p { color: rgb(199,76,197); }
H1.HeaderClassName
{
color: #C74CC5;
}
.AnyTagClassName
{
color: #C74CC5;
}
</style>
background-color css
<style>
a { background-color: #C74CC5; }
a { background-color: rgb(199,76,197); }
div.DivClassName
{
background-color: #C74CC5;
}
.BgClassName
{
background-color: #C74CC5;
}
</style>
border-color css
<style>
span { border-color: #C74CC5; }
span { border-color: rgb(199,76,197); }
td.TdClassName
{
border-color: #C74CC5;
}
.TagClassName
{
border-color: #C74CC5;
}
</style>