Shades of Fuchsia #CF5CCE
Tints of Fuchsia #CF5CCE
RGB
CMYK
RGB Variations
Color information
#CF5CCE (or 0xCF5CCE) is known color: Fuchsia. HEX triplet: CF, 5C and CE. RGB value is (207,92,206). Sum of RGB (Red+Green+Blue) = 207+92+206=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CCE is #30A331. Grayscale: #8B8B8B. Windows color (decimal): -3187506 or 13524175. OLE color: 13524175.
HSL color Cylindrical-coordinate representation of color #CF5CCE: hue angle of 300.52º 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 #CF5CCE is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 206 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.19 |
| HSL | 300.52º | 0.55% | 0.59% | - |
| HSV(B) | 300.52º | 0.56% | 0.81% | - |
| XYZ | 40.7 | 25.38 | 61.15 | - |
| YUV | 139.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 206 | 0 | 0.56 | 0.00 | 0.19 | 300.52 | 0.55 | 0.59 |
| Hex | CF | 5C | CE | 0 | 38 | 0 | 13 | 12D | 37 | 3B |
| Octal | 317 | 134 | 316 | 0 | 70 | 0 | 23 | 455 | 67 | 73 |
| Binary | 11001111 | 1011100 | 11001110 | 0 | 111000 | 0 | 10011 | 100101101 | 110111 | 111011 |
Color Harmonies of #CF5CCE
Complementary color
Monochromatic Colors of #CF5CCE
Black with #CF5CCE
Text Example
Text Example
White with #CF5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CCE; }
p { color: rgb(207,92,206); }
H1.HeaderClassName
{
color: #CF5CCE;
}
.AnyTagClassName
{
color: #CF5CCE;
}
</style>
background-color css
<style>
a { background-color: #CF5CCE; }
a { background-color: rgb(207,92,206); }
div.DivClassName
{
background-color: #CF5CCE;
}
.BgClassName
{
background-color: #CF5CCE;
}
</style>
border-color css
<style>
span { border-color: #CF5CCE; }
span { border-color: rgb(207,92,206); }
td.TdClassName
{
border-color: #CF5CCE;
}
.TagClassName
{
border-color: #CF5CCE;
}
</style>