Shades of Fuchsia #CF3EC4
Tints of Fuchsia #CF3EC4
RGB
CMYK
RGB Variations
Color information
#CF3EC4 (or 0xCF3EC4) is known color: Fuchsia. HEX triplet: CF, 3E and C4. RGB value is (207,62,196). Sum of RGB (Red+Green+Blue) = 207+62+196=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3EC4 is #30C13B. Grayscale: #787878. Windows color (decimal): -3195196 or 12861135. OLE color: 12861135.
HSL color Cylindrical-coordinate representation of color #CF3EC4: hue angle of 304.55º 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 #CF3EC4 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 196 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.19 |
| HSL | 304.55º | 0.6% | 0.53% | - |
| HSV(B) | 304.55º | 0.7% | 0.81% | - |
| XYZ | 37.42 | 20.7 | 54.25 | - |
| YUV | 120.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 196 | 0 | 0.70 | 0.05 | 0.19 | 304.55 | 0.6 | 0.53 |
| Hex | CF | 3E | C4 | 0 | 46 | 5 | 13 | 131 | 3C | 35 |
| Octal | 317 | 76 | 304 | 0 | 106 | 5 | 23 | 461 | 74 | 65 |
| Binary | 11001111 | 111110 | 11000100 | 0 | 1000110 | 101 | 10011 | 100110001 | 111100 | 110101 |
Color Harmonies of #CF3EC4
Complementary color
Monochromatic Colors of #CF3EC4
Black with #CF3EC4
Text Example
Text Example
White with #CF3EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EC4; }
p { color: rgb(207,62,196); }
H1.HeaderClassName
{
color: #CF3EC4;
}
.AnyTagClassName
{
color: #CF3EC4;
}
</style>
background-color css
<style>
a { background-color: #CF3EC4; }
a { background-color: rgb(207,62,196); }
div.DivClassName
{
background-color: #CF3EC4;
}
.BgClassName
{
background-color: #CF3EC4;
}
</style>
border-color css
<style>
span { border-color: #CF3EC4; }
span { border-color: rgb(207,62,196); }
td.TdClassName
{
border-color: #CF3EC4;
}
.TagClassName
{
border-color: #CF3EC4;
}
</style>