Shades of Fuchsia #CF34AD
Tints of Fuchsia #CF34AD
RGB
CMYK
RGB Variations
Color information
#CF34AD (or 0xCF34AD) is known color: Fuchsia. HEX triplet: CF, 34 and AD. RGB value is (207,52,173). Sum of RGB (Red+Green+Blue) = 207+52+173=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF34AD is #30CB52. Grayscale: #6F6F6F. Windows color (decimal): -3197779 or 11351247. OLE color: 11351247.
HSL color Cylindrical-coordinate representation of color #CF34AD: hue angle of 313.16º 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 #CF34AD is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 173 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.19 |
| HSL | 313.16º | 0.62% | 0.51% | - |
| HSV(B) | 313.16º | 0.75% | 0.81% | - |
| XYZ | 34.5 | 18.74 | 41.33 | - |
| YUV | 112.14 | 162.35 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 173 | 0 | 0.75 | 0.16 | 0.19 | 313.16 | 0.62 | 0.51 |
| Hex | CF | 34 | AD | 0 | 4B | 10 | 13 | 139 | 3E | 33 |
| Octal | 317 | 64 | 255 | 0 | 113 | 20 | 23 | 471 | 76 | 63 |
| Binary | 11001111 | 110100 | 10101101 | 0 | 1001011 | 10000 | 10011 | 100111001 | 111110 | 110011 |
Color Harmonies of #CF34AD
Complementary color
Monochromatic Colors of #CF34AD
Black with #CF34AD
Text Example
Text Example
White with #CF34AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34AD; }
p { color: rgb(207,52,173); }
H1.HeaderClassName
{
color: #CF34AD;
}
.AnyTagClassName
{
color: #CF34AD;
}
</style>
background-color css
<style>
a { background-color: #CF34AD; }
a { background-color: rgb(207,52,173); }
div.DivClassName
{
background-color: #CF34AD;
}
.BgClassName
{
background-color: #CF34AD;
}
</style>
border-color css
<style>
span { border-color: #CF34AD; }
span { border-color: rgb(207,52,173); }
td.TdClassName
{
border-color: #CF34AD;
}
.TagClassName
{
border-color: #CF34AD;
}
</style>