Shades of Fuchsia #CF34C7
Tints of Fuchsia #CF34C7
RGB
CMYK
RGB Variations
Color information
#CF34C7 (or 0xCF34C7) is known color: Fuchsia. HEX triplet: CF, 34 and C7. RGB value is (207,52,199). Sum of RGB (Red+Green+Blue) = 207+52+199=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34C7 is #30CB38. Grayscale: #727272. Windows color (decimal): -3197753 or 13055183. OLE color: 13055183.
HSL color Cylindrical-coordinate representation of color #CF34C7: hue angle of 303.1º 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 #CF34C7 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 199 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.19 |
| HSL | 303.1º | 0.62% | 0.51% | - |
| HSV(B) | 303.1º | 0.75% | 0.81% | - |
| XYZ | 37.27 | 19.84 | 55.9 | - |
| YUV | 115.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 199 | 0 | 0.75 | 0.04 | 0.19 | 303.1 | 0.62 | 0.51 |
| Hex | CF | 34 | C7 | 0 | 4B | 4 | 13 | 12F | 3E | 33 |
| Octal | 317 | 64 | 307 | 0 | 113 | 4 | 23 | 457 | 76 | 63 |
| Binary | 11001111 | 110100 | 11000111 | 0 | 1001011 | 100 | 10011 | 100101111 | 111110 | 110011 |
Color Harmonies of #CF34C7
Complementary color
Monochromatic Colors of #CF34C7
Black with #CF34C7
Text Example
Text Example
White with #CF34C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34C7; }
p { color: rgb(207,52,199); }
H1.HeaderClassName
{
color: #CF34C7;
}
.AnyTagClassName
{
color: #CF34C7;
}
</style>
background-color css
<style>
a { background-color: #CF34C7; }
a { background-color: rgb(207,52,199); }
div.DivClassName
{
background-color: #CF34C7;
}
.BgClassName
{
background-color: #CF34C7;
}
</style>
border-color css
<style>
span { border-color: #CF34C7; }
span { border-color: rgb(207,52,199); }
td.TdClassName
{
border-color: #CF34C7;
}
.TagClassName
{
border-color: #CF34C7;
}
</style>