Shades of Fuchsia #CF5CB5
Tints of Fuchsia #CF5CB5
RGB
CMYK
RGB Variations
Color information
#CF5CB5 (or 0xCF5CB5) is known color: Fuchsia. HEX triplet: CF, 5C and B5. RGB value is (207,92,181). Sum of RGB (Red+Green+Blue) = 207+92+181=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CB5 is #30A34A. Grayscale: #888888. Windows color (decimal): -3187531 or 11885775. OLE color: 11885775.
HSL color Cylindrical-coordinate representation of color #CF5CB5: hue angle of 313.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CB5 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 181 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.19 |
| HSL | 313.57º | 0.55% | 0.59% | - |
| HSV(B) | 313.57º | 0.56% | 0.81% | - |
| XYZ | 37.9 | 24.26 | 46.4 | - |
| YUV | 136.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 181 | 0 | 0.56 | 0.13 | 0.19 | 313.57 | 0.55 | 0.59 |
| Hex | CF | 5C | B5 | 0 | 38 | D | 13 | 13A | 37 | 3B |
| Octal | 317 | 134 | 265 | 0 | 70 | 15 | 23 | 472 | 67 | 73 |
| Binary | 11001111 | 1011100 | 10110101 | 0 | 111000 | 1101 | 10011 | 100111010 | 110111 | 111011 |
Color Harmonies of #CF5CB5
Complementary color
Monochromatic Colors of #CF5CB5
Black with #CF5CB5
Text Example
Text Example
White with #CF5CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CB5; }
p { color: rgb(207,92,181); }
H1.HeaderClassName
{
color: #CF5CB5;
}
.AnyTagClassName
{
color: #CF5CB5;
}
</style>
background-color css
<style>
a { background-color: #CF5CB5; }
a { background-color: rgb(207,92,181); }
div.DivClassName
{
background-color: #CF5CB5;
}
.BgClassName
{
background-color: #CF5CB5;
}
</style>
border-color css
<style>
span { border-color: #CF5CB5; }
span { border-color: rgb(207,92,181); }
td.TdClassName
{
border-color: #CF5CB5;
}
.TagClassName
{
border-color: #CF5CB5;
}
</style>