Shades of Fuchsia #CF6CB3
Tints of Fuchsia #CF6CB3
RGB
CMYK
RGB Variations
Color information
#CF6CB3 (or 0xCF6CB3) is known color: Fuchsia. HEX triplet: CF, 6C and B3. RGB value is (207,108,179). Sum of RGB (Red+Green+Blue) = 207+108+179=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CB3 is #30934C. Grayscale: #919191. Windows color (decimal): -3183437 or 11758799. OLE color: 11758799.
HSL color Cylindrical-coordinate representation of color #CF6CB3: hue angle of 316.97º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6CB3 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 179 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.19 |
| HSL | 316.97º | 0.51% | 0.62% | - |
| HSV(B) | 316.97º | 0.48% | 0.81% | - |
| XYZ | 39.23 | 27.25 | 45.84 | - |
| YUV | 145.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 179 | 0 | 0.48 | 0.14 | 0.19 | 316.97 | 0.51 | 0.62 |
| Hex | CF | 6C | B3 | 0 | 30 | E | 13 | 13D | 33 | 3E |
| Octal | 317 | 154 | 263 | 0 | 60 | 16 | 23 | 475 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10110011 | 0 | 110000 | 1110 | 10011 | 100111101 | 110011 | 111110 |
Color Harmonies of #CF6CB3
Complementary color
Monochromatic Colors of #CF6CB3
Black with #CF6CB3
Text Example
Text Example
White with #CF6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CB3; }
p { color: rgb(207,108,179); }
H1.HeaderClassName
{
color: #CF6CB3;
}
.AnyTagClassName
{
color: #CF6CB3;
}
</style>
background-color css
<style>
a { background-color: #CF6CB3; }
a { background-color: rgb(207,108,179); }
div.DivClassName
{
background-color: #CF6CB3;
}
.BgClassName
{
background-color: #CF6CB3;
}
</style>
border-color css
<style>
span { border-color: #CF6CB3; }
span { border-color: rgb(207,108,179); }
td.TdClassName
{
border-color: #CF6CB3;
}
.TagClassName
{
border-color: #CF6CB3;
}
</style>