Shades of Fuchsia #C740CC
Tints of Fuchsia #C740CC
RGB
CMYK
RGB Variations
Color information
#C740CC (or 0xC740CC) is known color: Fuchsia. HEX triplet: C7, 40 and CC. RGB value is (199,64,204). Sum of RGB (Red+Green+Blue) = 199+64+204=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #C740CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740CC is #38BF33. Grayscale: #777777. Windows color (decimal): -3718964 or 13385927. OLE color: 13385927.
HSL color Cylindrical-coordinate representation of color #C740CC: hue angle of 297.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C740CC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 64 | 204 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.2 |
| HSL | 297.86º | 0.58% | 0.53% | - |
| HSV(B) | 297.86º | 0.69% | 0.8% | - |
| XYZ | 36.29 | 20.17 | 59.11 | - |
| YUV | 120.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 204 | 0.02 | 0.69 | 0 | 0.2 | 297.86 | 0.58 | 0.53 |
| Hex | C7 | 40 | CC | 2 | 45 | 0 | 14 | 12A | 3A | 35 |
| Octal | 307 | 100 | 314 | 2 | 105 | 0 | 24 | 452 | 72 | 65 |
| Binary | 11000111 | 1000000 | 11001100 | 10 | 1000101 | 0 | 10100 | 100101010 | 111010 | 110101 |
Color Harmonies of #C740CC
Complementary color
Monochromatic Colors of #C740CC
Black with #C740CC
Text Example
Text Example
White with #C740CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740CC; }
p { color: rgb(199,64,204); }
H1.HeaderClassName
{
color: #C740CC;
}
.AnyTagClassName
{
color: #C740CC;
}
</style>
background-color css
<style>
a { background-color: #C740CC; }
a { background-color: rgb(199,64,204); }
div.DivClassName
{
background-color: #C740CC;
}
.BgClassName
{
background-color: #C740CC;
}
</style>
border-color css
<style>
span { border-color: #C740CC; }
span { border-color: rgb(199,64,204); }
td.TdClassName
{
border-color: #C740CC;
}
.TagClassName
{
border-color: #C740CC;
}
</style>