Shades of Fuchsia #CF35BC
Tints of Fuchsia #CF35BC
RGB
CMYK
RGB Variations
Color information
#CF35BC (or 0xCF35BC) is known color: Fuchsia. HEX triplet: CF, 35 and BC. RGB value is (207,53,188). Sum of RGB (Red+Green+Blue) = 207+53+188=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35BC is #30CA43. Grayscale: #727272. Windows color (decimal): -3197508 or 12334543. OLE color: 12334543.
HSL color Cylindrical-coordinate representation of color #CF35BC: hue angle of 307.4º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF35BC is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 188 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.19 |
| HSL | 307.4º | 0.62% | 0.51% | - |
| HSV(B) | 307.4º | 0.74% | 0.81% | - |
| XYZ | 36.08 | 19.44 | 49.43 | - |
| YUV | 114.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 188 | 0 | 0.74 | 0.09 | 0.19 | 307.4 | 0.62 | 0.51 |
| Hex | CF | 35 | BC | 0 | 4A | 9 | 13 | 133 | 3E | 33 |
| Octal | 317 | 65 | 274 | 0 | 112 | 11 | 23 | 463 | 76 | 63 |
| Binary | 11001111 | 110101 | 10111100 | 0 | 1001010 | 1001 | 10011 | 100110011 | 111110 | 110011 |
Color Harmonies of #CF35BC
Complementary color
Monochromatic Colors of #CF35BC
Black with #CF35BC
Text Example
Text Example
White with #CF35BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35BC; }
p { color: rgb(207,53,188); }
H1.HeaderClassName
{
color: #CF35BC;
}
.AnyTagClassName
{
color: #CF35BC;
}
</style>
background-color css
<style>
a { background-color: #CF35BC; }
a { background-color: rgb(207,53,188); }
div.DivClassName
{
background-color: #CF35BC;
}
.BgClassName
{
background-color: #CF35BC;
}
</style>
border-color css
<style>
span { border-color: #CF35BC; }
span { border-color: rgb(207,53,188); }
td.TdClassName
{
border-color: #CF35BC;
}
.TagClassName
{
border-color: #CF35BC;
}
</style>