Shades of Fuchsia #CF4CBC
Tints of Fuchsia #CF4CBC
RGB
CMYK
RGB Variations
Color information
#CF4CBC (or 0xCF4CBC) is known color: Fuchsia. HEX triplet: CF, 4C and BC. RGB value is (207,76,188). Sum of RGB (Red+Green+Blue) = 207+76+188=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CBC is #30B343. Grayscale: #7F7F7F. Windows color (decimal): -3191620 or 12340431. OLE color: 12340431.
HSL color Cylindrical-coordinate representation of color #CF4CBC: hue angle of 308.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4CBC is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 188 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.19 |
| HSL | 308.7º | 0.58% | 0.55% | - |
| HSV(B) | 308.7º | 0.63% | 0.81% | - |
| XYZ | 37.39 | 22.07 | 49.87 | - |
| YUV | 127.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 188 | 0 | 0.63 | 0.09 | 0.19 | 308.7 | 0.58 | 0.55 |
| Hex | CF | 4C | BC | 0 | 3F | 9 | 13 | 135 | 3A | 37 |
| Octal | 317 | 114 | 274 | 0 | 77 | 11 | 23 | 465 | 72 | 67 |
| Binary | 11001111 | 1001100 | 10111100 | 0 | 111111 | 1001 | 10011 | 100110101 | 111010 | 110111 |
Color Harmonies of #CF4CBC
Complementary color
Monochromatic Colors of #CF4CBC
Black with #CF4CBC
Text Example
Text Example
White with #CF4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CBC; }
p { color: rgb(207,76,188); }
H1.HeaderClassName
{
color: #CF4CBC;
}
.AnyTagClassName
{
color: #CF4CBC;
}
</style>
background-color css
<style>
a { background-color: #CF4CBC; }
a { background-color: rgb(207,76,188); }
div.DivClassName
{
background-color: #CF4CBC;
}
.BgClassName
{
background-color: #CF4CBC;
}
</style>
border-color css
<style>
span { border-color: #CF4CBC; }
span { border-color: rgb(207,76,188); }
td.TdClassName
{
border-color: #CF4CBC;
}
.TagClassName
{
border-color: #CF4CBC;
}
</style>