Shades of Fuchsia #CF54CC
Tints of Fuchsia #CF54CC
RGB
CMYK
RGB Variations
Color information
#CF54CC (or 0xCF54CC) is known color: Fuchsia. HEX triplet: CF, 54 and CC. RGB value is (207,84,204). Sum of RGB (Red+Green+Blue) = 207+84+204=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54CC is #30AB33. Grayscale: #868686. Windows color (decimal): -3189556 or 13391055. OLE color: 13391055.
HSL color Cylindrical-coordinate representation of color #CF54CC: hue angle of 301.46º 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 #CF54CC is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 204 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.19 |
| HSL | 301.46º | 0.56% | 0.57% | - |
| HSV(B) | 301.46º | 0.59% | 0.81% | - |
| XYZ | 39.8 | 23.97 | 59.65 | - |
| YUV | 134.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 204 | 0 | 0.59 | 0.01 | 0.19 | 301.46 | 0.56 | 0.57 |
| Hex | CF | 54 | CC | 0 | 3B | 1 | 13 | 12D | 38 | 39 |
| Octal | 317 | 124 | 314 | 0 | 73 | 1 | 23 | 455 | 70 | 71 |
| Binary | 11001111 | 1010100 | 11001100 | 0 | 111011 | 1 | 10011 | 100101101 | 111000 | 111001 |
Color Harmonies of #CF54CC
Complementary color
Monochromatic Colors of #CF54CC
Black with #CF54CC
Text Example
Text Example
White with #CF54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54CC; }
p { color: rgb(207,84,204); }
H1.HeaderClassName
{
color: #CF54CC;
}
.AnyTagClassName
{
color: #CF54CC;
}
</style>
background-color css
<style>
a { background-color: #CF54CC; }
a { background-color: rgb(207,84,204); }
div.DivClassName
{
background-color: #CF54CC;
}
.BgClassName
{
background-color: #CF54CC;
}
</style>
border-color css
<style>
span { border-color: #CF54CC; }
span { border-color: rgb(207,84,204); }
td.TdClassName
{
border-color: #CF54CC;
}
.TagClassName
{
border-color: #CF54CC;
}
</style>