Shades of Fuchsia #CF34C6
Tints of Fuchsia #CF34C6
RGB
CMYK
RGB Variations
Color information
#CF34C6 (or 0xCF34C6) is known color: Fuchsia. HEX triplet: CF, 34 and C6. RGB value is (207,52,198). Sum of RGB (Red+Green+Blue) = 207+52+198=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34C6 is #30CB39. Grayscale: #727272. Windows color (decimal): -3197754 or 12989647. OLE color: 12989647.
HSL color Cylindrical-coordinate representation of color #CF34C6: hue angle of 303.48º 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 #CF34C6 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 198 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.19 |
| HSL | 303.48º | 0.62% | 0.51% | - |
| HSV(B) | 303.48º | 0.75% | 0.81% | - |
| XYZ | 37.15 | 19.8 | 55.29 | - |
| YUV | 114.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 198 | 0 | 0.75 | 0.04 | 0.19 | 303.48 | 0.62 | 0.51 |
| Hex | CF | 34 | C6 | 0 | 4B | 4 | 13 | 12F | 3E | 33 |
| Octal | 317 | 64 | 306 | 0 | 113 | 4 | 23 | 457 | 76 | 63 |
| Binary | 11001111 | 110100 | 11000110 | 0 | 1001011 | 100 | 10011 | 100101111 | 111110 | 110011 |
Color Harmonies of #CF34C6
Complementary color
Monochromatic Colors of #CF34C6
Black with #CF34C6
Text Example
Text Example
White with #CF34C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34C6; }
p { color: rgb(207,52,198); }
H1.HeaderClassName
{
color: #CF34C6;
}
.AnyTagClassName
{
color: #CF34C6;
}
</style>
background-color css
<style>
a { background-color: #CF34C6; }
a { background-color: rgb(207,52,198); }
div.DivClassName
{
background-color: #CF34C6;
}
.BgClassName
{
background-color: #CF34C6;
}
</style>
border-color css
<style>
span { border-color: #CF34C6; }
span { border-color: rgb(207,52,198); }
td.TdClassName
{
border-color: #CF34C6;
}
.TagClassName
{
border-color: #CF34C6;
}
</style>