Shades of Fuchsia #CF50CB
Tints of Fuchsia #CF50CB
RGB
CMYK
RGB Variations
Color information
#CF50CB (or 0xCF50CB) is known color: Fuchsia. HEX triplet: CF, 50 and CB. RGB value is (207,80,203). Sum of RGB (Red+Green+Blue) = 207+80+203=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50CB is #30AF34. Grayscale: #838383. Windows color (decimal): -3190581 or 13324495. OLE color: 13324495.
HSL color Cylindrical-coordinate representation of color #CF50CB: hue angle of 301.89º 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 #CF50CB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 203 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.19 |
| HSL | 301.89º | 0.57% | 0.56% | - |
| HSV(B) | 301.89º | 0.61% | 0.81% | - |
| XYZ | 39.38 | 23.31 | 58.92 | - |
| YUV | 132 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 203 | 0 | 0.61 | 0.02 | 0.19 | 301.89 | 0.57 | 0.56 |
| Hex | CF | 50 | CB | 0 | 3D | 2 | 13 | 12E | 39 | 38 |
| Octal | 317 | 120 | 313 | 0 | 75 | 2 | 23 | 456 | 71 | 70 |
| Binary | 11001111 | 1010000 | 11001011 | 0 | 111101 | 10 | 10011 | 100101110 | 111001 | 111000 |
Color Harmonies of #CF50CB
Complementary color
Monochromatic Colors of #CF50CB
Black with #CF50CB
Text Example
Text Example
White with #CF50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50CB; }
p { color: rgb(207,80,203); }
H1.HeaderClassName
{
color: #CF50CB;
}
.AnyTagClassName
{
color: #CF50CB;
}
</style>
background-color css
<style>
a { background-color: #CF50CB; }
a { background-color: rgb(207,80,203); }
div.DivClassName
{
background-color: #CF50CB;
}
.BgClassName
{
background-color: #CF50CB;
}
</style>
border-color css
<style>
span { border-color: #CF50CB; }
span { border-color: rgb(207,80,203); }
td.TdClassName
{
border-color: #CF50CB;
}
.TagClassName
{
border-color: #CF50CB;
}
</style>