Shades of Fuchsia #CF51CB
Tints of Fuchsia #CF51CB
RGB
CMYK
RGB Variations
Color information
#CF51CB (or 0xCF51CB) is known color: Fuchsia. HEX triplet: CF, 51 and CB. RGB value is (207,81,203). Sum of RGB (Red+Green+Blue) = 207+81+203=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51CB is #30AE34. Grayscale: #848484. Windows color (decimal): -3190325 or 13324751. OLE color: 13324751.
HSL color Cylindrical-coordinate representation of color #CF51CB: hue angle of 301.9º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF51CB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 203 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.19 |
| HSL | 301.9º | 0.57% | 0.56% | - |
| HSV(B) | 301.9º | 0.61% | 0.81% | - |
| XYZ | 39.45 | 23.46 | 58.95 | - |
| YUV | 132.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 203 | 0 | 0.61 | 0.02 | 0.19 | 301.9 | 0.57 | 0.56 |
| Hex | CF | 51 | CB | 0 | 3D | 2 | 13 | 12E | 39 | 38 |
| Octal | 317 | 121 | 313 | 0 | 75 | 2 | 23 | 456 | 71 | 70 |
| Binary | 11001111 | 1010001 | 11001011 | 0 | 111101 | 10 | 10011 | 100101110 | 111001 | 111000 |
Color Harmonies of #CF51CB
Complementary color
Monochromatic Colors of #CF51CB
Black with #CF51CB
Text Example
Text Example
White with #CF51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51CB; }
p { color: rgb(207,81,203); }
H1.HeaderClassName
{
color: #CF51CB;
}
.AnyTagClassName
{
color: #CF51CB;
}
</style>
background-color css
<style>
a { background-color: #CF51CB; }
a { background-color: rgb(207,81,203); }
div.DivClassName
{
background-color: #CF51CB;
}
.BgClassName
{
background-color: #CF51CB;
}
</style>
border-color css
<style>
span { border-color: #CF51CB; }
span { border-color: rgb(207,81,203); }
td.TdClassName
{
border-color: #CF51CB;
}
.TagClassName
{
border-color: #CF51CB;
}
</style>