Shades of Fuchsia #CF69BD
Tints of Fuchsia #CF69BD
RGB
CMYK
RGB Variations
Color information
#CF69BD (or 0xCF69BD) is known color: Fuchsia. HEX triplet: CF, 69 and BD. RGB value is (207,105,189). Sum of RGB (Red+Green+Blue) = 207+105+189=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69BD is #309642. Grayscale: #909090. Windows color (decimal): -3184195 or 12413391. OLE color: 12413391.
HSL color Cylindrical-coordinate representation of color #CF69BD: hue angle of 310.59º degrees, saturation: 0.52, 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 #CF69BD is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 189 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.19 |
| HSL | 310.59º | 0.52% | 0.61% | - |
| HSV(B) | 310.59º | 0.49% | 0.81% | - |
| XYZ | 39.97 | 27.04 | 51.26 | - |
| YUV | 145.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 189 | 0 | 0.49 | 0.09 | 0.19 | 310.59 | 0.52 | 0.61 |
| Hex | CF | 69 | BD | 0 | 31 | 9 | 13 | 137 | 34 | 3D |
| Octal | 317 | 151 | 275 | 0 | 61 | 11 | 23 | 467 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10111101 | 0 | 110001 | 1001 | 10011 | 100110111 | 110100 | 111101 |
Color Harmonies of #CF69BD
Complementary color
Monochromatic Colors of #CF69BD
Black with #CF69BD
Text Example
Text Example
White with #CF69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69BD; }
p { color: rgb(207,105,189); }
H1.HeaderClassName
{
color: #CF69BD;
}
.AnyTagClassName
{
color: #CF69BD;
}
</style>
background-color css
<style>
a { background-color: #CF69BD; }
a { background-color: rgb(207,105,189); }
div.DivClassName
{
background-color: #CF69BD;
}
.BgClassName
{
background-color: #CF69BD;
}
</style>
border-color css
<style>
span { border-color: #CF69BD; }
span { border-color: rgb(207,105,189); }
td.TdClassName
{
border-color: #CF69BD;
}
.TagClassName
{
border-color: #CF69BD;
}
</style>