Shades of Fuchsia #CF66BA
Tints of Fuchsia #CF66BA
RGB
CMYK
RGB Variations
Color information
#CF66BA (or 0xCF66BA) is known color: Fuchsia. HEX triplet: CF, 66 and BA. RGB value is (207,102,186). Sum of RGB (Red+Green+Blue) = 207+102+186=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66BA is #309945. Grayscale: #8E8E8E. Windows color (decimal): -3184966 or 12216015. OLE color: 12216015.
HSL color Cylindrical-coordinate representation of color #CF66BA: hue angle of 312º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF66BA is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 186 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.19 |
| HSL | 312º | 0.52% | 0.61% | - |
| HSV(B) | 312º | 0.51% | 0.81% | - |
| XYZ | 39.35 | 26.31 | 49.46 | - |
| YUV | 142.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 186 | 0 | 0.51 | 0.10 | 0.19 | 312 | 0.52 | 0.61 |
| Hex | CF | 66 | BA | 0 | 33 | A | 13 | 138 | 34 | 3D |
| Octal | 317 | 146 | 272 | 0 | 63 | 12 | 23 | 470 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10111010 | 0 | 110011 | 1010 | 10011 | 100111000 | 110100 | 111101 |
Color Harmonies of #CF66BA
Complementary color
Monochromatic Colors of #CF66BA
Black with #CF66BA
Text Example
Text Example
White with #CF66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66BA; }
p { color: rgb(207,102,186); }
H1.HeaderClassName
{
color: #CF66BA;
}
.AnyTagClassName
{
color: #CF66BA;
}
</style>
background-color css
<style>
a { background-color: #CF66BA; }
a { background-color: rgb(207,102,186); }
div.DivClassName
{
background-color: #CF66BA;
}
.BgClassName
{
background-color: #CF66BA;
}
</style>
border-color css
<style>
span { border-color: #CF66BA; }
span { border-color: rgb(207,102,186); }
td.TdClassName
{
border-color: #CF66BA;
}
.TagClassName
{
border-color: #CF66BA;
}
</style>