Shades of Fuchsia #CF5CCF
Tints of Fuchsia #CF5CCF
RGB
CMYK
RGB Variations
Color information
#CF5CCF (or 0xCF5CCF) is known color: Fuchsia. HEX triplet: CF, 5C and CF. RGB value is (207,92,207). Sum of RGB (Red+Green+Blue) = 207+92+207=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CCF is #30A330. Grayscale: #8B8B8B. Windows color (decimal): -3187505 or 13589711. OLE color: 13589711.
HSL color Cylindrical-coordinate representation of color #CF5CCF: hue angle of 300º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CCF is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 207 | - |
| CMYK | 0 | 0.56 | 0 | 0.19 |
| HSL | 300º | 0.55% | 0.59% | - |
| HSV(B) | 300º | 0.56% | 0.81% | - |
| XYZ | 40.82 | 25.42 | 61.79 | - |
| YUV | 139.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 207 | 0 | 0.56 | 0 | 0.19 | 300 | 0.55 | 0.59 |
| Hex | CF | 5C | CF | 0 | 38 | 0 | 13 | 12C | 37 | 3B |
| Octal | 317 | 134 | 317 | 0 | 70 | 0 | 23 | 454 | 67 | 73 |
| Binary | 11001111 | 1011100 | 11001111 | 0 | 111000 | 0 | 10011 | 100101100 | 110111 | 111011 |
Color Harmonies of #CF5CCF
Complementary color
Monochromatic Colors of #CF5CCF
Black with #CF5CCF
Text Example
Text Example
White with #CF5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CCF; }
p { color: rgb(207,92,207); }
H1.HeaderClassName
{
color: #CF5CCF;
}
.AnyTagClassName
{
color: #CF5CCF;
}
</style>
background-color css
<style>
a { background-color: #CF5CCF; }
a { background-color: rgb(207,92,207); }
div.DivClassName
{
background-color: #CF5CCF;
}
.BgClassName
{
background-color: #CF5CCF;
}
</style>
border-color css
<style>
span { border-color: #CF5CCF; }
span { border-color: rgb(207,92,207); }
td.TdClassName
{
border-color: #CF5CCF;
}
.TagClassName
{
border-color: #CF5CCF;
}
</style>