Shades of Fuchsia #CF6BB8
Tints of Fuchsia #CF6BB8
RGB
CMYK
RGB Variations
Color information
#CF6BB8 (or 0xCF6BB8) is known color: Fuchsia. HEX triplet: CF, 6B and B8. RGB value is (207,107,184). Sum of RGB (Red+Green+Blue) = 207+107+184=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BB8 is #309447. Grayscale: #919191. Windows color (decimal): -3183688 or 12086223. OLE color: 12086223.
HSL color Cylindrical-coordinate representation of color #CF6BB8: hue angle of 313.8º 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 #CF6BB8 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 184 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.19 |
| HSL | 313.8º | 0.51% | 0.62% | - |
| HSV(B) | 313.8º | 0.48% | 0.81% | - |
| XYZ | 39.64 | 27.24 | 48.52 | - |
| YUV | 145.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 184 | 0 | 0.48 | 0.11 | 0.19 | 313.8 | 0.51 | 0.62 |
| Hex | CF | 6B | B8 | 0 | 30 | B | 13 | 13A | 33 | 3E |
| Octal | 317 | 153 | 270 | 0 | 60 | 13 | 23 | 472 | 63 | 76 |
| Binary | 11001111 | 1101011 | 10111000 | 0 | 110000 | 1011 | 10011 | 100111010 | 110011 | 111110 |
Color Harmonies of #CF6BB8
Complementary color
Monochromatic Colors of #CF6BB8
Black with #CF6BB8
Text Example
Text Example
White with #CF6BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BB8; }
p { color: rgb(207,107,184); }
H1.HeaderClassName
{
color: #CF6BB8;
}
.AnyTagClassName
{
color: #CF6BB8;
}
</style>
background-color css
<style>
a { background-color: #CF6BB8; }
a { background-color: rgb(207,107,184); }
div.DivClassName
{
background-color: #CF6BB8;
}
.BgClassName
{
background-color: #CF6BB8;
}
</style>
border-color css
<style>
span { border-color: #CF6BB8; }
span { border-color: rgb(207,107,184); }
td.TdClassName
{
border-color: #CF6BB8;
}
.TagClassName
{
border-color: #CF6BB8;
}
</style>