Shades of Fuchsia #CF54C6
Tints of Fuchsia #CF54C6
RGB
CMYK
RGB Variations
Color information
#CF54C6 (or 0xCF54C6) is known color: Fuchsia. HEX triplet: CF, 54 and C6. RGB value is (207,84,198). Sum of RGB (Red+Green+Blue) = 207+84+198=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54C6 is #30AB39. Grayscale: #858585. Windows color (decimal): -3189562 or 12997839. OLE color: 12997839.
HSL color Cylindrical-coordinate representation of color #CF54C6: hue angle of 304.39º 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 #CF54C6 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 198 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.19 |
| HSL | 304.39º | 0.56% | 0.57% | - |
| HSV(B) | 304.39º | 0.59% | 0.81% | - |
| XYZ | 39.1 | 23.68 | 55.94 | - |
| YUV | 133.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 198 | 0 | 0.59 | 0.04 | 0.19 | 304.39 | 0.56 | 0.57 |
| Hex | CF | 54 | C6 | 0 | 3B | 4 | 13 | 130 | 38 | 39 |
| Octal | 317 | 124 | 306 | 0 | 73 | 4 | 23 | 460 | 70 | 71 |
| Binary | 11001111 | 1010100 | 11000110 | 0 | 111011 | 100 | 10011 | 100110000 | 111000 | 111001 |
Color Harmonies of #CF54C6
Complementary color
Monochromatic Colors of #CF54C6
Black with #CF54C6
Text Example
Text Example
White with #CF54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54C6; }
p { color: rgb(207,84,198); }
H1.HeaderClassName
{
color: #CF54C6;
}
.AnyTagClassName
{
color: #CF54C6;
}
</style>
background-color css
<style>
a { background-color: #CF54C6; }
a { background-color: rgb(207,84,198); }
div.DivClassName
{
background-color: #CF54C6;
}
.BgClassName
{
background-color: #CF54C6;
}
</style>
border-color css
<style>
span { border-color: #CF54C6; }
span { border-color: rgb(207,84,198); }
td.TdClassName
{
border-color: #CF54C6;
}
.TagClassName
{
border-color: #CF54C6;
}
</style>