Shades of Fuchsia #CF46C7
Tints of Fuchsia #CF46C7
RGB
CMYK
RGB Variations
Color information
#CF46C7 (or 0xCF46C7) is known color: Fuchsia. HEX triplet: CF, 46 and C7. RGB value is (207,70,199). Sum of RGB (Red+Green+Blue) = 207+70+199=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46C7 is #30B938. Grayscale: #7D7D7D. Windows color (decimal): -3193145 or 13059791. OLE color: 13059791.
HSL color Cylindrical-coordinate representation of color #CF46C7: hue angle of 303.5º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF46C7 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 199 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.19 |
| HSL | 303.5º | 0.59% | 0.54% | - |
| HSV(B) | 303.5º | 0.66% | 0.81% | - |
| XYZ | 38.23 | 21.77 | 56.22 | - |
| YUV | 125.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 199 | 0 | 0.66 | 0.04 | 0.19 | 303.5 | 0.59 | 0.54 |
| Hex | CF | 46 | C7 | 0 | 42 | 4 | 13 | 130 | 3B | 36 |
| Octal | 317 | 106 | 307 | 0 | 102 | 4 | 23 | 460 | 73 | 66 |
| Binary | 11001111 | 1000110 | 11000111 | 0 | 1000010 | 100 | 10011 | 100110000 | 111011 | 110110 |
Color Harmonies of #CF46C7
Complementary color
Monochromatic Colors of #CF46C7
Black with #CF46C7
Text Example
Text Example
White with #CF46C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46C7; }
p { color: rgb(207,70,199); }
H1.HeaderClassName
{
color: #CF46C7;
}
.AnyTagClassName
{
color: #CF46C7;
}
</style>
background-color css
<style>
a { background-color: #CF46C7; }
a { background-color: rgb(207,70,199); }
div.DivClassName
{
background-color: #CF46C7;
}
.BgClassName
{
background-color: #CF46C7;
}
</style>
border-color css
<style>
span { border-color: #CF46C7; }
span { border-color: rgb(207,70,199); }
td.TdClassName
{
border-color: #CF46C7;
}
.TagClassName
{
border-color: #CF46C7;
}
</style>