Shades of Fuchsia #CF5FC1
Tints of Fuchsia #CF5FC1
RGB
CMYK
RGB Variations
Color information
#CF5FC1 (or 0xCF5FC1) is known color: Fuchsia. HEX triplet: CF, 5F and C1. RGB value is (207,95,193). Sum of RGB (Red+Green+Blue) = 207+95+193=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FC1 is #30A03E. Grayscale: #8B8B8B. Windows color (decimal): -3186751 or 12672975. OLE color: 12672975.
HSL color Cylindrical-coordinate representation of color #CF5FC1: hue angle of 307.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5FC1 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 193 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.19 |
| HSL | 307.5º | 0.54% | 0.59% | - |
| HSV(B) | 307.5º | 0.54% | 0.81% | - |
| XYZ | 39.45 | 25.3 | 53.26 | - |
| YUV | 139.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 193 | 0 | 0.54 | 0.07 | 0.19 | 307.5 | 0.54 | 0.59 |
| Hex | CF | 5F | C1 | 0 | 36 | 7 | 13 | 134 | 36 | 3B |
| Octal | 317 | 137 | 301 | 0 | 66 | 7 | 23 | 464 | 66 | 73 |
| Binary | 11001111 | 1011111 | 11000001 | 0 | 110110 | 111 | 10011 | 100110100 | 110110 | 111011 |
Color Harmonies of #CF5FC1
Complementary color
Monochromatic Colors of #CF5FC1
Black with #CF5FC1
Text Example
Text Example
White with #CF5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FC1; }
p { color: rgb(207,95,193); }
H1.HeaderClassName
{
color: #CF5FC1;
}
.AnyTagClassName
{
color: #CF5FC1;
}
</style>
background-color css
<style>
a { background-color: #CF5FC1; }
a { background-color: rgb(207,95,193); }
div.DivClassName
{
background-color: #CF5FC1;
}
.BgClassName
{
background-color: #CF5FC1;
}
</style>
border-color css
<style>
span { border-color: #CF5FC1; }
span { border-color: rgb(207,95,193); }
td.TdClassName
{
border-color: #CF5FC1;
}
.TagClassName
{
border-color: #CF5FC1;
}
</style>