Shades of Fuchsia #CF34BC
Tints of Fuchsia #CF34BC
RGB
CMYK
RGB Variations
Color information
#CF34BC (or 0xCF34BC) is known color: Fuchsia. HEX triplet: CF, 34 and BC. RGB value is (207,52,188). Sum of RGB (Red+Green+Blue) = 207+52+188=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34BC is #30CB43. Grayscale: #717171. Windows color (decimal): -3197764 or 12334287. OLE color: 12334287.
HSL color Cylindrical-coordinate representation of color #CF34BC: hue angle of 307.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF34BC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 188 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.19 |
| HSL | 307.35º | 0.62% | 0.51% | - |
| HSV(B) | 307.35º | 0.75% | 0.81% | - |
| XYZ | 36.04 | 19.35 | 49.41 | - |
| YUV | 113.85 | 169.85 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 188 | 0 | 0.75 | 0.09 | 0.19 | 307.35 | 0.62 | 0.51 |
| Hex | CF | 34 | BC | 0 | 4B | 9 | 13 | 133 | 3E | 33 |
| Octal | 317 | 64 | 274 | 0 | 113 | 11 | 23 | 463 | 76 | 63 |
| Binary | 11001111 | 110100 | 10111100 | 0 | 1001011 | 1001 | 10011 | 100110011 | 111110 | 110011 |
Color Harmonies of #CF34BC
Complementary color
Monochromatic Colors of #CF34BC
Black with #CF34BC
Text Example
Text Example
White with #CF34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34BC; }
p { color: rgb(207,52,188); }
H1.HeaderClassName
{
color: #CF34BC;
}
.AnyTagClassName
{
color: #CF34BC;
}
</style>
background-color css
<style>
a { background-color: #CF34BC; }
a { background-color: rgb(207,52,188); }
div.DivClassName
{
background-color: #CF34BC;
}
.BgClassName
{
background-color: #CF34BC;
}
</style>
border-color css
<style>
span { border-color: #CF34BC; }
span { border-color: rgb(207,52,188); }
td.TdClassName
{
border-color: #CF34BC;
}
.TagClassName
{
border-color: #CF34BC;
}
</style>