Shades of Fuchsia #C746CC
Tints of Fuchsia #C746CC
RGB
CMYK
RGB Variations
Color information
#C746CC (or 0xC746CC) is known color: Fuchsia. HEX triplet: C7, 46 and CC. RGB value is (199,70,204). Sum of RGB (Red+Green+Blue) = 199+70+204=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C746CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746CC is #38B933. Grayscale: #7B7B7B. Windows color (decimal): -3717428 or 13387463. OLE color: 13387463.
HSL color Cylindrical-coordinate representation of color #C746CC: hue angle of 297.76º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C746CC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 70 | 204 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.2 |
| HSL | 297.76º | 0.57% | 0.54% | - |
| HSV(B) | 297.76º | 0.66% | 0.8% | - |
| XYZ | 36.64 | 20.88 | 59.23 | - |
| YUV | 123.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 204 | 0.02 | 0.66 | 0 | 0.2 | 297.76 | 0.57 | 0.54 |
| Hex | C7 | 46 | CC | 2 | 42 | 0 | 14 | 12A | 39 | 36 |
| Octal | 307 | 106 | 314 | 2 | 102 | 0 | 24 | 452 | 71 | 66 |
| Binary | 11000111 | 1000110 | 11001100 | 10 | 1000010 | 0 | 10100 | 100101010 | 111001 | 110110 |
Color Harmonies of #C746CC
Complementary color
Monochromatic Colors of #C746CC
Black with #C746CC
Text Example
Text Example
White with #C746CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746CC; }
p { color: rgb(199,70,204); }
H1.HeaderClassName
{
color: #C746CC;
}
.AnyTagClassName
{
color: #C746CC;
}
</style>
background-color css
<style>
a { background-color: #C746CC; }
a { background-color: rgb(199,70,204); }
div.DivClassName
{
background-color: #C746CC;
}
.BgClassName
{
background-color: #C746CC;
}
</style>
border-color css
<style>
span { border-color: #C746CC; }
span { border-color: rgb(199,70,204); }
td.TdClassName
{
border-color: #C746CC;
}
.TagClassName
{
border-color: #C746CC;
}
</style>