Shades of Fuchsia #CF36AC
Tints of Fuchsia #CF36AC
RGB
CMYK
RGB Variations
Color information
#CF36AC (or 0xCF36AC) is known color: Fuchsia. HEX triplet: CF, 36 and AC. RGB value is (207,54,172). Sum of RGB (Red+Green+Blue) = 207+54+172=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36AC is #30C953. Grayscale: #707070. Windows color (decimal): -3197268 or 11286223. OLE color: 11286223.
HSL color Cylindrical-coordinate representation of color #CF36AC: hue angle of 313.73º 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 #CF36AC is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 172 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.19 |
| HSL | 313.73º | 0.61% | 0.51% | - |
| HSV(B) | 313.73º | 0.74% | 0.81% | - |
| XYZ | 34.5 | 18.88 | 40.86 | - |
| YUV | 113.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 172 | 0 | 0.74 | 0.17 | 0.19 | 313.73 | 0.61 | 0.51 |
| Hex | CF | 36 | AC | 0 | 4A | 11 | 13 | 13A | 3D | 33 |
| Octal | 317 | 66 | 254 | 0 | 112 | 21 | 23 | 472 | 75 | 63 |
| Binary | 11001111 | 110110 | 10101100 | 0 | 1001010 | 10001 | 10011 | 100111010 | 111101 | 110011 |
Color Harmonies of #CF36AC
Complementary color
Monochromatic Colors of #CF36AC
Black with #CF36AC
Text Example
Text Example
White with #CF36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36AC; }
p { color: rgb(207,54,172); }
H1.HeaderClassName
{
color: #CF36AC;
}
.AnyTagClassName
{
color: #CF36AC;
}
</style>
background-color css
<style>
a { background-color: #CF36AC; }
a { background-color: rgb(207,54,172); }
div.DivClassName
{
background-color: #CF36AC;
}
.BgClassName
{
background-color: #CF36AC;
}
</style>
border-color css
<style>
span { border-color: #CF36AC; }
span { border-color: rgb(207,54,172); }
td.TdClassName
{
border-color: #CF36AC;
}
.TagClassName
{
border-color: #CF36AC;
}
</style>