Shades of Fuchsia #CF3DC6
Tints of Fuchsia #CF3DC6
RGB
CMYK
RGB Variations
Color information
#CF3DC6 (or 0xCF3DC6) is known color: Fuchsia. HEX triplet: CF, 3D and C6. RGB value is (207,61,198). Sum of RGB (Red+Green+Blue) = 207+61+198=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DC6 is #30C239. Grayscale: #777777. Windows color (decimal): -3195450 or 12991951. OLE color: 12991951.
HSL color Cylindrical-coordinate representation of color #CF3DC6: hue angle of 303.7º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3DC6 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 198 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.19 |
| HSL | 303.7º | 0.6% | 0.53% | - |
| HSV(B) | 303.7º | 0.71% | 0.81% | - |
| XYZ | 37.59 | 20.68 | 55.44 | - |
| YUV | 120.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 198 | 0 | 0.71 | 0.04 | 0.19 | 303.7 | 0.6 | 0.53 |
| Hex | CF | 3D | C6 | 0 | 47 | 4 | 13 | 130 | 3C | 35 |
| Octal | 317 | 75 | 306 | 0 | 107 | 4 | 23 | 460 | 74 | 65 |
| Binary | 11001111 | 111101 | 11000110 | 0 | 1000111 | 100 | 10011 | 100110000 | 111100 | 110101 |
Color Harmonies of #CF3DC6
Complementary color
Monochromatic Colors of #CF3DC6
Black with #CF3DC6
Text Example
Text Example
White with #CF3DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DC6; }
p { color: rgb(207,61,198); }
H1.HeaderClassName
{
color: #CF3DC6;
}
.AnyTagClassName
{
color: #CF3DC6;
}
</style>
background-color css
<style>
a { background-color: #CF3DC6; }
a { background-color: rgb(207,61,198); }
div.DivClassName
{
background-color: #CF3DC6;
}
.BgClassName
{
background-color: #CF3DC6;
}
</style>
border-color css
<style>
span { border-color: #CF3DC6; }
span { border-color: rgb(207,61,198); }
td.TdClassName
{
border-color: #CF3DC6;
}
.TagClassName
{
border-color: #CF3DC6;
}
</style>