Shades of Fuchsia #CF4FC0
Tints of Fuchsia #CF4FC0
RGB
CMYK
RGB Variations
Color information
#CF4FC0 (or 0xCF4FC0) is known color: Fuchsia. HEX triplet: CF, 4F and C0. RGB value is (207,79,192). Sum of RGB (Red+Green+Blue) = 207+79+192=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FC0 is #30B03F. Grayscale: #818181. Windows color (decimal): -3190848 or 12603343. OLE color: 12603343.
HSL color Cylindrical-coordinate representation of color #CF4FC0: hue angle of 307.03º 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 #CF4FC0 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 192 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.19 |
| HSL | 307.03º | 0.57% | 0.56% | - |
| HSV(B) | 307.03º | 0.62% | 0.81% | - |
| XYZ | 38.04 | 22.66 | 52.24 | - |
| YUV | 130.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 192 | 0 | 0.62 | 0.07 | 0.19 | 307.03 | 0.57 | 0.56 |
| Hex | CF | 4F | C0 | 0 | 3E | 7 | 13 | 133 | 39 | 38 |
| Octal | 317 | 117 | 300 | 0 | 76 | 7 | 23 | 463 | 71 | 70 |
| Binary | 11001111 | 1001111 | 11000000 | 0 | 111110 | 111 | 10011 | 100110011 | 111001 | 111000 |
Color Harmonies of #CF4FC0
Complementary color
Monochromatic Colors of #CF4FC0
Black with #CF4FC0
Text Example
Text Example
White with #CF4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FC0; }
p { color: rgb(207,79,192); }
H1.HeaderClassName
{
color: #CF4FC0;
}
.AnyTagClassName
{
color: #CF4FC0;
}
</style>
background-color css
<style>
a { background-color: #CF4FC0; }
a { background-color: rgb(207,79,192); }
div.DivClassName
{
background-color: #CF4FC0;
}
.BgClassName
{
background-color: #CF4FC0;
}
</style>
border-color css
<style>
span { border-color: #CF4FC0; }
span { border-color: rgb(207,79,192); }
td.TdClassName
{
border-color: #CF4FC0;
}
.TagClassName
{
border-color: #CF4FC0;
}
</style>