Shades of Fuchsia #CF68B6
Tints of Fuchsia #CF68B6
RGB
CMYK
RGB Variations
Color information
#CF68B6 (or 0xCF68B6) is known color: Fuchsia. HEX triplet: CF, 68 and B6. RGB value is (207,104,182). Sum of RGB (Red+Green+Blue) = 207+104+182=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68B6 is #309749. Grayscale: #8F8F8F. Windows color (decimal): -3184458 or 11954383. OLE color: 11954383.
HSL color Cylindrical-coordinate representation of color #CF68B6: hue angle of 314.56º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF68B6 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 182 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.19 |
| HSL | 314.56º | 0.52% | 0.61% | - |
| HSV(B) | 314.56º | 0.5% | 0.81% | - |
| XYZ | 39.13 | 26.54 | 47.32 | - |
| YUV | 143.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 182 | 0 | 0.50 | 0.12 | 0.19 | 314.56 | 0.52 | 0.61 |
| Hex | CF | 68 | B6 | 0 | 32 | C | 13 | 13B | 34 | 3D |
| Octal | 317 | 150 | 266 | 0 | 62 | 14 | 23 | 473 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10110110 | 0 | 110010 | 1100 | 10011 | 100111011 | 110100 | 111101 |
Color Harmonies of #CF68B6
Complementary color
Monochromatic Colors of #CF68B6
Black with #CF68B6
Text Example
Text Example
White with #CF68B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68B6; }
p { color: rgb(207,104,182); }
H1.HeaderClassName
{
color: #CF68B6;
}
.AnyTagClassName
{
color: #CF68B6;
}
</style>
background-color css
<style>
a { background-color: #CF68B6; }
a { background-color: rgb(207,104,182); }
div.DivClassName
{
background-color: #CF68B6;
}
.BgClassName
{
background-color: #CF68B6;
}
</style>
border-color css
<style>
span { border-color: #CF68B6; }
span { border-color: rgb(207,104,182); }
td.TdClassName
{
border-color: #CF68B6;
}
.TagClassName
{
border-color: #CF68B6;
}
</style>