Shades of Fuchsia #CF5DB5
Tints of Fuchsia #CF5DB5
RGB
CMYK
RGB Variations
Color information
#CF5DB5 (or 0xCF5DB5) is known color: Fuchsia. HEX triplet: CF, 5D and B5. RGB value is (207,93,181). Sum of RGB (Red+Green+Blue) = 207+93+181=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DB5 is #30A24A. Grayscale: #888888. Windows color (decimal): -3187275 or 11886031. OLE color: 11886031.
HSL color Cylindrical-coordinate representation of color #CF5DB5: hue angle of 313.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5DB5 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 181 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.19 |
| HSL | 313.68º | 0.54% | 0.59% | - |
| HSV(B) | 313.68º | 0.55% | 0.81% | - |
| XYZ | 37.99 | 24.43 | 46.43 | - |
| YUV | 137.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 181 | 0 | 0.55 | 0.13 | 0.19 | 313.68 | 0.54 | 0.59 |
| Hex | CF | 5D | B5 | 0 | 37 | D | 13 | 13A | 36 | 3B |
| Octal | 317 | 135 | 265 | 0 | 67 | 15 | 23 | 472 | 66 | 73 |
| Binary | 11001111 | 1011101 | 10110101 | 0 | 110111 | 1101 | 10011 | 100111010 | 110110 | 111011 |
Color Harmonies of #CF5DB5
Complementary color
Monochromatic Colors of #CF5DB5
Black with #CF5DB5
Text Example
Text Example
White with #CF5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DB5; }
p { color: rgb(207,93,181); }
H1.HeaderClassName
{
color: #CF5DB5;
}
.AnyTagClassName
{
color: #CF5DB5;
}
</style>
background-color css
<style>
a { background-color: #CF5DB5; }
a { background-color: rgb(207,93,181); }
div.DivClassName
{
background-color: #CF5DB5;
}
.BgClassName
{
background-color: #CF5DB5;
}
</style>
border-color css
<style>
span { border-color: #CF5DB5; }
span { border-color: rgb(207,93,181); }
td.TdClassName
{
border-color: #CF5DB5;
}
.TagClassName
{
border-color: #CF5DB5;
}
</style>