Shades of Fuchsia #C74DBA
Tints of Fuchsia #C74DBA
RGB
CMYK
RGB Variations
Color information
#C74DBA (or 0xC74DBA) is known color: Fuchsia. HEX triplet: C7, 4D and BA. RGB value is (199,77,186). Sum of RGB (Red+Green+Blue) = 199+77+186=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DBA is #38B245. Grayscale: #7D7D7D. Windows color (decimal): -3715654 or 12209607. OLE color: 12209607.
HSL color Cylindrical-coordinate representation of color #C74DBA: hue angle of 306.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74DBA is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 186 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.22 |
| HSL | 306.39º | 0.52% | 0.54% | - |
| HSV(B) | 306.39º | 0.61% | 0.78% | - |
| XYZ | 35.07 | 21 | 48.66 | - |
| YUV | 125.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 186 | 0 | 0.61 | 0.07 | 0.22 | 306.39 | 0.52 | 0.54 |
| Hex | C7 | 4D | BA | 0 | 3D | 7 | 16 | 132 | 34 | 36 |
| Octal | 307 | 115 | 272 | 0 | 75 | 7 | 26 | 462 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10111010 | 0 | 111101 | 111 | 10110 | 100110010 | 110100 | 110110 |
Color Harmonies of #C74DBA
Complementary color
Monochromatic Colors of #C74DBA
Black with #C74DBA
Text Example
Text Example
White with #C74DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DBA; }
p { color: rgb(199,77,186); }
H1.HeaderClassName
{
color: #C74DBA;
}
.AnyTagClassName
{
color: #C74DBA;
}
</style>
background-color css
<style>
a { background-color: #C74DBA; }
a { background-color: rgb(199,77,186); }
div.DivClassName
{
background-color: #C74DBA;
}
.BgClassName
{
background-color: #C74DBA;
}
</style>
border-color css
<style>
span { border-color: #C74DBA; }
span { border-color: rgb(199,77,186); }
td.TdClassName
{
border-color: #C74DBA;
}
.TagClassName
{
border-color: #C74DBA;
}
</style>