Shades of Fuchsia #CF4DBD
Tints of Fuchsia #CF4DBD
RGB
CMYK
RGB Variations
Color information
#CF4DBD (or 0xCF4DBD) is known color: Fuchsia. HEX triplet: CF, 4D and BD. RGB value is (207,77,189). Sum of RGB (Red+Green+Blue) = 207+77+189=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DBD is #30B242. Grayscale: #808080. Windows color (decimal): -3191363 or 12406223. OLE color: 12406223.
HSL color Cylindrical-coordinate representation of color #CF4DBD: hue angle of 308.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DBD is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 189 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.19 |
| HSL | 308.31º | 0.58% | 0.56% | - |
| HSV(B) | 308.31º | 0.63% | 0.81% | - |
| XYZ | 37.57 | 22.25 | 50.46 | - |
| YUV | 128.64 | 162.07 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 189 | 0 | 0.63 | 0.09 | 0.19 | 308.31 | 0.58 | 0.56 |
| Hex | CF | 4D | BD | 0 | 3F | 9 | 13 | 134 | 3A | 38 |
| Octal | 317 | 115 | 275 | 0 | 77 | 11 | 23 | 464 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10111101 | 0 | 111111 | 1001 | 10011 | 100110100 | 111010 | 111000 |
Color Harmonies of #CF4DBD
Complementary color
Monochromatic Colors of #CF4DBD
Black with #CF4DBD
Text Example
Text Example
White with #CF4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DBD; }
p { color: rgb(207,77,189); }
H1.HeaderClassName
{
color: #CF4DBD;
}
.AnyTagClassName
{
color: #CF4DBD;
}
</style>
background-color css
<style>
a { background-color: #CF4DBD; }
a { background-color: rgb(207,77,189); }
div.DivClassName
{
background-color: #CF4DBD;
}
.BgClassName
{
background-color: #CF4DBD;
}
</style>
border-color css
<style>
span { border-color: #CF4DBD; }
span { border-color: rgb(207,77,189); }
td.TdClassName
{
border-color: #CF4DBD;
}
.TagClassName
{
border-color: #CF4DBD;
}
</style>