Shades of Fuchsia #CF2BC5
Tints of Fuchsia #CF2BC5
RGB
CMYK
RGB Variations
Color information
#CF2BC5 (or 0xCF2BC5) is known color: Fuchsia. HEX triplet: CF, 2B and C5. RGB value is (207,43,197). Sum of RGB (Red+Green+Blue) = 207+43+197=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BC5 is #30D43A. Grayscale: #6D6D6D. Windows color (decimal): -3200059 or 12921807. OLE color: 12921807.
HSL color Cylindrical-coordinate representation of color #CF2BC5: hue angle of 303.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2BC5 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 197 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.19 |
| HSL | 303.66º | 0.66% | 0.49% | - |
| HSV(B) | 303.66º | 0.79% | 0.81% | - |
| XYZ | 36.67 | 19.02 | 54.56 | - |
| YUV | 109.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 197 | 0 | 0.79 | 0.05 | 0.19 | 303.66 | 0.66 | 0.49 |
| Hex | CF | 2B | C5 | 0 | 4F | 5 | 13 | 130 | 42 | 31 |
| Octal | 317 | 53 | 305 | 0 | 117 | 5 | 23 | 460 | 102 | 61 |
| Binary | 11001111 | 101011 | 11000101 | 0 | 1001111 | 101 | 10011 | 100110000 | 1000010 | 110001 |
Color Harmonies of #CF2BC5
Complementary color
Monochromatic Colors of #CF2BC5
Black with #CF2BC5
Text Example
Text Example
White with #CF2BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BC5; }
p { color: rgb(207,43,197); }
H1.HeaderClassName
{
color: #CF2BC5;
}
.AnyTagClassName
{
color: #CF2BC5;
}
</style>
background-color css
<style>
a { background-color: #CF2BC5; }
a { background-color: rgb(207,43,197); }
div.DivClassName
{
background-color: #CF2BC5;
}
.BgClassName
{
background-color: #CF2BC5;
}
</style>
border-color css
<style>
span { border-color: #CF2BC5; }
span { border-color: rgb(207,43,197); }
td.TdClassName
{
border-color: #CF2BC5;
}
.TagClassName
{
border-color: #CF2BC5;
}
</style>