Shades of Fuchsia #CF6AB2
Tints of Fuchsia #CF6AB2
RGB
CMYK
RGB Variations
Color information
#CF6AB2 (or 0xCF6AB2) is known color: Fuchsia. HEX triplet: CF, 6A and B2. RGB value is (207,106,178). Sum of RGB (Red+Green+Blue) = 207+106+178=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6AB2 is #30954D. Grayscale: #909090. Windows color (decimal): -3183950 or 11692751. OLE color: 11692751.
HSL color Cylindrical-coordinate representation of color #CF6AB2: hue angle of 317.23º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6AB2 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 178 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.19 |
| HSL | 317.23º | 0.51% | 0.61% | - |
| HSV(B) | 317.23º | 0.49% | 0.81% | - |
| XYZ | 38.92 | 26.79 | 45.24 | - |
| YUV | 144.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 178 | 0 | 0.49 | 0.14 | 0.19 | 317.23 | 0.51 | 0.61 |
| Hex | CF | 6A | B2 | 0 | 31 | E | 13 | 13D | 33 | 3D |
| Octal | 317 | 152 | 262 | 0 | 61 | 16 | 23 | 475 | 63 | 75 |
| Binary | 11001111 | 1101010 | 10110010 | 0 | 110001 | 1110 | 10011 | 100111101 | 110011 | 111101 |
Color Harmonies of #CF6AB2
Complementary color
Monochromatic Colors of #CF6AB2
Black with #CF6AB2
Text Example
Text Example
White with #CF6AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AB2; }
p { color: rgb(207,106,178); }
H1.HeaderClassName
{
color: #CF6AB2;
}
.AnyTagClassName
{
color: #CF6AB2;
}
</style>
background-color css
<style>
a { background-color: #CF6AB2; }
a { background-color: rgb(207,106,178); }
div.DivClassName
{
background-color: #CF6AB2;
}
.BgClassName
{
background-color: #CF6AB2;
}
</style>
border-color css
<style>
span { border-color: #CF6AB2; }
span { border-color: rgb(207,106,178); }
td.TdClassName
{
border-color: #CF6AB2;
}
.TagClassName
{
border-color: #CF6AB2;
}
</style>