Shades of Fuchsia #CF34BA
Tints of Fuchsia #CF34BA
RGB
CMYK
RGB Variations
Color information
#CF34BA (or 0xCF34BA) is known color: Fuchsia. HEX triplet: CF, 34 and BA. RGB value is (207,52,186). Sum of RGB (Red+Green+Blue) = 207+52+186=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34BA is #30CB45. Grayscale: #717171. Windows color (decimal): -3197766 or 12203215. OLE color: 12203215.
HSL color Cylindrical-coordinate representation of color #CF34BA: hue angle of 308.13º 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 #CF34BA is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 186 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.19 |
| HSL | 308.13º | 0.62% | 0.51% | - |
| HSV(B) | 308.13º | 0.75% | 0.81% | - |
| XYZ | 35.82 | 19.27 | 48.29 | - |
| YUV | 113.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 186 | 0 | 0.75 | 0.10 | 0.19 | 308.13 | 0.62 | 0.51 |
| Hex | CF | 34 | BA | 0 | 4B | A | 13 | 134 | 3E | 33 |
| Octal | 317 | 64 | 272 | 0 | 113 | 12 | 23 | 464 | 76 | 63 |
| Binary | 11001111 | 110100 | 10111010 | 0 | 1001011 | 1010 | 10011 | 100110100 | 111110 | 110011 |
Color Harmonies of #CF34BA
Complementary color
Monochromatic Colors of #CF34BA
Black with #CF34BA
Text Example
Text Example
White with #CF34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34BA; }
p { color: rgb(207,52,186); }
H1.HeaderClassName
{
color: #CF34BA;
}
.AnyTagClassName
{
color: #CF34BA;
}
</style>
background-color css
<style>
a { background-color: #CF34BA; }
a { background-color: rgb(207,52,186); }
div.DivClassName
{
background-color: #CF34BA;
}
.BgClassName
{
background-color: #CF34BA;
}
</style>
border-color css
<style>
span { border-color: #CF34BA; }
span { border-color: rgb(207,52,186); }
td.TdClassName
{
border-color: #CF34BA;
}
.TagClassName
{
border-color: #CF34BA;
}
</style>