Shades of Fuchsia #CF3FCB
Tints of Fuchsia #CF3FCB
RGB
CMYK
RGB Variations
Color information
#CF3FCB (or 0xCF3FCB) is known color: Fuchsia. HEX triplet: CF, 3F and CB. RGB value is (207,63,203). Sum of RGB (Red+Green+Blue) = 207+63+203=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FCB is #30C034. Grayscale: #797979. Windows color (decimal): -3194933 or 13320143. OLE color: 13320143.
HSL color Cylindrical-coordinate representation of color #CF3FCB: hue angle of 301.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3FCB is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 203 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.19 |
| HSL | 301.67º | 0.6% | 0.53% | - |
| HSV(B) | 301.67º | 0.7% | 0.81% | - |
| XYZ | 38.29 | 21.13 | 58.56 | - |
| YUV | 122.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 203 | 0 | 0.70 | 0.02 | 0.19 | 301.67 | 0.6 | 0.53 |
| Hex | CF | 3F | CB | 0 | 46 | 2 | 13 | 12E | 3C | 35 |
| Octal | 317 | 77 | 313 | 0 | 106 | 2 | 23 | 456 | 74 | 65 |
| Binary | 11001111 | 111111 | 11001011 | 0 | 1000110 | 10 | 10011 | 100101110 | 111100 | 110101 |
Color Harmonies of #CF3FCB
Complementary color
Monochromatic Colors of #CF3FCB
Black with #CF3FCB
Text Example
Text Example
White with #CF3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FCB; }
p { color: rgb(207,63,203); }
H1.HeaderClassName
{
color: #CF3FCB;
}
.AnyTagClassName
{
color: #CF3FCB;
}
</style>
background-color css
<style>
a { background-color: #CF3FCB; }
a { background-color: rgb(207,63,203); }
div.DivClassName
{
background-color: #CF3FCB;
}
.BgClassName
{
background-color: #CF3FCB;
}
</style>
border-color css
<style>
span { border-color: #CF3FCB; }
span { border-color: rgb(207,63,203); }
td.TdClassName
{
border-color: #CF3FCB;
}
.TagClassName
{
border-color: #CF3FCB;
}
</style>