Shades of Fuchsia #CF46CC
Tints of Fuchsia #CF46CC
RGB
CMYK
RGB Variations
Color information
#CF46CC (or 0xCF46CC) is known color: Fuchsia. HEX triplet: CF, 46 and CC. RGB value is (207,70,204). Sum of RGB (Red+Green+Blue) = 207+70+204=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46CC is #30B933. Grayscale: #7D7D7D. Windows color (decimal): -3193140 or 13387471. OLE color: 13387471.
HSL color Cylindrical-coordinate representation of color #CF46CC: hue angle of 301.31º 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 #CF46CC is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 204 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.19 |
| HSL | 301.31º | 0.59% | 0.54% | - |
| HSV(B) | 301.31º | 0.66% | 0.81% | - |
| XYZ | 38.82 | 22.01 | 59.33 | - |
| YUV | 126.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 204 | 0 | 0.66 | 0.01 | 0.19 | 301.31 | 0.59 | 0.54 |
| Hex | CF | 46 | CC | 0 | 42 | 1 | 13 | 12D | 3B | 36 |
| Octal | 317 | 106 | 314 | 0 | 102 | 1 | 23 | 455 | 73 | 66 |
| Binary | 11001111 | 1000110 | 11001100 | 0 | 1000010 | 1 | 10011 | 100101101 | 111011 | 110110 |
Color Harmonies of #CF46CC
Complementary color
Monochromatic Colors of #CF46CC
Black with #CF46CC
Text Example
Text Example
White with #CF46CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46CC; }
p { color: rgb(207,70,204); }
H1.HeaderClassName
{
color: #CF46CC;
}
.AnyTagClassName
{
color: #CF46CC;
}
</style>
background-color css
<style>
a { background-color: #CF46CC; }
a { background-color: rgb(207,70,204); }
div.DivClassName
{
background-color: #CF46CC;
}
.BgClassName
{
background-color: #CF46CC;
}
</style>
border-color css
<style>
span { border-color: #CF46CC; }
span { border-color: rgb(207,70,204); }
td.TdClassName
{
border-color: #CF46CC;
}
.TagClassName
{
border-color: #CF46CC;
}
</style>