Shades of Fuchsia #C74DBD
Tints of Fuchsia #C74DBD
RGB
CMYK
RGB Variations
Color information
#C74DBD (or 0xC74DBD) is known color: Fuchsia. HEX triplet: C7, 4D and BD. RGB value is (199,77,189). Sum of RGB (Red+Green+Blue) = 199+77+189=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DBD is #38B242. Grayscale: #7D7D7D. Windows color (decimal): -3715651 or 12406215. OLE color: 12406215.
HSL color Cylindrical-coordinate representation of color #C74DBD: hue angle of 304.92º 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 #C74DBD is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 189 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.22 |
| HSL | 304.92º | 0.52% | 0.54% | - |
| HSV(B) | 304.92º | 0.61% | 0.78% | - |
| XYZ | 35.39 | 21.12 | 50.36 | - |
| YUV | 126.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 189 | 0 | 0.61 | 0.05 | 0.22 | 304.92 | 0.52 | 0.54 |
| Hex | C7 | 4D | BD | 0 | 3D | 5 | 16 | 131 | 34 | 36 |
| Octal | 307 | 115 | 275 | 0 | 75 | 5 | 26 | 461 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10111101 | 0 | 111101 | 101 | 10110 | 100110001 | 110100 | 110110 |
Color Harmonies of #C74DBD
Complementary color
Monochromatic Colors of #C74DBD
Black with #C74DBD
Text Example
Text Example
White with #C74DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DBD; }
p { color: rgb(199,77,189); }
H1.HeaderClassName
{
color: #C74DBD;
}
.AnyTagClassName
{
color: #C74DBD;
}
</style>
background-color css
<style>
a { background-color: #C74DBD; }
a { background-color: rgb(199,77,189); }
div.DivClassName
{
background-color: #C74DBD;
}
.BgClassName
{
background-color: #C74DBD;
}
</style>
border-color css
<style>
span { border-color: #C74DBD; }
span { border-color: rgb(199,77,189); }
td.TdClassName
{
border-color: #C74DBD;
}
.TagClassName
{
border-color: #C74DBD;
}
</style>