Shades of Fuchsia #C74DBB
Tints of Fuchsia #C74DBB
RGB
CMYK
RGB Variations
Color information
#C74DBB (or 0xC74DBB) is known color: Fuchsia. HEX triplet: C7, 4D and BB. RGB value is (199,77,187). Sum of RGB (Red+Green+Blue) = 199+77+187=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DBB is #38B244. Grayscale: #7D7D7D. Windows color (decimal): -3715653 or 12275143. OLE color: 12275143.
HSL color Cylindrical-coordinate representation of color #C74DBB: hue angle of 305.9º 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 #C74DBB is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 187 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.22 |
| HSL | 305.9º | 0.52% | 0.54% | - |
| HSV(B) | 305.9º | 0.61% | 0.78% | - |
| XYZ | 35.18 | 21.04 | 49.22 | - |
| YUV | 126.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 187 | 0 | 0.61 | 0.06 | 0.22 | 305.9 | 0.52 | 0.54 |
| Hex | C7 | 4D | BB | 0 | 3D | 6 | 16 | 132 | 34 | 36 |
| Octal | 307 | 115 | 273 | 0 | 75 | 6 | 26 | 462 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10111011 | 0 | 111101 | 110 | 10110 | 100110010 | 110100 | 110110 |
Color Harmonies of #C74DBB
Complementary color
Monochromatic Colors of #C74DBB
Black with #C74DBB
Text Example
Text Example
White with #C74DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DBB; }
p { color: rgb(199,77,187); }
H1.HeaderClassName
{
color: #C74DBB;
}
.AnyTagClassName
{
color: #C74DBB;
}
</style>
background-color css
<style>
a { background-color: #C74DBB; }
a { background-color: rgb(199,77,187); }
div.DivClassName
{
background-color: #C74DBB;
}
.BgClassName
{
background-color: #C74DBB;
}
</style>
border-color css
<style>
span { border-color: #C74DBB; }
span { border-color: rgb(199,77,187); }
td.TdClassName
{
border-color: #C74DBB;
}
.TagClassName
{
border-color: #C74DBB;
}
</style>