Shades of Fuchsia #CF3AD5
Tints of Fuchsia #CF3AD5
RGB
CMYK
RGB Variations
Color information
#CF3AD5 (or 0xCF3AD5) is known color: Fuchsia. HEX triplet: CF, 3A and D5. RGB value is (207,58,213). Sum of RGB (Red+Green+Blue) = 207+58+213=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF3AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3AD5 is #30C52A. Grayscale: #777777. Windows color (decimal): -3196203 or 13974223. OLE color: 13974223.
HSL color Cylindrical-coordinate representation of color #CF3AD5: hue angle of 297.68º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3AD5 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 58 | 213 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.16 |
| HSL | 297.68º | 0.65% | 0.53% | - |
| HSV(B) | 297.68º | 0.73% | 0.84% | - |
| XYZ | 39.26 | 21.1 | 64.95 | - |
| YUV | 120.22 | 180.36 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 213 | 0.03 | 0.73 | 0 | 0.16 | 297.68 | 0.65 | 0.53 |
| Hex | CF | 3A | D5 | 3 | 49 | 0 | 10 | 12A | 41 | 35 |
| Octal | 317 | 72 | 325 | 3 | 111 | 0 | 20 | 452 | 101 | 65 |
| Binary | 11001111 | 111010 | 11010101 | 11 | 1001001 | 0 | 10000 | 100101010 | 1000001 | 110101 |
Color Harmonies of #CF3AD5
Complementary color
Monochromatic Colors of #CF3AD5
Black with #CF3AD5
Text Example
Text Example
White with #CF3AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AD5; }
p { color: rgb(207,58,213); }
H1.HeaderClassName
{
color: #CF3AD5;
}
.AnyTagClassName
{
color: #CF3AD5;
}
</style>
background-color css
<style>
a { background-color: #CF3AD5; }
a { background-color: rgb(207,58,213); }
div.DivClassName
{
background-color: #CF3AD5;
}
.BgClassName
{
background-color: #CF3AD5;
}
</style>
border-color css
<style>
span { border-color: #CF3AD5; }
span { border-color: rgb(207,58,213); }
td.TdClassName
{
border-color: #CF3AD5;
}
.TagClassName
{
border-color: #CF3AD5;
}
</style>