Shades of Fuchsia #CF6AB4
Tints of Fuchsia #CF6AB4
RGB
CMYK
RGB Variations
Color information
#CF6AB4 (or 0xCF6AB4) is known color: Fuchsia. HEX triplet: CF, 6A and B4. RGB value is (207,106,180). Sum of RGB (Red+Green+Blue) = 207+106+180=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AB4 is #30954B. Grayscale: #909090. Windows color (decimal): -3183948 or 11823823. OLE color: 11823823.
HSL color Cylindrical-coordinate representation of color #CF6AB4: hue angle of 316.04º 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 #CF6AB4 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 180 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.19 |
| HSL | 316.04º | 0.51% | 0.61% | - |
| HSV(B) | 316.04º | 0.49% | 0.81% | - |
| XYZ | 39.12 | 26.87 | 46.3 | - |
| YUV | 144.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 180 | 0 | 0.49 | 0.13 | 0.19 | 316.04 | 0.51 | 0.61 |
| Hex | CF | 6A | B4 | 0 | 31 | D | 13 | 13C | 33 | 3D |
| Octal | 317 | 152 | 264 | 0 | 61 | 15 | 23 | 474 | 63 | 75 |
| Binary | 11001111 | 1101010 | 10110100 | 0 | 110001 | 1101 | 10011 | 100111100 | 110011 | 111101 |
Color Harmonies of #CF6AB4
Complementary color
Monochromatic Colors of #CF6AB4
Black with #CF6AB4
Text Example
Text Example
White with #CF6AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AB4; }
p { color: rgb(207,106,180); }
H1.HeaderClassName
{
color: #CF6AB4;
}
.AnyTagClassName
{
color: #CF6AB4;
}
</style>
background-color css
<style>
a { background-color: #CF6AB4; }
a { background-color: rgb(207,106,180); }
div.DivClassName
{
background-color: #CF6AB4;
}
.BgClassName
{
background-color: #CF6AB4;
}
</style>
border-color css
<style>
span { border-color: #CF6AB4; }
span { border-color: rgb(207,106,180); }
td.TdClassName
{
border-color: #CF6AB4;
}
.TagClassName
{
border-color: #CF6AB4;
}
</style>