Shades of Fuchsia #CF31CC
Tints of Fuchsia #CF31CC
RGB
CMYK
RGB Variations
Color information
#CF31CC (or 0xCF31CC) is known color: Fuchsia. HEX triplet: CF, 31 and CC. RGB value is (207,49,204). Sum of RGB (Red+Green+Blue) = 207+49+204=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31CC is #30CE33. Grayscale: #717171. Windows color (decimal): -3198516 or 13382095. OLE color: 13382095.
HSL color Cylindrical-coordinate representation of color #CF31CC: hue angle of 301.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF31CC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 204 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.19 |
| HSL | 301.14º | 0.62% | 0.5% | - |
| HSV(B) | 301.14º | 0.76% | 0.81% | - |
| XYZ | 37.73 | 19.82 | 58.96 | - |
| YUV | 113.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 204 | 0 | 0.76 | 0.01 | 0.19 | 301.14 | 0.62 | 0.5 |
| Hex | CF | 31 | CC | 0 | 4C | 1 | 13 | 12D | 3E | 32 |
| Octal | 317 | 61 | 314 | 0 | 114 | 1 | 23 | 455 | 76 | 62 |
| Binary | 11001111 | 110001 | 11001100 | 0 | 1001100 | 1 | 10011 | 100101101 | 111110 | 110010 |
Color Harmonies of #CF31CC
Complementary color
Monochromatic Colors of #CF31CC
Black with #CF31CC
Text Example
Text Example
White with #CF31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31CC; }
p { color: rgb(207,49,204); }
H1.HeaderClassName
{
color: #CF31CC;
}
.AnyTagClassName
{
color: #CF31CC;
}
</style>
background-color css
<style>
a { background-color: #CF31CC; }
a { background-color: rgb(207,49,204); }
div.DivClassName
{
background-color: #CF31CC;
}
.BgClassName
{
background-color: #CF31CC;
}
</style>
border-color css
<style>
span { border-color: #CF31CC; }
span { border-color: rgb(207,49,204); }
td.TdClassName
{
border-color: #CF31CC;
}
.TagClassName
{
border-color: #CF31CC;
}
</style>