Shades of Fuchsia #CF6FB5
Tints of Fuchsia #CF6FB5
RGB
CMYK
RGB Variations
Color information
#CF6FB5 (or 0xCF6FB5) is known color: Fuchsia. HEX triplet: CF, 6F and B5. RGB value is (207,111,181). Sum of RGB (Red+Green+Blue) = 207+111+181=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FB5 is #30904A. Grayscale: #939393. Windows color (decimal): -3182667 or 11890639. OLE color: 11890639.
HSL color Cylindrical-coordinate representation of color #CF6FB5: hue angle of 316.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FB5 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 181 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.19 |
| HSL | 316.25º | 0.5% | 0.62% | - |
| HSV(B) | 316.25º | 0.46% | 0.81% | - |
| XYZ | 39.76 | 27.97 | 47.02 | - |
| YUV | 147.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 181 | 0 | 0.46 | 0.13 | 0.19 | 316.25 | 0.5 | 0.62 |
| Hex | CF | 6F | B5 | 0 | 2E | D | 13 | 13C | 32 | 3E |
| Octal | 317 | 157 | 265 | 0 | 56 | 15 | 23 | 474 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10110101 | 0 | 101110 | 1101 | 10011 | 100111100 | 110010 | 111110 |
Color Harmonies of #CF6FB5
Complementary color
Monochromatic Colors of #CF6FB5
Black with #CF6FB5
Text Example
Text Example
White with #CF6FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FB5; }
p { color: rgb(207,111,181); }
H1.HeaderClassName
{
color: #CF6FB5;
}
.AnyTagClassName
{
color: #CF6FB5;
}
</style>
background-color css
<style>
a { background-color: #CF6FB5; }
a { background-color: rgb(207,111,181); }
div.DivClassName
{
background-color: #CF6FB5;
}
.BgClassName
{
background-color: #CF6FB5;
}
</style>
border-color css
<style>
span { border-color: #CF6FB5; }
span { border-color: rgb(207,111,181); }
td.TdClassName
{
border-color: #CF6FB5;
}
.TagClassName
{
border-color: #CF6FB5;
}
</style>