Shades of Fuchsia #CF4BC5
Tints of Fuchsia #CF4BC5
RGB
CMYK
RGB Variations
Color information
#CF4BC5 (or 0xCF4BC5) is known color: Fuchsia. HEX triplet: CF, 4B and C5. RGB value is (207,75,197). Sum of RGB (Red+Green+Blue) = 207+75+197=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BC5 is #30B43A. Grayscale: #808080. Windows color (decimal): -3191867 or 12929999. OLE color: 12929999.
HSL color Cylindrical-coordinate representation of color #CF4BC5: hue angle of 304.55º 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 #CF4BC5 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 197 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.19 |
| HSL | 304.55º | 0.58% | 0.55% | - |
| HSV(B) | 304.55º | 0.64% | 0.81% | - |
| XYZ | 38.33 | 22.33 | 55.11 | - |
| YUV | 128.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 197 | 0 | 0.64 | 0.05 | 0.19 | 304.55 | 0.58 | 0.55 |
| Hex | CF | 4B | C5 | 0 | 40 | 5 | 13 | 131 | 3A | 37 |
| Octal | 317 | 113 | 305 | 0 | 100 | 5 | 23 | 461 | 72 | 67 |
| Binary | 11001111 | 1001011 | 11000101 | 0 | 1000000 | 101 | 10011 | 100110001 | 111010 | 110111 |
Color Harmonies of #CF4BC5
Complementary color
Monochromatic Colors of #CF4BC5
Black with #CF4BC5
Text Example
Text Example
White with #CF4BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BC5; }
p { color: rgb(207,75,197); }
H1.HeaderClassName
{
color: #CF4BC5;
}
.AnyTagClassName
{
color: #CF4BC5;
}
</style>
background-color css
<style>
a { background-color: #CF4BC5; }
a { background-color: rgb(207,75,197); }
div.DivClassName
{
background-color: #CF4BC5;
}
.BgClassName
{
background-color: #CF4BC5;
}
</style>
border-color css
<style>
span { border-color: #CF4BC5; }
span { border-color: rgb(207,75,197); }
td.TdClassName
{
border-color: #CF4BC5;
}
.TagClassName
{
border-color: #CF4BC5;
}
</style>