Shades of Fuchsia #CF37B4
Tints of Fuchsia #CF37B4
RGB
CMYK
RGB Variations
Color information
#CF37B4 (or 0xCF37B4) is known color: Fuchsia. HEX triplet: CF, 37 and B4. RGB value is (207,55,180). Sum of RGB (Red+Green+Blue) = 207+55+180=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37B4 is #30C84B. Grayscale: #727272. Windows color (decimal): -3197004 or 11810767. OLE color: 11810767.
HSL color Cylindrical-coordinate representation of color #CF37B4: hue angle of 310.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF37B4 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 180 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.19 |
| HSL | 310.66º | 0.61% | 0.51% | - |
| HSV(B) | 310.66º | 0.73% | 0.81% | - |
| XYZ | 35.34 | 19.29 | 45.04 | - |
| YUV | 114.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 180 | 0 | 0.73 | 0.13 | 0.19 | 310.66 | 0.61 | 0.51 |
| Hex | CF | 37 | B4 | 0 | 49 | D | 13 | 137 | 3D | 33 |
| Octal | 317 | 67 | 264 | 0 | 111 | 15 | 23 | 467 | 75 | 63 |
| Binary | 11001111 | 110111 | 10110100 | 0 | 1001001 | 1101 | 10011 | 100110111 | 111101 | 110011 |
Color Harmonies of #CF37B4
Complementary color
Monochromatic Colors of #CF37B4
Black with #CF37B4
Text Example
Text Example
White with #CF37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37B4; }
p { color: rgb(207,55,180); }
H1.HeaderClassName
{
color: #CF37B4;
}
.AnyTagClassName
{
color: #CF37B4;
}
</style>
background-color css
<style>
a { background-color: #CF37B4; }
a { background-color: rgb(207,55,180); }
div.DivClassName
{
background-color: #CF37B4;
}
.BgClassName
{
background-color: #CF37B4;
}
</style>
border-color css
<style>
span { border-color: #CF37B4; }
span { border-color: rgb(207,55,180); }
td.TdClassName
{
border-color: #CF37B4;
}
.TagClassName
{
border-color: #CF37B4;
}
</style>