Shades of Fuchsia #CF34D4
Tints of Fuchsia #CF34D4
RGB
CMYK
RGB Variations
Color information
#CF34D4 (or 0xCF34D4) is known color: Fuchsia. HEX triplet: CF, 34 and D4. RGB value is (207,52,212). Sum of RGB (Red+Green+Blue) = 207+52+212=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF34D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34D4 is #30CB2B. Grayscale: #747474. Windows color (decimal): -3197740 or 13907151. OLE color: 13907151.
HSL color Cylindrical-coordinate representation of color #CF34D4: hue angle of 298.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF34D4 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 52 | 212 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.17 |
| HSL | 298.13º | 0.65% | 0.52% | - |
| HSV(B) | 298.13º | 0.75% | 0.83% | - |
| XYZ | 38.84 | 20.47 | 64.19 | - |
| YUV | 116.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 212 | 0.02 | 0.75 | 0 | 0.17 | 298.13 | 0.65 | 0.52 |
| Hex | CF | 34 | D4 | 2 | 4B | 0 | 11 | 12A | 41 | 34 |
| Octal | 317 | 64 | 324 | 2 | 113 | 0 | 21 | 452 | 101 | 64 |
| Binary | 11001111 | 110100 | 11010100 | 10 | 1001011 | 0 | 10001 | 100101010 | 1000001 | 110100 |
Color Harmonies of #CF34D4
Complementary color
Monochromatic Colors of #CF34D4
Black with #CF34D4
Text Example
Text Example
White with #CF34D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34D4; }
p { color: rgb(207,52,212); }
H1.HeaderClassName
{
color: #CF34D4;
}
.AnyTagClassName
{
color: #CF34D4;
}
</style>
background-color css
<style>
a { background-color: #CF34D4; }
a { background-color: rgb(207,52,212); }
div.DivClassName
{
background-color: #CF34D4;
}
.BgClassName
{
background-color: #CF34D4;
}
</style>
border-color css
<style>
span { border-color: #CF34D4; }
span { border-color: rgb(207,52,212); }
td.TdClassName
{
border-color: #CF34D4;
}
.TagClassName
{
border-color: #CF34D4;
}
</style>