Shades of Fuchsia #CF54CB
Tints of Fuchsia #CF54CB
RGB
CMYK
RGB Variations
Color information
#CF54CB (or 0xCF54CB) is known color: Fuchsia. HEX triplet: CF, 54 and CB. RGB value is (207,84,203). Sum of RGB (Red+Green+Blue) = 207+84+203=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54CB is #30AB34. Grayscale: #858585. Windows color (decimal): -3189557 or 13325519. OLE color: 13325519.
HSL color Cylindrical-coordinate representation of color #CF54CB: hue angle of 301.95º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF54CB is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 203 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.19 |
| HSL | 301.95º | 0.56% | 0.57% | - |
| HSV(B) | 301.95º | 0.59% | 0.81% | - |
| XYZ | 39.68 | 23.92 | 59.03 | - |
| YUV | 134.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 203 | 0 | 0.59 | 0.02 | 0.19 | 301.95 | 0.56 | 0.57 |
| Hex | CF | 54 | CB | 0 | 3B | 2 | 13 | 12E | 38 | 39 |
| Octal | 317 | 124 | 313 | 0 | 73 | 2 | 23 | 456 | 70 | 71 |
| Binary | 11001111 | 1010100 | 11001011 | 0 | 111011 | 10 | 10011 | 100101110 | 111000 | 111001 |
Color Harmonies of #CF54CB
Complementary color
Monochromatic Colors of #CF54CB
Black with #CF54CB
Text Example
Text Example
White with #CF54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54CB; }
p { color: rgb(207,84,203); }
H1.HeaderClassName
{
color: #CF54CB;
}
.AnyTagClassName
{
color: #CF54CB;
}
</style>
background-color css
<style>
a { background-color: #CF54CB; }
a { background-color: rgb(207,84,203); }
div.DivClassName
{
background-color: #CF54CB;
}
.BgClassName
{
background-color: #CF54CB;
}
</style>
border-color css
<style>
span { border-color: #CF54CB; }
span { border-color: rgb(207,84,203); }
td.TdClassName
{
border-color: #CF54CB;
}
.TagClassName
{
border-color: #CF54CB;
}
</style>