Shades of Fuchsia #C74BCF
Tints of Fuchsia #C74BCF
RGB
CMYK
RGB Variations
Color information
#C74BCF (or 0xC74BCF) is known color: Fuchsia. HEX triplet: C7, 4B and CF. RGB value is (199,75,207). Sum of RGB (Red+Green+Blue) = 199+75+207=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C74BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BCF is #38B430. Grayscale: #7E7E7E. Windows color (decimal): -3716145 or 13585351. OLE color: 13585351.
HSL color Cylindrical-coordinate representation of color #C74BCF: hue angle of 296.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74BCF is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 75 | 207 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.19 |
| HSL | 296.36º | 0.58% | 0.55% | - |
| HSV(B) | 296.36º | 0.64% | 0.81% | - |
| XYZ | 37.33 | 21.68 | 61.25 | - |
| YUV | 127.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 207 | 0.04 | 0.64 | 0 | 0.19 | 296.36 | 0.58 | 0.55 |
| Hex | C7 | 4B | CF | 4 | 40 | 0 | 13 | 128 | 3A | 37 |
| Octal | 307 | 113 | 317 | 4 | 100 | 0 | 23 | 450 | 72 | 67 |
| Binary | 11000111 | 1001011 | 11001111 | 100 | 1000000 | 0 | 10011 | 100101000 | 111010 | 110111 |
Color Harmonies of #C74BCF
Complementary color
Monochromatic Colors of #C74BCF
Black with #C74BCF
Text Example
Text Example
White with #C74BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BCF; }
p { color: rgb(199,75,207); }
H1.HeaderClassName
{
color: #C74BCF;
}
.AnyTagClassName
{
color: #C74BCF;
}
</style>
background-color css
<style>
a { background-color: #C74BCF; }
a { background-color: rgb(199,75,207); }
div.DivClassName
{
background-color: #C74BCF;
}
.BgClassName
{
background-color: #C74BCF;
}
</style>
border-color css
<style>
span { border-color: #C74BCF; }
span { border-color: rgb(199,75,207); }
td.TdClassName
{
border-color: #C74BCF;
}
.TagClassName
{
border-color: #C74BCF;
}
</style>