Shades of Fuchsia #CF6AB3
Tints of Fuchsia #CF6AB3
RGB
CMYK
RGB Variations
Color information
#CF6AB3 (or 0xCF6AB3) is known color: Fuchsia. HEX triplet: CF, 6A and B3. RGB value is (207,106,179). Sum of RGB (Red+Green+Blue) = 207+106+179=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AB3 is #30954C. Grayscale: #909090. Windows color (decimal): -3183949 or 11758287. OLE color: 11758287.
HSL color Cylindrical-coordinate representation of color #CF6AB3: hue angle of 316.63º 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 #CF6AB3 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 179 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.19 |
| HSL | 316.63º | 0.51% | 0.61% | - |
| HSV(B) | 316.63º | 0.49% | 0.81% | - |
| XYZ | 39.02 | 26.83 | 45.77 | - |
| YUV | 144.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 179 | 0 | 0.49 | 0.14 | 0.19 | 316.63 | 0.51 | 0.61 |
| Hex | CF | 6A | B3 | 0 | 31 | E | 13 | 13D | 33 | 3D |
| Octal | 317 | 152 | 263 | 0 | 61 | 16 | 23 | 475 | 63 | 75 |
| Binary | 11001111 | 1101010 | 10110011 | 0 | 110001 | 1110 | 10011 | 100111101 | 110011 | 111101 |
Color Harmonies of #CF6AB3
Complementary color
Monochromatic Colors of #CF6AB3
Black with #CF6AB3
Text Example
Text Example
White with #CF6AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AB3; }
p { color: rgb(207,106,179); }
H1.HeaderClassName
{
color: #CF6AB3;
}
.AnyTagClassName
{
color: #CF6AB3;
}
</style>
background-color css
<style>
a { background-color: #CF6AB3; }
a { background-color: rgb(207,106,179); }
div.DivClassName
{
background-color: #CF6AB3;
}
.BgClassName
{
background-color: #CF6AB3;
}
</style>
border-color css
<style>
span { border-color: #CF6AB3; }
span { border-color: rgb(207,106,179); }
td.TdClassName
{
border-color: #CF6AB3;
}
.TagClassName
{
border-color: #CF6AB3;
}
</style>