Shades of Fuchsia #C740B8
Tints of Fuchsia #C740B8
RGB
CMYK
RGB Variations
Color information
#C740B8 (or 0xC740B8) is known color: Fuchsia. HEX triplet: C7, 40 and B8. RGB value is (199,64,184). Sum of RGB (Red+Green+Blue) = 199+64+184=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C740B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740B8 is #38BF47. Grayscale: #757575. Windows color (decimal): -3718984 or 12075207. OLE color: 12075207.
HSL color Cylindrical-coordinate representation of color #C740B8: hue angle of 306.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C740B8 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 184 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.22 |
| HSL | 306.67º | 0.55% | 0.52% | - |
| HSV(B) | 306.67º | 0.68% | 0.78% | - |
| XYZ | 34.04 | 19.27 | 47.27 | - |
| YUV | 118.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 184 | 0 | 0.68 | 0.08 | 0.22 | 306.67 | 0.55 | 0.52 |
| Hex | C7 | 40 | B8 | 0 | 44 | 8 | 16 | 133 | 37 | 34 |
| Octal | 307 | 100 | 270 | 0 | 104 | 10 | 26 | 463 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10111000 | 0 | 1000100 | 1000 | 10110 | 100110011 | 110111 | 110100 |
Color Harmonies of #C740B8
Complementary color
Monochromatic Colors of #C740B8
Black with #C740B8
Text Example
Text Example
White with #C740B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740B8; }
p { color: rgb(199,64,184); }
H1.HeaderClassName
{
color: #C740B8;
}
.AnyTagClassName
{
color: #C740B8;
}
</style>
background-color css
<style>
a { background-color: #C740B8; }
a { background-color: rgb(199,64,184); }
div.DivClassName
{
background-color: #C740B8;
}
.BgClassName
{
background-color: #C740B8;
}
</style>
border-color css
<style>
span { border-color: #C740B8; }
span { border-color: rgb(199,64,184); }
td.TdClassName
{
border-color: #C740B8;
}
.TagClassName
{
border-color: #C740B8;
}
</style>