Shades of Fuchsia #CF4FCB
Tints of Fuchsia #CF4FCB
RGB
CMYK
RGB Variations
Color information
#CF4FCB (or 0xCF4FCB) is known color: Fuchsia. HEX triplet: CF, 4F and CB. RGB value is (207,79,203). Sum of RGB (Red+Green+Blue) = 207+79+203=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FCB is #30B034. Grayscale: #838383. Windows color (decimal): -3190837 or 13324239. OLE color: 13324239.
HSL color Cylindrical-coordinate representation of color #CF4FCB: hue angle of 301.88º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4FCB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 203 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.19 |
| HSL | 301.88º | 0.57% | 0.56% | - |
| HSV(B) | 301.88º | 0.62% | 0.81% | - |
| XYZ | 39.31 | 23.17 | 58.9 | - |
| YUV | 131.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 203 | 0 | 0.62 | 0.02 | 0.19 | 301.88 | 0.57 | 0.56 |
| Hex | CF | 4F | CB | 0 | 3E | 2 | 13 | 12E | 39 | 38 |
| Octal | 317 | 117 | 313 | 0 | 76 | 2 | 23 | 456 | 71 | 70 |
| Binary | 11001111 | 1001111 | 11001011 | 0 | 111110 | 10 | 10011 | 100101110 | 111001 | 111000 |
Color Harmonies of #CF4FCB
Complementary color
Monochromatic Colors of #CF4FCB
Black with #CF4FCB
Text Example
Text Example
White with #CF4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FCB; }
p { color: rgb(207,79,203); }
H1.HeaderClassName
{
color: #CF4FCB;
}
.AnyTagClassName
{
color: #CF4FCB;
}
</style>
background-color css
<style>
a { background-color: #CF4FCB; }
a { background-color: rgb(207,79,203); }
div.DivClassName
{
background-color: #CF4FCB;
}
.BgClassName
{
background-color: #CF4FCB;
}
</style>
border-color css
<style>
span { border-color: #CF4FCB; }
span { border-color: rgb(207,79,203); }
td.TdClassName
{
border-color: #CF4FCB;
}
.TagClassName
{
border-color: #CF4FCB;
}
</style>