Shades of Fuchsia #CF34AF
Tints of Fuchsia #CF34AF
RGB
CMYK
RGB Variations
Color information
#CF34AF (or 0xCF34AF) is known color: Fuchsia. HEX triplet: CF, 34 and AF. RGB value is (207,52,175). Sum of RGB (Red+Green+Blue) = 207+52+175=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF34AF is #30CB50. Grayscale: #707070. Windows color (decimal): -3197777 or 11482319. OLE color: 11482319.
HSL color Cylindrical-coordinate representation of color #CF34AF: hue angle of 312.39º 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 #CF34AF is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 175 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.19 |
| HSL | 312.39º | 0.62% | 0.51% | - |
| HSV(B) | 312.39º | 0.75% | 0.81% | - |
| XYZ | 34.7 | 18.82 | 42.36 | - |
| YUV | 112.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 175 | 0 | 0.75 | 0.15 | 0.19 | 312.39 | 0.62 | 0.51 |
| Hex | CF | 34 | AF | 0 | 4B | F | 13 | 138 | 3E | 33 |
| Octal | 317 | 64 | 257 | 0 | 113 | 17 | 23 | 470 | 76 | 63 |
| Binary | 11001111 | 110100 | 10101111 | 0 | 1001011 | 1111 | 10011 | 100111000 | 111110 | 110011 |
Color Harmonies of #CF34AF
Complementary color
Monochromatic Colors of #CF34AF
Black with #CF34AF
Text Example
Text Example
White with #CF34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34AF; }
p { color: rgb(207,52,175); }
H1.HeaderClassName
{
color: #CF34AF;
}
.AnyTagClassName
{
color: #CF34AF;
}
</style>
background-color css
<style>
a { background-color: #CF34AF; }
a { background-color: rgb(207,52,175); }
div.DivClassName
{
background-color: #CF34AF;
}
.BgClassName
{
background-color: #CF34AF;
}
</style>
border-color css
<style>
span { border-color: #CF34AF; }
span { border-color: rgb(207,52,175); }
td.TdClassName
{
border-color: #CF34AF;
}
.TagClassName
{
border-color: #CF34AF;
}
</style>