Shades of Fuchsia #CF3DB5
Tints of Fuchsia #CF3DB5
RGB
CMYK
RGB Variations
Color information
#CF3DB5 (or 0xCF3DB5) is known color: Fuchsia. HEX triplet: CF, 3D and B5. RGB value is (207,61,181). Sum of RGB (Red+Green+Blue) = 207+61+181=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DB5 is #30C24A. Grayscale: #757575. Windows color (decimal): -3195467 or 11877839. OLE color: 11877839.
HSL color Cylindrical-coordinate representation of color #CF3DB5: hue angle of 310.68º 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 #CF3DB5 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 181 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.19 |
| HSL | 310.68º | 0.6% | 0.53% | - |
| HSV(B) | 310.68º | 0.71% | 0.81% | - |
| XYZ | 35.74 | 19.94 | 45.68 | - |
| YUV | 118.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 181 | 0 | 0.71 | 0.13 | 0.19 | 310.68 | 0.6 | 0.53 |
| Hex | CF | 3D | B5 | 0 | 47 | D | 13 | 137 | 3C | 35 |
| Octal | 317 | 75 | 265 | 0 | 107 | 15 | 23 | 467 | 74 | 65 |
| Binary | 11001111 | 111101 | 10110101 | 0 | 1000111 | 1101 | 10011 | 100110111 | 111100 | 110101 |
Color Harmonies of #CF3DB5
Complementary color
Monochromatic Colors of #CF3DB5
Black with #CF3DB5
Text Example
Text Example
White with #CF3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DB5; }
p { color: rgb(207,61,181); }
H1.HeaderClassName
{
color: #CF3DB5;
}
.AnyTagClassName
{
color: #CF3DB5;
}
</style>
background-color css
<style>
a { background-color: #CF3DB5; }
a { background-color: rgb(207,61,181); }
div.DivClassName
{
background-color: #CF3DB5;
}
.BgClassName
{
background-color: #CF3DB5;
}
</style>
border-color css
<style>
span { border-color: #CF3DB5; }
span { border-color: rgb(207,61,181); }
td.TdClassName
{
border-color: #CF3DB5;
}
.TagClassName
{
border-color: #CF3DB5;
}
</style>