Shades of Fuchsia #CF35D0
Tints of Fuchsia #CF35D0
RGB
CMYK
RGB Variations
Color information
#CF35D0 (or 0xCF35D0) is known color: Fuchsia. HEX triplet: CF, 35 and D0. RGB value is (207,53,208). Sum of RGB (Red+Green+Blue) = 207+53+208=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF35D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35D0 is #30CA2F. Grayscale: #747474. Windows color (decimal): -3197488 or 13645263. OLE color: 13645263.
HSL color Cylindrical-coordinate representation of color #CF35D0: hue angle of 299.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF35D0 is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 53 | 208 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.18 |
| HSL | 299.61º | 0.62% | 0.51% | - |
| HSV(B) | 299.61º | 0.75% | 0.82% | - |
| XYZ | 38.39 | 20.37 | 61.58 | - |
| YUV | 116.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 208 | 0.00 | 0.75 | 0 | 0.18 | 299.61 | 0.62 | 0.51 |
| Hex | CF | 35 | D0 | 0 | 4B | 0 | 12 | 12C | 3E | 33 |
| Octal | 317 | 65 | 320 | 0 | 113 | 0 | 22 | 454 | 76 | 63 |
| Binary | 11001111 | 110101 | 11010000 | 0 | 1001011 | 0 | 10010 | 100101100 | 111110 | 110011 |
Color Harmonies of #CF35D0
Complementary color
Monochromatic Colors of #CF35D0
Black with #CF35D0
Text Example
Text Example
White with #CF35D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35D0; }
p { color: rgb(207,53,208); }
H1.HeaderClassName
{
color: #CF35D0;
}
.AnyTagClassName
{
color: #CF35D0;
}
</style>
background-color css
<style>
a { background-color: #CF35D0; }
a { background-color: rgb(207,53,208); }
div.DivClassName
{
background-color: #CF35D0;
}
.BgClassName
{
background-color: #CF35D0;
}
</style>
border-color css
<style>
span { border-color: #CF35D0; }
span { border-color: rgb(207,53,208); }
td.TdClassName
{
border-color: #CF35D0;
}
.TagClassName
{
border-color: #CF35D0;
}
</style>