Shades of Fuchsia #CF2DC1
Tints of Fuchsia #CF2DC1
RGB
CMYK
RGB Variations
Color information
#CF2DC1 (or 0xCF2DC1) is known color: Fuchsia. HEX triplet: CF, 2D and C1. RGB value is (207,45,193). Sum of RGB (Red+Green+Blue) = 207+45+193=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DC1 is #30D23E. Grayscale: #6D6D6D. Windows color (decimal): -3199551 or 12660175. OLE color: 12660175.
HSL color Cylindrical-coordinate representation of color #CF2DC1: hue angle of 305.19º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DC1 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 193 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.19 |
| HSL | 305.19º | 0.64% | 0.49% | - |
| HSV(B) | 305.19º | 0.78% | 0.81% | - |
| XYZ | 36.3 | 18.99 | 52.2 | - |
| YUV | 110.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 193 | 0 | 0.78 | 0.07 | 0.19 | 305.19 | 0.64 | 0.49 |
| Hex | CF | 2D | C1 | 0 | 4E | 7 | 13 | 131 | 40 | 31 |
| Octal | 317 | 55 | 301 | 0 | 116 | 7 | 23 | 461 | 100 | 61 |
| Binary | 11001111 | 101101 | 11000001 | 0 | 1001110 | 111 | 10011 | 100110001 | 1000000 | 110001 |
Color Harmonies of #CF2DC1
Complementary color
Monochromatic Colors of #CF2DC1
Black with #CF2DC1
Text Example
Text Example
White with #CF2DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DC1; }
p { color: rgb(207,45,193); }
H1.HeaderClassName
{
color: #CF2DC1;
}
.AnyTagClassName
{
color: #CF2DC1;
}
</style>
background-color css
<style>
a { background-color: #CF2DC1; }
a { background-color: rgb(207,45,193); }
div.DivClassName
{
background-color: #CF2DC1;
}
.BgClassName
{
background-color: #CF2DC1;
}
</style>
border-color css
<style>
span { border-color: #CF2DC1; }
span { border-color: rgb(207,45,193); }
td.TdClassName
{
border-color: #CF2DC1;
}
.TagClassName
{
border-color: #CF2DC1;
}
</style>