Shades of Fuchsia #C740C9
Tints of Fuchsia #C740C9
RGB
CMYK
RGB Variations
Color information
#C740C9 (or 0xC740C9) is known color: Fuchsia. HEX triplet: C7, 40 and C9. RGB value is (199,64,201). Sum of RGB (Red+Green+Blue) = 199+64+201=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #C740C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740C9 is #38BF36. Grayscale: #777777. Windows color (decimal): -3718967 or 13189319. OLE color: 13189319.
HSL color Cylindrical-coordinate representation of color #C740C9: hue angle of 299.12º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C740C9 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 64 | 201 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.21 |
| HSL | 299.12º | 0.56% | 0.52% | - |
| HSV(B) | 299.12º | 0.68% | 0.79% | - |
| XYZ | 35.93 | 20.03 | 57.23 | - |
| YUV | 119.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 201 | 0.01 | 0.68 | 0 | 0.21 | 299.12 | 0.56 | 0.52 |
| Hex | C7 | 40 | C9 | 1 | 44 | 0 | 15 | 12B | 38 | 34 |
| Octal | 307 | 100 | 311 | 1 | 104 | 0 | 25 | 453 | 70 | 64 |
| Binary | 11000111 | 1000000 | 11001001 | 1 | 1000100 | 0 | 10101 | 100101011 | 111000 | 110100 |
Color Harmonies of #C740C9
Complementary color
Monochromatic Colors of #C740C9
Black with #C740C9
Text Example
Text Example
White with #C740C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740C9; }
p { color: rgb(199,64,201); }
H1.HeaderClassName
{
color: #C740C9;
}
.AnyTagClassName
{
color: #C740C9;
}
</style>
background-color css
<style>
a { background-color: #C740C9; }
a { background-color: rgb(199,64,201); }
div.DivClassName
{
background-color: #C740C9;
}
.BgClassName
{
background-color: #C740C9;
}
</style>
border-color css
<style>
span { border-color: #C740C9; }
span { border-color: rgb(199,64,201); }
td.TdClassName
{
border-color: #C740C9;
}
.TagClassName
{
border-color: #C740C9;
}
</style>