Shades of Fuchsia #CF36D0
Tints of Fuchsia #CF36D0
RGB
CMYK
RGB Variations
Color information
#CF36D0 (or 0xCF36D0) is known color: Fuchsia. HEX triplet: CF, 36 and D0. RGB value is (207,54,208). Sum of RGB (Red+Green+Blue) = 207+54+208=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36D0 is #30C92F. Grayscale: #747474. Windows color (decimal): -3197232 or 13645519. OLE color: 13645519.
HSL color Cylindrical-coordinate representation of color #CF36D0: hue angle of 299.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF36D0 is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 54 | 208 | - |
| CMYK | 0.00 | 0.74 | 0 | 0.18 |
| HSL | 299.61º | 0.62% | 0.51% | - |
| HSV(B) | 299.61º | 0.74% | 0.82% | - |
| XYZ | 38.44 | 20.46 | 61.6 | - |
| YUV | 117.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 208 | 0.00 | 0.74 | 0 | 0.18 | 299.61 | 0.62 | 0.51 |
| Hex | CF | 36 | D0 | 0 | 4A | 0 | 12 | 12C | 3E | 33 |
| Octal | 317 | 66 | 320 | 0 | 112 | 0 | 22 | 454 | 76 | 63 |
| Binary | 11001111 | 110110 | 11010000 | 0 | 1001010 | 0 | 10010 | 100101100 | 111110 | 110011 |
Color Harmonies of #CF36D0
Complementary color
Monochromatic Colors of #CF36D0
Black with #CF36D0
Text Example
Text Example
White with #CF36D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36D0; }
p { color: rgb(207,54,208); }
H1.HeaderClassName
{
color: #CF36D0;
}
.AnyTagClassName
{
color: #CF36D0;
}
</style>
background-color css
<style>
a { background-color: #CF36D0; }
a { background-color: rgb(207,54,208); }
div.DivClassName
{
background-color: #CF36D0;
}
.BgClassName
{
background-color: #CF36D0;
}
</style>
border-color css
<style>
span { border-color: #CF36D0; }
span { border-color: rgb(207,54,208); }
td.TdClassName
{
border-color: #CF36D0;
}
.TagClassName
{
border-color: #CF36D0;
}
</style>