Shades of Fuchsia #CF36B5
Tints of Fuchsia #CF36B5
RGB
CMYK
RGB Variations
Color information
#CF36B5 (or 0xCF36B5) is known color: Fuchsia. HEX triplet: CF, 36 and B5. RGB value is (207,54,181). Sum of RGB (Red+Green+Blue) = 207+54+181=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36B5 is #30C94A. Grayscale: #717171. Windows color (decimal): -3197259 or 11876047. OLE color: 11876047.
HSL color Cylindrical-coordinate representation of color #CF36B5: hue angle of 310.2º 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 #CF36B5 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 181 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.19 |
| HSL | 310.2º | 0.61% | 0.51% | - |
| HSV(B) | 310.2º | 0.74% | 0.81% | - |
| XYZ | 35.39 | 19.24 | 45.56 | - |
| YUV | 114.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 181 | 0 | 0.74 | 0.13 | 0.19 | 310.2 | 0.61 | 0.51 |
| Hex | CF | 36 | B5 | 0 | 4A | D | 13 | 136 | 3D | 33 |
| Octal | 317 | 66 | 265 | 0 | 112 | 15 | 23 | 466 | 75 | 63 |
| Binary | 11001111 | 110110 | 10110101 | 0 | 1001010 | 1101 | 10011 | 100110110 | 111101 | 110011 |
Color Harmonies of #CF36B5
Complementary color
Monochromatic Colors of #CF36B5
Black with #CF36B5
Text Example
Text Example
White with #CF36B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36B5; }
p { color: rgb(207,54,181); }
H1.HeaderClassName
{
color: #CF36B5;
}
.AnyTagClassName
{
color: #CF36B5;
}
</style>
background-color css
<style>
a { background-color: #CF36B5; }
a { background-color: rgb(207,54,181); }
div.DivClassName
{
background-color: #CF36B5;
}
.BgClassName
{
background-color: #CF36B5;
}
</style>
border-color css
<style>
span { border-color: #CF36B5; }
span { border-color: rgb(207,54,181); }
td.TdClassName
{
border-color: #CF36B5;
}
.TagClassName
{
border-color: #CF36B5;
}
</style>