Shades of Fuchsia #CF53D4
Tints of Fuchsia #CF53D4
RGB
CMYK
RGB Variations
Color information
#CF53D4 (or 0xCF53D4) is known color: Fuchsia. HEX triplet: CF, 53 and D4. RGB value is (207,83,212). Sum of RGB (Red+Green+Blue) = 207+83+212=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF53D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53D4 is #30AC2B. Grayscale: #868686. Windows color (decimal): -3189804 or 13915087. OLE color: 13915087.
HSL color Cylindrical-coordinate representation of color #CF53D4: hue angle of 297.67º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF53D4 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 83 | 212 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.17 |
| HSL | 297.67º | 0.6% | 0.58% | - |
| HSV(B) | 297.67º | 0.61% | 0.83% | - |
| XYZ | 40.71 | 24.21 | 64.81 | - |
| YUV | 134.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 212 | 0.02 | 0.61 | 0 | 0.17 | 297.67 | 0.6 | 0.58 |
| Hex | CF | 53 | D4 | 2 | 3D | 0 | 11 | 12A | 3C | 3A |
| Octal | 317 | 123 | 324 | 2 | 75 | 0 | 21 | 452 | 74 | 72 |
| Binary | 11001111 | 1010011 | 11010100 | 10 | 111101 | 0 | 10001 | 100101010 | 111100 | 111010 |
Color Harmonies of #CF53D4
Complementary color
Monochromatic Colors of #CF53D4
Black with #CF53D4
Text Example
Text Example
White with #CF53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53D4; }
p { color: rgb(207,83,212); }
H1.HeaderClassName
{
color: #CF53D4;
}
.AnyTagClassName
{
color: #CF53D4;
}
</style>
background-color css
<style>
a { background-color: #CF53D4; }
a { background-color: rgb(207,83,212); }
div.DivClassName
{
background-color: #CF53D4;
}
.BgClassName
{
background-color: #CF53D4;
}
</style>
border-color css
<style>
span { border-color: #CF53D4; }
span { border-color: rgb(207,83,212); }
td.TdClassName
{
border-color: #CF53D4;
}
.TagClassName
{
border-color: #CF53D4;
}
</style>