Shades of Fuchsia #CF3DD2
Tints of Fuchsia #CF3DD2
RGB
CMYK
RGB Variations
Color information
#CF3DD2 (or 0xCF3DD2) is known color: Fuchsia. HEX triplet: CF, 3D and D2. RGB value is (207,61,210). Sum of RGB (Red+Green+Blue) = 207+61+210=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #CF3DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DD2 is #30C22D. Grayscale: #797979. Windows color (decimal): -3195438 or 13778383. OLE color: 13778383.
HSL color Cylindrical-coordinate representation of color #CF3DD2: hue angle of 298.79º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3DD2 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 61 | 210 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.18 |
| HSL | 298.79º | 0.62% | 0.53% | - |
| HSV(B) | 298.79º | 0.71% | 0.82% | - |
| XYZ | 39.03 | 21.26 | 63.02 | - |
| YUV | 121.64 | 177.87 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 210 | 0.01 | 0.71 | 0 | 0.18 | 298.79 | 0.62 | 0.53 |
| Hex | CF | 3D | D2 | 1 | 47 | 0 | 12 | 12B | 3E | 35 |
| Octal | 317 | 75 | 322 | 1 | 107 | 0 | 22 | 453 | 76 | 65 |
| Binary | 11001111 | 111101 | 11010010 | 1 | 1000111 | 0 | 10010 | 100101011 | 111110 | 110101 |
Color Harmonies of #CF3DD2
Complementary color
Monochromatic Colors of #CF3DD2
Black with #CF3DD2
Text Example
Text Example
White with #CF3DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DD2; }
p { color: rgb(207,61,210); }
H1.HeaderClassName
{
color: #CF3DD2;
}
.AnyTagClassName
{
color: #CF3DD2;
}
</style>
background-color css
<style>
a { background-color: #CF3DD2; }
a { background-color: rgb(207,61,210); }
div.DivClassName
{
background-color: #CF3DD2;
}
.BgClassName
{
background-color: #CF3DD2;
}
</style>
border-color css
<style>
span { border-color: #CF3DD2; }
span { border-color: rgb(207,61,210); }
td.TdClassName
{
border-color: #CF3DD2;
}
.TagClassName
{
border-color: #CF3DD2;
}
</style>