Shades of Fuchsia #CF69BE
Tints of Fuchsia #CF69BE
RGB
CMYK
RGB Variations
Color information
#CF69BE (or 0xCF69BE) is known color: Fuchsia. HEX triplet: CF, 69 and BE. RGB value is (207,105,190). Sum of RGB (Red+Green+Blue) = 207+105+190=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69BE is #309641. Grayscale: #909090. Windows color (decimal): -3184194 or 12478927. OLE color: 12478927.
HSL color Cylindrical-coordinate representation of color #CF69BE: hue angle of 310º 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 #CF69BE is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 190 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.19 |
| HSL | 310º | 0.52% | 0.61% | - |
| HSV(B) | 310º | 0.49% | 0.81% | - |
| XYZ | 40.08 | 27.09 | 51.83 | - |
| YUV | 145.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 190 | 0 | 0.49 | 0.08 | 0.19 | 310 | 0.52 | 0.61 |
| Hex | CF | 69 | BE | 0 | 31 | 8 | 13 | 136 | 34 | 3D |
| Octal | 317 | 151 | 276 | 0 | 61 | 10 | 23 | 466 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10111110 | 0 | 110001 | 1000 | 10011 | 100110110 | 110100 | 111101 |
Color Harmonies of #CF69BE
Complementary color
Monochromatic Colors of #CF69BE
Black with #CF69BE
Text Example
Text Example
White with #CF69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69BE; }
p { color: rgb(207,105,190); }
H1.HeaderClassName
{
color: #CF69BE;
}
.AnyTagClassName
{
color: #CF69BE;
}
</style>
background-color css
<style>
a { background-color: #CF69BE; }
a { background-color: rgb(207,105,190); }
div.DivClassName
{
background-color: #CF69BE;
}
.BgClassName
{
background-color: #CF69BE;
}
</style>
border-color css
<style>
span { border-color: #CF69BE; }
span { border-color: rgb(207,105,190); }
td.TdClassName
{
border-color: #CF69BE;
}
.TagClassName
{
border-color: #CF69BE;
}
</style>