Shades of Fuchsia #CF3FC4
Tints of Fuchsia #CF3FC4
RGB
CMYK
RGB Variations
Color information
#CF3FC4 (or 0xCF3FC4) is known color: Fuchsia. HEX triplet: CF, 3F and C4. RGB value is (207,63,196). Sum of RGB (Red+Green+Blue) = 207+63+196=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FC4 is #30C03B. Grayscale: #787878. Windows color (decimal): -3194940 or 12861391. OLE color: 12861391.
HSL color Cylindrical-coordinate representation of color #CF3FC4: hue angle of 304.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3FC4 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 196 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.19 |
| HSL | 304.58º | 0.6% | 0.53% | - |
| HSV(B) | 304.58º | 0.7% | 0.81% | - |
| XYZ | 37.47 | 20.81 | 54.27 | - |
| YUV | 121.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 196 | 0 | 0.70 | 0.05 | 0.19 | 304.58 | 0.6 | 0.53 |
| Hex | CF | 3F | C4 | 0 | 46 | 5 | 13 | 131 | 3C | 35 |
| Octal | 317 | 77 | 304 | 0 | 106 | 5 | 23 | 461 | 74 | 65 |
| Binary | 11001111 | 111111 | 11000100 | 0 | 1000110 | 101 | 10011 | 100110001 | 111100 | 110101 |
Color Harmonies of #CF3FC4
Complementary color
Monochromatic Colors of #CF3FC4
Black with #CF3FC4
Text Example
Text Example
White with #CF3FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FC4; }
p { color: rgb(207,63,196); }
H1.HeaderClassName
{
color: #CF3FC4;
}
.AnyTagClassName
{
color: #CF3FC4;
}
</style>
background-color css
<style>
a { background-color: #CF3FC4; }
a { background-color: rgb(207,63,196); }
div.DivClassName
{
background-color: #CF3FC4;
}
.BgClassName
{
background-color: #CF3FC4;
}
</style>
border-color css
<style>
span { border-color: #CF3FC4; }
span { border-color: rgb(207,63,196); }
td.TdClassName
{
border-color: #CF3FC4;
}
.TagClassName
{
border-color: #CF3FC4;
}
</style>