Shades of Fuchsia #CF4BC0
Tints of Fuchsia #CF4BC0
RGB
CMYK
RGB Variations
Color information
#CF4BC0 (or 0xCF4BC0) is known color: Fuchsia. HEX triplet: CF, 4B and C0. RGB value is (207,75,192). Sum of RGB (Red+Green+Blue) = 207+75+192=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BC0 is #30B43F. Grayscale: #7F7F7F. Windows color (decimal): -3191872 or 12602319. OLE color: 12602319.
HSL color Cylindrical-coordinate representation of color #CF4BC0: hue angle of 306.82º 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 #CF4BC0 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 192 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.19 |
| HSL | 306.82º | 0.58% | 0.55% | - |
| HSV(B) | 306.82º | 0.64% | 0.81% | - |
| XYZ | 37.76 | 22.1 | 52.15 | - |
| YUV | 127.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 192 | 0 | 0.64 | 0.07 | 0.19 | 306.82 | 0.58 | 0.55 |
| Hex | CF | 4B | C0 | 0 | 40 | 7 | 13 | 133 | 3A | 37 |
| Octal | 317 | 113 | 300 | 0 | 100 | 7 | 23 | 463 | 72 | 67 |
| Binary | 11001111 | 1001011 | 11000000 | 0 | 1000000 | 111 | 10011 | 100110011 | 111010 | 110111 |
Color Harmonies of #CF4BC0
Complementary color
Monochromatic Colors of #CF4BC0
Black with #CF4BC0
Text Example
Text Example
White with #CF4BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BC0; }
p { color: rgb(207,75,192); }
H1.HeaderClassName
{
color: #CF4BC0;
}
.AnyTagClassName
{
color: #CF4BC0;
}
</style>
background-color css
<style>
a { background-color: #CF4BC0; }
a { background-color: rgb(207,75,192); }
div.DivClassName
{
background-color: #CF4BC0;
}
.BgClassName
{
background-color: #CF4BC0;
}
</style>
border-color css
<style>
span { border-color: #CF4BC0; }
span { border-color: rgb(207,75,192); }
td.TdClassName
{
border-color: #CF4BC0;
}
.TagClassName
{
border-color: #CF4BC0;
}
</style>