Shades of Fuchsia #CF3DBE
Tints of Fuchsia #CF3DBE
RGB
CMYK
RGB Variations
Color information
#CF3DBE (or 0xCF3DBE) is known color: Fuchsia. HEX triplet: CF, 3D and BE. RGB value is (207,61,190). Sum of RGB (Red+Green+Blue) = 207+61+190=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DBE is #30C241. Grayscale: #767676. Windows color (decimal): -3195458 or 12467663. OLE color: 12467663.
HSL color Cylindrical-coordinate representation of color #CF3DBE: hue angle of 306.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3DBE is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 190 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.19 |
| HSL | 306.99º | 0.6% | 0.53% | - |
| HSV(B) | 306.99º | 0.71% | 0.81% | - |
| XYZ | 36.7 | 20.32 | 50.7 | - |
| YUV | 119.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 190 | 0 | 0.71 | 0.08 | 0.19 | 306.99 | 0.6 | 0.53 |
| Hex | CF | 3D | BE | 0 | 47 | 8 | 13 | 133 | 3C | 35 |
| Octal | 317 | 75 | 276 | 0 | 107 | 10 | 23 | 463 | 74 | 65 |
| Binary | 11001111 | 111101 | 10111110 | 0 | 1000111 | 1000 | 10011 | 100110011 | 111100 | 110101 |
Color Harmonies of #CF3DBE
Complementary color
Monochromatic Colors of #CF3DBE
Black with #CF3DBE
Text Example
Text Example
White with #CF3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DBE; }
p { color: rgb(207,61,190); }
H1.HeaderClassName
{
color: #CF3DBE;
}
.AnyTagClassName
{
color: #CF3DBE;
}
</style>
background-color css
<style>
a { background-color: #CF3DBE; }
a { background-color: rgb(207,61,190); }
div.DivClassName
{
background-color: #CF3DBE;
}
.BgClassName
{
background-color: #CF3DBE;
}
</style>
border-color css
<style>
span { border-color: #CF3DBE; }
span { border-color: rgb(207,61,190); }
td.TdClassName
{
border-color: #CF3DBE;
}
.TagClassName
{
border-color: #CF3DBE;
}
</style>