Shades of Fuchsia #CF3CB5
Tints of Fuchsia #CF3CB5
RGB
CMYK
RGB Variations
Color information
#CF3CB5 (or 0xCF3CB5) is known color: Fuchsia. HEX triplet: CF, 3C and B5. RGB value is (207,60,181). Sum of RGB (Red+Green+Blue) = 207+60+181=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CB5 is #30C34A. Grayscale: #757575. Windows color (decimal): -3195723 or 11877583. OLE color: 11877583.
HSL color Cylindrical-coordinate representation of color #CF3CB5: hue angle of 310.61º 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 #CF3CB5 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 181 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.19 |
| HSL | 310.61º | 0.6% | 0.52% | - |
| HSV(B) | 310.61º | 0.71% | 0.81% | - |
| XYZ | 35.69 | 19.83 | 45.66 | - |
| YUV | 117.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 181 | 0 | 0.71 | 0.13 | 0.19 | 310.61 | 0.6 | 0.52 |
| Hex | CF | 3C | B5 | 0 | 47 | D | 13 | 137 | 3C | 34 |
| Octal | 317 | 74 | 265 | 0 | 107 | 15 | 23 | 467 | 74 | 64 |
| Binary | 11001111 | 111100 | 10110101 | 0 | 1000111 | 1101 | 10011 | 100110111 | 111100 | 110100 |
Color Harmonies of #CF3CB5
Complementary color
Monochromatic Colors of #CF3CB5
Black with #CF3CB5
Text Example
Text Example
White with #CF3CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CB5; }
p { color: rgb(207,60,181); }
H1.HeaderClassName
{
color: #CF3CB5;
}
.AnyTagClassName
{
color: #CF3CB5;
}
</style>
background-color css
<style>
a { background-color: #CF3CB5; }
a { background-color: rgb(207,60,181); }
div.DivClassName
{
background-color: #CF3CB5;
}
.BgClassName
{
background-color: #CF3CB5;
}
</style>
border-color css
<style>
span { border-color: #CF3CB5; }
span { border-color: rgb(207,60,181); }
td.TdClassName
{
border-color: #CF3CB5;
}
.TagClassName
{
border-color: #CF3CB5;
}
</style>