Shades of Fuchsia #CF68B4
Tints of Fuchsia #CF68B4
RGB
CMYK
RGB Variations
Color information
#CF68B4 (or 0xCF68B4) is known color: Fuchsia. HEX triplet: CF, 68 and B4. RGB value is (207,104,180). Sum of RGB (Red+Green+Blue) = 207+104+180=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68B4 is #30974B. Grayscale: #8F8F8F. Windows color (decimal): -3184460 or 11823311. OLE color: 11823311.
HSL color Cylindrical-coordinate representation of color #CF68B4: hue angle of 315.73º 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 #CF68B4 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 180 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.19 |
| HSL | 315.73º | 0.52% | 0.61% | - |
| HSV(B) | 315.73º | 0.5% | 0.81% | - |
| XYZ | 38.92 | 26.46 | 46.24 | - |
| YUV | 143.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 180 | 0 | 0.50 | 0.13 | 0.19 | 315.73 | 0.52 | 0.61 |
| Hex | CF | 68 | B4 | 0 | 32 | D | 13 | 13C | 34 | 3D |
| Octal | 317 | 150 | 264 | 0 | 62 | 15 | 23 | 474 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10110100 | 0 | 110010 | 1101 | 10011 | 100111100 | 110100 | 111101 |
Color Harmonies of #CF68B4
Complementary color
Monochromatic Colors of #CF68B4
Black with #CF68B4
Text Example
Text Example
White with #CF68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68B4; }
p { color: rgb(207,104,180); }
H1.HeaderClassName
{
color: #CF68B4;
}
.AnyTagClassName
{
color: #CF68B4;
}
</style>
background-color css
<style>
a { background-color: #CF68B4; }
a { background-color: rgb(207,104,180); }
div.DivClassName
{
background-color: #CF68B4;
}
.BgClassName
{
background-color: #CF68B4;
}
</style>
border-color css
<style>
span { border-color: #CF68B4; }
span { border-color: rgb(207,104,180); }
td.TdClassName
{
border-color: #CF68B4;
}
.TagClassName
{
border-color: #CF68B4;
}
</style>