Shades of Fuchsia #CF3CBE
Tints of Fuchsia #CF3CBE
RGB
CMYK
RGB Variations
Color information
#CF3CBE (or 0xCF3CBE) is known color: Fuchsia. HEX triplet: CF, 3C and BE. RGB value is (207,60,190). Sum of RGB (Red+Green+Blue) = 207+60+190=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CBE is #30C341. Grayscale: #767676. Windows color (decimal): -3195714 or 12467407. OLE color: 12467407.
HSL color Cylindrical-coordinate representation of color #CF3CBE: hue angle of 306.94º degrees, saturation: 0.6, 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 #CF3CBE is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 190 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.19 |
| HSL | 306.94º | 0.6% | 0.52% | - |
| HSV(B) | 306.94º | 0.71% | 0.81% | - |
| XYZ | 36.64 | 20.21 | 50.69 | - |
| YUV | 118.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 190 | 0 | 0.71 | 0.08 | 0.19 | 306.94 | 0.6 | 0.52 |
| Hex | CF | 3C | BE | 0 | 47 | 8 | 13 | 133 | 3C | 34 |
| Octal | 317 | 74 | 276 | 0 | 107 | 10 | 23 | 463 | 74 | 64 |
| Binary | 11001111 | 111100 | 10111110 | 0 | 1000111 | 1000 | 10011 | 100110011 | 111100 | 110100 |
Color Harmonies of #CF3CBE
Complementary color
Monochromatic Colors of #CF3CBE
Black with #CF3CBE
Text Example
Text Example
White with #CF3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CBE; }
p { color: rgb(207,60,190); }
H1.HeaderClassName
{
color: #CF3CBE;
}
.AnyTagClassName
{
color: #CF3CBE;
}
</style>
background-color css
<style>
a { background-color: #CF3CBE; }
a { background-color: rgb(207,60,190); }
div.DivClassName
{
background-color: #CF3CBE;
}
.BgClassName
{
background-color: #CF3CBE;
}
</style>
border-color css
<style>
span { border-color: #CF3CBE; }
span { border-color: rgb(207,60,190); }
td.TdClassName
{
border-color: #CF3CBE;
}
.TagClassName
{
border-color: #CF3CBE;
}
</style>