Shades of Fuchsia #C745C9
Tints of Fuchsia #C745C9
RGB
CMYK
RGB Variations
Color information
#C745C9 (or 0xC745C9) is known color: Fuchsia. HEX triplet: C7, 45 and C9. RGB value is (199,69,201). Sum of RGB (Red+Green+Blue) = 199+69+201=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #C745C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745C9 is #38BA36. Grayscale: #7A7A7A. Windows color (decimal): -3717687 or 13190599. OLE color: 13190599.
HSL color Cylindrical-coordinate representation of color #C745C9: hue angle of 299.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C745C9 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 69 | 201 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.21 |
| HSL | 299.09º | 0.55% | 0.53% | - |
| HSV(B) | 299.09º | 0.66% | 0.79% | - |
| XYZ | 36.22 | 20.62 | 57.33 | - |
| YUV | 122.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 201 | 0.01 | 0.66 | 0 | 0.21 | 299.09 | 0.55 | 0.53 |
| Hex | C7 | 45 | C9 | 1 | 42 | 0 | 15 | 12B | 37 | 35 |
| Octal | 307 | 105 | 311 | 1 | 102 | 0 | 25 | 453 | 67 | 65 |
| Binary | 11000111 | 1000101 | 11001001 | 1 | 1000010 | 0 | 10101 | 100101011 | 110111 | 110101 |
Color Harmonies of #C745C9
Complementary color
Monochromatic Colors of #C745C9
Black with #C745C9
Text Example
Text Example
White with #C745C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C745C9; }
p { color: rgb(199,69,201); }
H1.HeaderClassName
{
color: #C745C9;
}
.AnyTagClassName
{
color: #C745C9;
}
</style>
background-color css
<style>
a { background-color: #C745C9; }
a { background-color: rgb(199,69,201); }
div.DivClassName
{
background-color: #C745C9;
}
.BgClassName
{
background-color: #C745C9;
}
</style>
border-color css
<style>
span { border-color: #C745C9; }
span { border-color: rgb(199,69,201); }
td.TdClassName
{
border-color: #C745C9;
}
.TagClassName
{
border-color: #C745C9;
}
</style>