Shades of Fuchsia #C740B1
Tints of Fuchsia #C740B1
RGB
CMYK
RGB Variations
Color information
#C740B1 (or 0xC740B1) is known color: Fuchsia. HEX triplet: C7, 40 and B1. RGB value is (199,64,177). Sum of RGB (Red+Green+Blue) = 199+64+177=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C740B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740B1 is #38BF4E. Grayscale: #747474. Windows color (decimal): -3718991 or 11616455. OLE color: 11616455.
HSL color Cylindrical-coordinate representation of color #C740B1: hue angle of 309.78º 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 #C740B1 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 177 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.22 |
| HSL | 309.78º | 0.55% | 0.52% | - |
| HSV(B) | 309.78º | 0.68% | 0.78% | - |
| XYZ | 33.32 | 18.98 | 43.5 | - |
| YUV | 117.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 177 | 0 | 0.68 | 0.11 | 0.22 | 309.78 | 0.55 | 0.52 |
| Hex | C7 | 40 | B1 | 0 | 44 | B | 16 | 136 | 37 | 34 |
| Octal | 307 | 100 | 261 | 0 | 104 | 13 | 26 | 466 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10110001 | 0 | 1000100 | 1011 | 10110 | 100110110 | 110111 | 110100 |
Color Harmonies of #C740B1
Complementary color
Monochromatic Colors of #C740B1
Black with #C740B1
Text Example
Text Example
White with #C740B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740B1; }
p { color: rgb(199,64,177); }
H1.HeaderClassName
{
color: #C740B1;
}
.AnyTagClassName
{
color: #C740B1;
}
</style>
background-color css
<style>
a { background-color: #C740B1; }
a { background-color: rgb(199,64,177); }
div.DivClassName
{
background-color: #C740B1;
}
.BgClassName
{
background-color: #C740B1;
}
</style>
border-color css
<style>
span { border-color: #C740B1; }
span { border-color: rgb(199,64,177); }
td.TdClassName
{
border-color: #C740B1;
}
.TagClassName
{
border-color: #C740B1;
}
</style>