Shades of Fuchsia #CF3DB0
Tints of Fuchsia #CF3DB0
RGB
CMYK
RGB Variations
Color information
#CF3DB0 (or 0xCF3DB0) is known color: Fuchsia. HEX triplet: CF, 3D and B0. RGB value is (207,61,176). Sum of RGB (Red+Green+Blue) = 207+61+176=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3DB0 is #30C24F. Grayscale: #757575. Windows color (decimal): -3195472 or 11550159. OLE color: 11550159.
HSL color Cylindrical-coordinate representation of color #CF3DB0: hue angle of 312.74º 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 #CF3DB0 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 176 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.19 |
| HSL | 312.74º | 0.6% | 0.53% | - |
| HSV(B) | 312.74º | 0.71% | 0.81% | - |
| XYZ | 35.24 | 19.74 | 43.03 | - |
| YUV | 117.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 176 | 0 | 0.71 | 0.15 | 0.19 | 312.74 | 0.6 | 0.53 |
| Hex | CF | 3D | B0 | 0 | 47 | F | 13 | 139 | 3C | 35 |
| Octal | 317 | 75 | 260 | 0 | 107 | 17 | 23 | 471 | 74 | 65 |
| Binary | 11001111 | 111101 | 10110000 | 0 | 1000111 | 1111 | 10011 | 100111001 | 111100 | 110101 |
Color Harmonies of #CF3DB0
Complementary color
Monochromatic Colors of #CF3DB0
Black with #CF3DB0
Text Example
Text Example
White with #CF3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DB0; }
p { color: rgb(207,61,176); }
H1.HeaderClassName
{
color: #CF3DB0;
}
.AnyTagClassName
{
color: #CF3DB0;
}
</style>
background-color css
<style>
a { background-color: #CF3DB0; }
a { background-color: rgb(207,61,176); }
div.DivClassName
{
background-color: #CF3DB0;
}
.BgClassName
{
background-color: #CF3DB0;
}
</style>
border-color css
<style>
span { border-color: #CF3DB0; }
span { border-color: rgb(207,61,176); }
td.TdClassName
{
border-color: #CF3DB0;
}
.TagClassName
{
border-color: #CF3DB0;
}
</style>