Shades of Fuchsia #CF6CB6
Tints of Fuchsia #CF6CB6
RGB
CMYK
RGB Variations
Color information
#CF6CB6 (or 0xCF6CB6) is known color: Fuchsia. HEX triplet: CF, 6C and B6. RGB value is (207,108,182). Sum of RGB (Red+Green+Blue) = 207+108+182=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CB6 is #309349. Grayscale: #919191. Windows color (decimal): -3183434 or 11955407. OLE color: 11955407.
HSL color Cylindrical-coordinate representation of color #CF6CB6: hue angle of 315.15º 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 #CF6CB6 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 182 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.19 |
| HSL | 315.15º | 0.51% | 0.62% | - |
| HSV(B) | 315.15º | 0.48% | 0.81% | - |
| XYZ | 39.54 | 27.37 | 47.45 | - |
| YUV | 146.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 182 | 0 | 0.48 | 0.12 | 0.19 | 315.15 | 0.51 | 0.62 |
| Hex | CF | 6C | B6 | 0 | 30 | C | 13 | 13B | 33 | 3E |
| Octal | 317 | 154 | 266 | 0 | 60 | 14 | 23 | 473 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10110110 | 0 | 110000 | 1100 | 10011 | 100111011 | 110011 | 111110 |
Color Harmonies of #CF6CB6
Complementary color
Monochromatic Colors of #CF6CB6
Black with #CF6CB6
Text Example
Text Example
White with #CF6CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CB6; }
p { color: rgb(207,108,182); }
H1.HeaderClassName
{
color: #CF6CB6;
}
.AnyTagClassName
{
color: #CF6CB6;
}
</style>
background-color css
<style>
a { background-color: #CF6CB6; }
a { background-color: rgb(207,108,182); }
div.DivClassName
{
background-color: #CF6CB6;
}
.BgClassName
{
background-color: #CF6CB6;
}
</style>
border-color css
<style>
span { border-color: #CF6CB6; }
span { border-color: rgb(207,108,182); }
td.TdClassName
{
border-color: #CF6CB6;
}
.TagClassName
{
border-color: #CF6CB6;
}
</style>