Shades of Fuchsia #CF3BCB
Tints of Fuchsia #CF3BCB
RGB
CMYK
RGB Variations
Color information
#CF3BCB (or 0xCF3BCB) is known color: Fuchsia. HEX triplet: CF, 3B and CB. RGB value is (207,59,203). Sum of RGB (Red+Green+Blue) = 207+59+203=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BCB is #30C434. Grayscale: #777777. Windows color (decimal): -3195957 or 13319119. OLE color: 13319119.
HSL color Cylindrical-coordinate representation of color #CF3BCB: hue angle of 301.62º 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 #CF3BCB is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 203 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.19 |
| HSL | 301.62º | 0.61% | 0.52% | - |
| HSV(B) | 301.62º | 0.71% | 0.81% | - |
| XYZ | 38.08 | 20.71 | 58.49 | - |
| YUV | 119.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 203 | 0 | 0.71 | 0.02 | 0.19 | 301.62 | 0.61 | 0.52 |
| Hex | CF | 3B | CB | 0 | 47 | 2 | 13 | 12E | 3D | 34 |
| Octal | 317 | 73 | 313 | 0 | 107 | 2 | 23 | 456 | 75 | 64 |
| Binary | 11001111 | 111011 | 11001011 | 0 | 1000111 | 10 | 10011 | 100101110 | 111101 | 110100 |
Color Harmonies of #CF3BCB
Complementary color
Monochromatic Colors of #CF3BCB
Black with #CF3BCB
Text Example
Text Example
White with #CF3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BCB; }
p { color: rgb(207,59,203); }
H1.HeaderClassName
{
color: #CF3BCB;
}
.AnyTagClassName
{
color: #CF3BCB;
}
</style>
background-color css
<style>
a { background-color: #CF3BCB; }
a { background-color: rgb(207,59,203); }
div.DivClassName
{
background-color: #CF3BCB;
}
.BgClassName
{
background-color: #CF3BCB;
}
</style>
border-color css
<style>
span { border-color: #CF3BCB; }
span { border-color: rgb(207,59,203); }
td.TdClassName
{
border-color: #CF3BCB;
}
.TagClassName
{
border-color: #CF3BCB;
}
</style>