Shades of Fuchsia #CF6DB3
Tints of Fuchsia #CF6DB3
RGB
CMYK
RGB Variations
Color information
#CF6DB3 (or 0xCF6DB3) is known color: Fuchsia. HEX triplet: CF, 6D and B3. RGB value is (207,109,179). Sum of RGB (Red+Green+Blue) = 207+109+179=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DB3 is #30924C. Grayscale: #929292. Windows color (decimal): -3183181 or 11759055. OLE color: 11759055.
HSL color Cylindrical-coordinate representation of color #CF6DB3: hue angle of 317.14º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DB3 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 179 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.19 |
| HSL | 317.14º | 0.51% | 0.62% | - |
| HSV(B) | 317.14º | 0.47% | 0.81% | - |
| XYZ | 39.34 | 27.46 | 45.87 | - |
| YUV | 146.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 179 | 0 | 0.47 | 0.14 | 0.19 | 317.14 | 0.51 | 0.62 |
| Hex | CF | 6D | B3 | 0 | 2F | E | 13 | 13D | 33 | 3E |
| Octal | 317 | 155 | 263 | 0 | 57 | 16 | 23 | 475 | 63 | 76 |
| Binary | 11001111 | 1101101 | 10110011 | 0 | 101111 | 1110 | 10011 | 100111101 | 110011 | 111110 |
Color Harmonies of #CF6DB3
Complementary color
Monochromatic Colors of #CF6DB3
Black with #CF6DB3
Text Example
Text Example
White with #CF6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DB3; }
p { color: rgb(207,109,179); }
H1.HeaderClassName
{
color: #CF6DB3;
}
.AnyTagClassName
{
color: #CF6DB3;
}
</style>
background-color css
<style>
a { background-color: #CF6DB3; }
a { background-color: rgb(207,109,179); }
div.DivClassName
{
background-color: #CF6DB3;
}
.BgClassName
{
background-color: #CF6DB3;
}
</style>
border-color css
<style>
span { border-color: #CF6DB3; }
span { border-color: rgb(207,109,179); }
td.TdClassName
{
border-color: #CF6DB3;
}
.TagClassName
{
border-color: #CF6DB3;
}
</style>