Shades of Fuchsia #CF36BD
Tints of Fuchsia #CF36BD
RGB
CMYK
RGB Variations
Color information
#CF36BD (or 0xCF36BD) is known color: Fuchsia. HEX triplet: CF, 36 and BD. RGB value is (207,54,189). Sum of RGB (Red+Green+Blue) = 207+54+189=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36BD is #30C942. Grayscale: #727272. Windows color (decimal): -3197251 or 12400335. OLE color: 12400335.
HSL color Cylindrical-coordinate representation of color #CF36BD: hue angle of 307.06º 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 #CF36BD is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 189 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.19 |
| HSL | 307.06º | 0.61% | 0.51% | - |
| HSV(B) | 307.06º | 0.74% | 0.81% | - |
| XYZ | 36.24 | 19.58 | 50.01 | - |
| YUV | 115.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 189 | 0 | 0.74 | 0.09 | 0.19 | 307.06 | 0.61 | 0.51 |
| Hex | CF | 36 | BD | 0 | 4A | 9 | 13 | 133 | 3D | 33 |
| Octal | 317 | 66 | 275 | 0 | 112 | 11 | 23 | 463 | 75 | 63 |
| Binary | 11001111 | 110110 | 10111101 | 0 | 1001010 | 1001 | 10011 | 100110011 | 111101 | 110011 |
Color Harmonies of #CF36BD
Complementary color
Monochromatic Colors of #CF36BD
Black with #CF36BD
Text Example
Text Example
White with #CF36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36BD; }
p { color: rgb(207,54,189); }
H1.HeaderClassName
{
color: #CF36BD;
}
.AnyTagClassName
{
color: #CF36BD;
}
</style>
background-color css
<style>
a { background-color: #CF36BD; }
a { background-color: rgb(207,54,189); }
div.DivClassName
{
background-color: #CF36BD;
}
.BgClassName
{
background-color: #CF36BD;
}
</style>
border-color css
<style>
span { border-color: #CF36BD; }
span { border-color: rgb(207,54,189); }
td.TdClassName
{
border-color: #CF36BD;
}
.TagClassName
{
border-color: #CF36BD;
}
</style>