Shades of Fuchsia #C74CBD
Tints of Fuchsia #C74CBD
RGB
CMYK
RGB Variations
Color information
#C74CBD (or 0xC74CBD) is known color: Fuchsia. HEX triplet: C7, 4C and BD. RGB value is (199,76,189). Sum of RGB (Red+Green+Blue) = 199+76+189=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CBD is #38B342. Grayscale: #7D7D7D. Windows color (decimal): -3715907 or 12405959. OLE color: 12405959.
HSL color Cylindrical-coordinate representation of color #C74CBD: hue angle of 304.88º 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 #C74CBD is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 189 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.22 |
| HSL | 304.88º | 0.52% | 0.54% | - |
| HSV(B) | 304.88º | 0.62% | 0.78% | - |
| XYZ | 35.32 | 20.99 | 50.33 | - |
| YUV | 125.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 189 | 0 | 0.62 | 0.05 | 0.22 | 304.88 | 0.52 | 0.54 |
| Hex | C7 | 4C | BD | 0 | 3E | 5 | 16 | 131 | 34 | 36 |
| Octal | 307 | 114 | 275 | 0 | 76 | 5 | 26 | 461 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10111101 | 0 | 111110 | 101 | 10110 | 100110001 | 110100 | 110110 |
Color Harmonies of #C74CBD
Complementary color
Monochromatic Colors of #C74CBD
Black with #C74CBD
Text Example
Text Example
White with #C74CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CBD; }
p { color: rgb(199,76,189); }
H1.HeaderClassName
{
color: #C74CBD;
}
.AnyTagClassName
{
color: #C74CBD;
}
</style>
background-color css
<style>
a { background-color: #C74CBD; }
a { background-color: rgb(199,76,189); }
div.DivClassName
{
background-color: #C74CBD;
}
.BgClassName
{
background-color: #C74CBD;
}
</style>
border-color css
<style>
span { border-color: #C74CBD; }
span { border-color: rgb(199,76,189); }
td.TdClassName
{
border-color: #C74CBD;
}
.TagClassName
{
border-color: #C74CBD;
}
</style>