Shades of Fuchsia #C74CB5
Tints of Fuchsia #C74CB5
RGB
CMYK
RGB Variations
Color information
#C74CB5 (or 0xC74CB5) is known color: Fuchsia. HEX triplet: C7, 4C and B5. RGB value is (199,76,181). Sum of RGB (Red+Green+Blue) = 199+76+181=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CB5 is #38B34A. Grayscale: #7C7C7C. Windows color (decimal): -3715915 or 11881671. OLE color: 11881671.
HSL color Cylindrical-coordinate representation of color #C74CB5: hue angle of 308.78º 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 #C74CB5 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 181 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.22 |
| HSL | 308.78º | 0.52% | 0.54% | - |
| HSV(B) | 308.78º | 0.62% | 0.78% | - |
| XYZ | 34.48 | 20.65 | 45.88 | - |
| YUV | 124.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 181 | 0 | 0.62 | 0.09 | 0.22 | 308.78 | 0.52 | 0.54 |
| Hex | C7 | 4C | B5 | 0 | 3E | 9 | 16 | 135 | 34 | 36 |
| Octal | 307 | 114 | 265 | 0 | 76 | 11 | 26 | 465 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10110101 | 0 | 111110 | 1001 | 10110 | 100110101 | 110100 | 110110 |
Color Harmonies of #C74CB5
Complementary color
Monochromatic Colors of #C74CB5
Black with #C74CB5
Text Example
Text Example
White with #C74CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CB5; }
p { color: rgb(199,76,181); }
H1.HeaderClassName
{
color: #C74CB5;
}
.AnyTagClassName
{
color: #C74CB5;
}
</style>
background-color css
<style>
a { background-color: #C74CB5; }
a { background-color: rgb(199,76,181); }
div.DivClassName
{
background-color: #C74CB5;
}
.BgClassName
{
background-color: #C74CB5;
}
</style>
border-color css
<style>
span { border-color: #C74CB5; }
span { border-color: rgb(199,76,181); }
td.TdClassName
{
border-color: #C74CB5;
}
.TagClassName
{
border-color: #C74CB5;
}
</style>