Shades of Fuchsia #CF46D4
Tints of Fuchsia #CF46D4
RGB
CMYK
RGB Variations
Color information
#CF46D4 (or 0xCF46D4) is known color: Fuchsia. HEX triplet: CF, 46 and D4. RGB value is (207,70,212). Sum of RGB (Red+Green+Blue) = 207+70+212=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF46D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46D4 is #30B92B. Grayscale: #7E7E7E. Windows color (decimal): -3193132 or 13911759. OLE color: 13911759.
HSL color Cylindrical-coordinate representation of color #CF46D4: hue angle of 297.89º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF46D4 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 70 | 212 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.17 |
| HSL | 297.89º | 0.62% | 0.55% | - |
| HSV(B) | 297.89º | 0.67% | 0.83% | - |
| XYZ | 39.81 | 22.4 | 64.51 | - |
| YUV | 127.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 212 | 0.02 | 0.67 | 0 | 0.17 | 297.89 | 0.62 | 0.55 |
| Hex | CF | 46 | D4 | 2 | 43 | 0 | 11 | 12A | 3E | 37 |
| Octal | 317 | 106 | 324 | 2 | 103 | 0 | 21 | 452 | 76 | 67 |
| Binary | 11001111 | 1000110 | 11010100 | 10 | 1000011 | 0 | 10001 | 100101010 | 111110 | 110111 |
Color Harmonies of #CF46D4
Complementary color
Monochromatic Colors of #CF46D4
Black with #CF46D4
Text Example
Text Example
White with #CF46D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46D4; }
p { color: rgb(207,70,212); }
H1.HeaderClassName
{
color: #CF46D4;
}
.AnyTagClassName
{
color: #CF46D4;
}
</style>
background-color css
<style>
a { background-color: #CF46D4; }
a { background-color: rgb(207,70,212); }
div.DivClassName
{
background-color: #CF46D4;
}
.BgClassName
{
background-color: #CF46D4;
}
</style>
border-color css
<style>
span { border-color: #CF46D4; }
span { border-color: rgb(207,70,212); }
td.TdClassName
{
border-color: #CF46D4;
}
.TagClassName
{
border-color: #CF46D4;
}
</style>