Shades of Fuchsia #CF36BA
Tints of Fuchsia #CF36BA
RGB
CMYK
RGB Variations
Color information
#CF36BA (or 0xCF36BA) is known color: Fuchsia. HEX triplet: CF, 36 and BA. RGB value is (207,54,186). Sum of RGB (Red+Green+Blue) = 207+54+186=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36BA is #30C945. Grayscale: #727272. Windows color (decimal): -3197254 or 12203727. OLE color: 12203727.
HSL color Cylindrical-coordinate representation of color #CF36BA: hue angle of 308.24º 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 #CF36BA is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 186 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.19 |
| HSL | 308.24º | 0.61% | 0.51% | - |
| HSV(B) | 308.24º | 0.74% | 0.81% | - |
| XYZ | 35.91 | 19.45 | 48.32 | - |
| YUV | 114.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 186 | 0 | 0.74 | 0.10 | 0.19 | 308.24 | 0.61 | 0.51 |
| Hex | CF | 36 | BA | 0 | 4A | A | 13 | 134 | 3D | 33 |
| Octal | 317 | 66 | 272 | 0 | 112 | 12 | 23 | 464 | 75 | 63 |
| Binary | 11001111 | 110110 | 10111010 | 0 | 1001010 | 1010 | 10011 | 100110100 | 111101 | 110011 |
Color Harmonies of #CF36BA
Complementary color
Monochromatic Colors of #CF36BA
Black with #CF36BA
Text Example
Text Example
White with #CF36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36BA; }
p { color: rgb(207,54,186); }
H1.HeaderClassName
{
color: #CF36BA;
}
.AnyTagClassName
{
color: #CF36BA;
}
</style>
background-color css
<style>
a { background-color: #CF36BA; }
a { background-color: rgb(207,54,186); }
div.DivClassName
{
background-color: #CF36BA;
}
.BgClassName
{
background-color: #CF36BA;
}
</style>
border-color css
<style>
span { border-color: #CF36BA; }
span { border-color: rgb(207,54,186); }
td.TdClassName
{
border-color: #CF36BA;
}
.TagClassName
{
border-color: #CF36BA;
}
</style>