Shades of Fuchsia #CF3BCC
Tints of Fuchsia #CF3BCC
RGB
CMYK
RGB Variations
Color information
#CF3BCC (or 0xCF3BCC) is known color: Fuchsia. HEX triplet: CF, 3B and CC. RGB value is (207,59,204). Sum of RGB (Red+Green+Blue) = 207+59+204=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BCC is #30C433. Grayscale: #777777. Windows color (decimal): -3195956 or 13384655. OLE color: 13384655.
HSL color Cylindrical-coordinate representation of color #CF3BCC: hue angle of 301.22º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3BCC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 204 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.19 |
| HSL | 301.22º | 0.61% | 0.52% | - |
| HSV(B) | 301.22º | 0.71% | 0.81% | - |
| XYZ | 38.2 | 20.75 | 59.12 | - |
| YUV | 119.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 204 | 0 | 0.71 | 0.01 | 0.19 | 301.22 | 0.61 | 0.52 |
| Hex | CF | 3B | CC | 0 | 47 | 1 | 13 | 12D | 3D | 34 |
| Octal | 317 | 73 | 314 | 0 | 107 | 1 | 23 | 455 | 75 | 64 |
| Binary | 11001111 | 111011 | 11001100 | 0 | 1000111 | 1 | 10011 | 100101101 | 111101 | 110100 |
Color Harmonies of #CF3BCC
Complementary color
Monochromatic Colors of #CF3BCC
Black with #CF3BCC
Text Example
Text Example
White with #CF3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BCC; }
p { color: rgb(207,59,204); }
H1.HeaderClassName
{
color: #CF3BCC;
}
.AnyTagClassName
{
color: #CF3BCC;
}
</style>
background-color css
<style>
a { background-color: #CF3BCC; }
a { background-color: rgb(207,59,204); }
div.DivClassName
{
background-color: #CF3BCC;
}
.BgClassName
{
background-color: #CF3BCC;
}
</style>
border-color css
<style>
span { border-color: #CF3BCC; }
span { border-color: rgb(207,59,204); }
td.TdClassName
{
border-color: #CF3BCC;
}
.TagClassName
{
border-color: #CF3BCC;
}
</style>