Shades of Fuchsia #C751BC
Tints of Fuchsia #C751BC
RGB
CMYK
RGB Variations
Color information
#C751BC (or 0xC751BC) is known color: Fuchsia. HEX triplet: C7, 51 and BC. RGB value is (199,81,188). Sum of RGB (Red+Green+Blue) = 199+81+188=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C751BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751BC is #38AE43. Grayscale: #808080. Windows color (decimal): -3714628 or 12341703. OLE color: 12341703.
HSL color Cylindrical-coordinate representation of color #C751BC: hue angle of 305.59º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C751BC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 188 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.22 |
| HSL | 305.59º | 0.51% | 0.55% | - |
| HSV(B) | 305.59º | 0.59% | 0.78% | - |
| XYZ | 35.57 | 21.66 | 49.88 | - |
| YUV | 128.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 188 | 0 | 0.59 | 0.06 | 0.22 | 305.59 | 0.51 | 0.55 |
| Hex | C7 | 51 | BC | 0 | 3B | 6 | 16 | 132 | 33 | 37 |
| Octal | 307 | 121 | 274 | 0 | 73 | 6 | 26 | 462 | 63 | 67 |
| Binary | 11000111 | 1010001 | 10111100 | 0 | 111011 | 110 | 10110 | 100110010 | 110011 | 110111 |
Color Harmonies of #C751BC
Complementary color
Monochromatic Colors of #C751BC
Black with #C751BC
Text Example
Text Example
White with #C751BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751BC; }
p { color: rgb(199,81,188); }
H1.HeaderClassName
{
color: #C751BC;
}
.AnyTagClassName
{
color: #C751BC;
}
</style>
background-color css
<style>
a { background-color: #C751BC; }
a { background-color: rgb(199,81,188); }
div.DivClassName
{
background-color: #C751BC;
}
.BgClassName
{
background-color: #C751BC;
}
</style>
border-color css
<style>
span { border-color: #C751BC; }
span { border-color: rgb(199,81,188); }
td.TdClassName
{
border-color: #C751BC;
}
.TagClassName
{
border-color: #C751BC;
}
</style>