Shades of Fuchsia #CF36AF
Tints of Fuchsia #CF36AF
RGB
CMYK
RGB Variations
Color information
#CF36AF (or 0xCF36AF) is known color: Fuchsia. HEX triplet: CF, 36 and AF. RGB value is (207,54,175). Sum of RGB (Red+Green+Blue) = 207+54+175=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36AF is #30C950. Grayscale: #717171. Windows color (decimal): -3197265 or 11482831. OLE color: 11482831.
HSL color Cylindrical-coordinate representation of color #CF36AF: hue angle of 312.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF36AF is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 175 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.19 |
| HSL | 312.55º | 0.61% | 0.51% | - |
| HSV(B) | 312.55º | 0.74% | 0.81% | - |
| XYZ | 34.79 | 19 | 42.39 | - |
| YUV | 113.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 175 | 0 | 0.74 | 0.15 | 0.19 | 312.55 | 0.61 | 0.51 |
| Hex | CF | 36 | AF | 0 | 4A | F | 13 | 139 | 3D | 33 |
| Octal | 317 | 66 | 257 | 0 | 112 | 17 | 23 | 471 | 75 | 63 |
| Binary | 11001111 | 110110 | 10101111 | 0 | 1001010 | 1111 | 10011 | 100111001 | 111101 | 110011 |
Color Harmonies of #CF36AF
Complementary color
Monochromatic Colors of #CF36AF
Black with #CF36AF
Text Example
Text Example
White with #CF36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36AF; }
p { color: rgb(207,54,175); }
H1.HeaderClassName
{
color: #CF36AF;
}
.AnyTagClassName
{
color: #CF36AF;
}
</style>
background-color css
<style>
a { background-color: #CF36AF; }
a { background-color: rgb(207,54,175); }
div.DivClassName
{
background-color: #CF36AF;
}
.BgClassName
{
background-color: #CF36AF;
}
</style>
border-color css
<style>
span { border-color: #CF36AF; }
span { border-color: rgb(207,54,175); }
td.TdClassName
{
border-color: #CF36AF;
}
.TagClassName
{
border-color: #CF36AF;
}
</style>