Shades of Fuchsia #CF3BCD
Tints of Fuchsia #CF3BCD
RGB
CMYK
RGB Variations
Color information
#CF3BCD (or 0xCF3BCD) is known color: Fuchsia. HEX triplet: CF, 3B and CD. RGB value is (207,59,205). Sum of RGB (Red+Green+Blue) = 207+59+205=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BCD is #30C432. Grayscale: #777777. Windows color (decimal): -3195955 or 13450191. OLE color: 13450191.
HSL color Cylindrical-coordinate representation of color #CF3BCD: hue angle of 300.81º degrees, saturation: 0.61, 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 #CF3BCD is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 205 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.19 |
| HSL | 300.81º | 0.61% | 0.52% | - |
| HSV(B) | 300.81º | 0.71% | 0.81% | - |
| XYZ | 38.32 | 20.8 | 59.75 | - |
| YUV | 119.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 205 | 0 | 0.71 | 0.01 | 0.19 | 300.81 | 0.61 | 0.52 |
| Hex | CF | 3B | CD | 0 | 47 | 1 | 13 | 12D | 3D | 34 |
| Octal | 317 | 73 | 315 | 0 | 107 | 1 | 23 | 455 | 75 | 64 |
| Binary | 11001111 | 111011 | 11001101 | 0 | 1000111 | 1 | 10011 | 100101101 | 111101 | 110100 |
Color Harmonies of #CF3BCD
Complementary color
Monochromatic Colors of #CF3BCD
Black with #CF3BCD
Text Example
Text Example
White with #CF3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BCD; }
p { color: rgb(207,59,205); }
H1.HeaderClassName
{
color: #CF3BCD;
}
.AnyTagClassName
{
color: #CF3BCD;
}
</style>
background-color css
<style>
a { background-color: #CF3BCD; }
a { background-color: rgb(207,59,205); }
div.DivClassName
{
background-color: #CF3BCD;
}
.BgClassName
{
background-color: #CF3BCD;
}
</style>
border-color css
<style>
span { border-color: #CF3BCD; }
span { border-color: rgb(207,59,205); }
td.TdClassName
{
border-color: #CF3BCD;
}
.TagClassName
{
border-color: #CF3BCD;
}
</style>