Shades of Fuchsia #C742CF
Tints of Fuchsia #C742CF
RGB
CMYK
RGB Variations
Color information
#C742CF (or 0xC742CF) is known color: Fuchsia. HEX triplet: C7, 42 and CF. RGB value is (199,66,207). Sum of RGB (Red+Green+Blue) = 199+66+207=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #C742CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742CF is #38BD30. Grayscale: #797979. Windows color (decimal): -3718449 or 13583047. OLE color: 13583047.
HSL color Cylindrical-coordinate representation of color #C742CF: hue angle of 296.6º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C742CF is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 66 | 207 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.19 |
| HSL | 296.6º | 0.59% | 0.54% | - |
| HSV(B) | 296.6º | 0.68% | 0.81% | - |
| XYZ | 36.76 | 20.54 | 61.06 | - |
| YUV | 121.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 207 | 0.04 | 0.68 | 0 | 0.19 | 296.6 | 0.59 | 0.54 |
| Hex | C7 | 42 | CF | 4 | 44 | 0 | 13 | 129 | 3B | 36 |
| Octal | 307 | 102 | 317 | 4 | 104 | 0 | 23 | 451 | 73 | 66 |
| Binary | 11000111 | 1000010 | 11001111 | 100 | 1000100 | 0 | 10011 | 100101001 | 111011 | 110110 |
Color Harmonies of #C742CF
Complementary color
Monochromatic Colors of #C742CF
Black with #C742CF
Text Example
Text Example
White with #C742CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742CF; }
p { color: rgb(199,66,207); }
H1.HeaderClassName
{
color: #C742CF;
}
.AnyTagClassName
{
color: #C742CF;
}
</style>
background-color css
<style>
a { background-color: #C742CF; }
a { background-color: rgb(199,66,207); }
div.DivClassName
{
background-color: #C742CF;
}
.BgClassName
{
background-color: #C742CF;
}
</style>
border-color css
<style>
span { border-color: #C742CF; }
span { border-color: rgb(199,66,207); }
td.TdClassName
{
border-color: #C742CF;
}
.TagClassName
{
border-color: #C742CF;
}
</style>