Shades of Fuchsia #CF31BD
Tints of Fuchsia #CF31BD
RGB
CMYK
RGB Variations
Color information
#CF31BD (or 0xCF31BD) is known color: Fuchsia. HEX triplet: CF, 31 and BD. RGB value is (207,49,189). Sum of RGB (Red+Green+Blue) = 207+49+189=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31BD is #30CE42. Grayscale: #6F6F6F. Windows color (decimal): -3198531 or 12399055. OLE color: 12399055.
HSL color Cylindrical-coordinate representation of color #CF31BD: hue angle of 306.84º 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 #CF31BD is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 189 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.19 |
| HSL | 306.84º | 0.62% | 0.5% | - |
| HSV(B) | 306.84º | 0.76% | 0.81% | - |
| XYZ | 36.02 | 19.14 | 49.94 | - |
| YUV | 112.2 | 171.35 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 189 | 0 | 0.76 | 0.09 | 0.19 | 306.84 | 0.62 | 0.5 |
| Hex | CF | 31 | BD | 0 | 4C | 9 | 13 | 133 | 3E | 32 |
| Octal | 317 | 61 | 275 | 0 | 114 | 11 | 23 | 463 | 76 | 62 |
| Binary | 11001111 | 110001 | 10111101 | 0 | 1001100 | 1001 | 10011 | 100110011 | 111110 | 110010 |
Color Harmonies of #CF31BD
Complementary color
Monochromatic Colors of #CF31BD
Black with #CF31BD
Text Example
Text Example
White with #CF31BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31BD; }
p { color: rgb(207,49,189); }
H1.HeaderClassName
{
color: #CF31BD;
}
.AnyTagClassName
{
color: #CF31BD;
}
</style>
background-color css
<style>
a { background-color: #CF31BD; }
a { background-color: rgb(207,49,189); }
div.DivClassName
{
background-color: #CF31BD;
}
.BgClassName
{
background-color: #CF31BD;
}
</style>
border-color css
<style>
span { border-color: #CF31BD; }
span { border-color: rgb(207,49,189); }
td.TdClassName
{
border-color: #CF31BD;
}
.TagClassName
{
border-color: #CF31BD;
}
</style>