Shades of Fuchsia #CF36B3
Tints of Fuchsia #CF36B3
RGB
CMYK
RGB Variations
Color information
#CF36B3 (or 0xCF36B3) is known color: Fuchsia. HEX triplet: CF, 36 and B3. RGB value is (207,54,179). Sum of RGB (Red+Green+Blue) = 207+54+179=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36B3 is #30C94C. Grayscale: #717171. Windows color (decimal): -3197261 or 11744975. OLE color: 11744975.
HSL color Cylindrical-coordinate representation of color #CF36B3: hue angle of 310.98º 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 #CF36B3 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 179 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.19 |
| HSL | 310.98º | 0.61% | 0.51% | - |
| HSV(B) | 310.98º | 0.74% | 0.81% | - |
| XYZ | 35.19 | 19.16 | 44.49 | - |
| YUV | 114 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 179 | 0 | 0.74 | 0.14 | 0.19 | 310.98 | 0.61 | 0.51 |
| Hex | CF | 36 | B3 | 0 | 4A | E | 13 | 137 | 3D | 33 |
| Octal | 317 | 66 | 263 | 0 | 112 | 16 | 23 | 467 | 75 | 63 |
| Binary | 11001111 | 110110 | 10110011 | 0 | 1001010 | 1110 | 10011 | 100110111 | 111101 | 110011 |
Color Harmonies of #CF36B3
Complementary color
Monochromatic Colors of #CF36B3
Black with #CF36B3
Text Example
Text Example
White with #CF36B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36B3; }
p { color: rgb(207,54,179); }
H1.HeaderClassName
{
color: #CF36B3;
}
.AnyTagClassName
{
color: #CF36B3;
}
</style>
background-color css
<style>
a { background-color: #CF36B3; }
a { background-color: rgb(207,54,179); }
div.DivClassName
{
background-color: #CF36B3;
}
.BgClassName
{
background-color: #CF36B3;
}
</style>
border-color css
<style>
span { border-color: #CF36B3; }
span { border-color: rgb(207,54,179); }
td.TdClassName
{
border-color: #CF36B3;
}
.TagClassName
{
border-color: #CF36B3;
}
</style>