Shades of Fuchsia #CF4BCD
Tints of Fuchsia #CF4BCD
RGB
CMYK
RGB Variations
Color information
#CF4BCD (or 0xCF4BCD) is known color: Fuchsia. HEX triplet: CF, 4B and CD. RGB value is (207,75,205). Sum of RGB (Red+Green+Blue) = 207+75+205=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BCD is #30B432. Grayscale: #808080. Windows color (decimal): -3191859 or 13454287. OLE color: 13454287.
HSL color Cylindrical-coordinate representation of color #CF4BCD: hue angle of 300.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4BCD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 205 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.19 |
| HSL | 300.91º | 0.58% | 0.55% | - |
| HSV(B) | 300.91º | 0.64% | 0.81% | - |
| XYZ | 39.27 | 22.71 | 60.07 | - |
| YUV | 129.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 205 | 0 | 0.64 | 0.01 | 0.19 | 300.91 | 0.58 | 0.55 |
| Hex | CF | 4B | CD | 0 | 40 | 1 | 13 | 12D | 3A | 37 |
| Octal | 317 | 113 | 315 | 0 | 100 | 1 | 23 | 455 | 72 | 67 |
| Binary | 11001111 | 1001011 | 11001101 | 0 | 1000000 | 1 | 10011 | 100101101 | 111010 | 110111 |
Color Harmonies of #CF4BCD
Complementary color
Monochromatic Colors of #CF4BCD
Black with #CF4BCD
Text Example
Text Example
White with #CF4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BCD; }
p { color: rgb(207,75,205); }
H1.HeaderClassName
{
color: #CF4BCD;
}
.AnyTagClassName
{
color: #CF4BCD;
}
</style>
background-color css
<style>
a { background-color: #CF4BCD; }
a { background-color: rgb(207,75,205); }
div.DivClassName
{
background-color: #CF4BCD;
}
.BgClassName
{
background-color: #CF4BCD;
}
</style>
border-color css
<style>
span { border-color: #CF4BCD; }
span { border-color: rgb(207,75,205); }
td.TdClassName
{
border-color: #CF4BCD;
}
.TagClassName
{
border-color: #CF4BCD;
}
</style>