Shades of Fuchsia #CF5BC5
Tints of Fuchsia #CF5BC5
RGB
CMYK
RGB Variations
Color information
#CF5BC5 (or 0xCF5BC5) is known color: Fuchsia. HEX triplet: CF, 5B and C5. RGB value is (207,91,197). Sum of RGB (Red+Green+Blue) = 207+91+197=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BC5 is #30A43A. Grayscale: #898989. Windows color (decimal): -3187771 or 12934095. OLE color: 12934095.
HSL color Cylindrical-coordinate representation of color #CF5BC5: hue angle of 305.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5BC5 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 197 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.19 |
| HSL | 305.17º | 0.55% | 0.58% | - |
| HSV(B) | 305.17º | 0.56% | 0.81% | - |
| XYZ | 39.55 | 24.78 | 55.52 | - |
| YUV | 137.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 197 | 0 | 0.56 | 0.05 | 0.19 | 305.17 | 0.55 | 0.58 |
| Hex | CF | 5B | C5 | 0 | 38 | 5 | 13 | 131 | 37 | 3A |
| Octal | 317 | 133 | 305 | 0 | 70 | 5 | 23 | 461 | 67 | 72 |
| Binary | 11001111 | 1011011 | 11000101 | 0 | 111000 | 101 | 10011 | 100110001 | 110111 | 111010 |
Color Harmonies of #CF5BC5
Complementary color
Monochromatic Colors of #CF5BC5
Black with #CF5BC5
Text Example
Text Example
White with #CF5BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BC5; }
p { color: rgb(207,91,197); }
H1.HeaderClassName
{
color: #CF5BC5;
}
.AnyTagClassName
{
color: #CF5BC5;
}
</style>
background-color css
<style>
a { background-color: #CF5BC5; }
a { background-color: rgb(207,91,197); }
div.DivClassName
{
background-color: #CF5BC5;
}
.BgClassName
{
background-color: #CF5BC5;
}
</style>
border-color css
<style>
span { border-color: #CF5BC5; }
span { border-color: rgb(207,91,197); }
td.TdClassName
{
border-color: #CF5BC5;
}
.TagClassName
{
border-color: #CF5BC5;
}
</style>