Shades of Fuchsia #C742D0
Tints of Fuchsia #C742D0
RGB
CMYK
RGB Variations
Color information
#C742D0 (or 0xC742D0) is known color: Fuchsia. HEX triplet: C7, 42 and D0. RGB value is (199,66,208). Sum of RGB (Red+Green+Blue) = 199+66+208=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #C742D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742D0 is #38BD2F. Grayscale: #797979. Windows color (decimal): -3718448 or 13648583. OLE color: 13648583.
HSL color Cylindrical-coordinate representation of color #C742D0: hue angle of 296.2º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C742D0 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 66 | 208 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.18 |
| HSL | 296.2º | 0.6% | 0.54% | - |
| HSV(B) | 296.2º | 0.68% | 0.82% | - |
| XYZ | 36.89 | 20.59 | 61.71 | - |
| YUV | 121.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 208 | 0.04 | 0.68 | 0 | 0.18 | 296.2 | 0.6 | 0.54 |
| Hex | C7 | 42 | D0 | 4 | 44 | 0 | 12 | 128 | 3C | 36 |
| Octal | 307 | 102 | 320 | 4 | 104 | 0 | 22 | 450 | 74 | 66 |
| Binary | 11000111 | 1000010 | 11010000 | 100 | 1000100 | 0 | 10010 | 100101000 | 111100 | 110110 |
Color Harmonies of #C742D0
Complementary color
Monochromatic Colors of #C742D0
Black with #C742D0
Text Example
Text Example
White with #C742D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742D0; }
p { color: rgb(199,66,208); }
H1.HeaderClassName
{
color: #C742D0;
}
.AnyTagClassName
{
color: #C742D0;
}
</style>
background-color css
<style>
a { background-color: #C742D0; }
a { background-color: rgb(199,66,208); }
div.DivClassName
{
background-color: #C742D0;
}
.BgClassName
{
background-color: #C742D0;
}
</style>
border-color css
<style>
span { border-color: #C742D0; }
span { border-color: rgb(199,66,208); }
td.TdClassName
{
border-color: #C742D0;
}
.TagClassName
{
border-color: #C742D0;
}
</style>