Shades of Fuchsia #CF34CF
Tints of Fuchsia #CF34CF
RGB
CMYK
RGB Variations
Color information
#CF34CF (or 0xCF34CF) is known color: Fuchsia. HEX triplet: CF, 34 and CF. RGB value is (207,52,207). Sum of RGB (Red+Green+Blue) = 207+52+207=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34CF is #30CB30. Grayscale: #737373. Windows color (decimal): -3197745 or 13579471. OLE color: 13579471.
HSL color Cylindrical-coordinate representation of color #CF34CF: hue angle of 300º 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 #CF34CF is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 207 | - |
| CMYK | 0 | 0.75 | 0 | 0.19 |
| HSL | 300º | 0.62% | 0.51% | - |
| HSV(B) | 300º | 0.75% | 0.81% | - |
| XYZ | 38.22 | 20.23 | 60.92 | - |
| YUV | 116.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 207 | 0 | 0.75 | 0 | 0.19 | 300 | 0.62 | 0.51 |
| Hex | CF | 34 | CF | 0 | 4B | 0 | 13 | 12C | 3E | 33 |
| Octal | 317 | 64 | 317 | 0 | 113 | 0 | 23 | 454 | 76 | 63 |
| Binary | 11001111 | 110100 | 11001111 | 0 | 1001011 | 0 | 10011 | 100101100 | 111110 | 110011 |
Color Harmonies of #CF34CF
Complementary color
Monochromatic Colors of #CF34CF
Black with #CF34CF
Text Example
Text Example
White with #CF34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34CF; }
p { color: rgb(207,52,207); }
H1.HeaderClassName
{
color: #CF34CF;
}
.AnyTagClassName
{
color: #CF34CF;
}
</style>
background-color css
<style>
a { background-color: #CF34CF; }
a { background-color: rgb(207,52,207); }
div.DivClassName
{
background-color: #CF34CF;
}
.BgClassName
{
background-color: #CF34CF;
}
</style>
border-color css
<style>
span { border-color: #CF34CF; }
span { border-color: rgb(207,52,207); }
td.TdClassName
{
border-color: #CF34CF;
}
.TagClassName
{
border-color: #CF34CF;
}
</style>