Shades of Fuchsia #C745D0
Tints of Fuchsia #C745D0
RGB
CMYK
RGB Variations
Color information
#C745D0 (or 0xC745D0) is known color: Fuchsia. HEX triplet: C7, 45 and D0. RGB value is (199,69,208). Sum of RGB (Red+Green+Blue) = 199+69+208=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #C745D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745D0 is #38BA2F. Grayscale: #7B7B7B. Windows color (decimal): -3717680 or 13649351. OLE color: 13649351.
HSL color Cylindrical-coordinate representation of color #C745D0: hue angle of 296.12º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C745D0 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 69 | 208 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.18 |
| HSL | 296.12º | 0.6% | 0.54% | - |
| HSV(B) | 296.12º | 0.67% | 0.82% | - |
| XYZ | 37.07 | 20.95 | 61.77 | - |
| YUV | 123.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 208 | 0.04 | 0.67 | 0 | 0.18 | 296.12 | 0.6 | 0.54 |
| Hex | C7 | 45 | D0 | 4 | 43 | 0 | 12 | 128 | 3C | 36 |
| Octal | 307 | 105 | 320 | 4 | 103 | 0 | 22 | 450 | 74 | 66 |
| Binary | 11000111 | 1000101 | 11010000 | 100 | 1000011 | 0 | 10010 | 100101000 | 111100 | 110110 |
Color Harmonies of #C745D0
Complementary color
Monochromatic Colors of #C745D0
Black with #C745D0
Text Example
Text Example
White with #C745D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C745D0; }
p { color: rgb(199,69,208); }
H1.HeaderClassName
{
color: #C745D0;
}
.AnyTagClassName
{
color: #C745D0;
}
</style>
background-color css
<style>
a { background-color: #C745D0; }
a { background-color: rgb(199,69,208); }
div.DivClassName
{
background-color: #C745D0;
}
.BgClassName
{
background-color: #C745D0;
}
</style>
border-color css
<style>
span { border-color: #C745D0; }
span { border-color: rgb(199,69,208); }
td.TdClassName
{
border-color: #C745D0;
}
.TagClassName
{
border-color: #C745D0;
}
</style>