Shades of Fuchsia #CF37C4
Tints of Fuchsia #CF37C4
RGB
CMYK
RGB Variations
Color information
#CF37C4 (or 0xCF37C4) is known color: Fuchsia. HEX triplet: CF, 37 and C4. RGB value is (207,55,196). Sum of RGB (Red+Green+Blue) = 207+55+196=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37C4 is #30C83B. Grayscale: #747474. Windows color (decimal): -3196988 or 12859343. OLE color: 12859343.
HSL color Cylindrical-coordinate representation of color #CF37C4: hue angle of 304.34º 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 #CF37C4 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 196 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.19 |
| HSL | 304.34º | 0.61% | 0.51% | - |
| HSV(B) | 304.34º | 0.73% | 0.81% | - |
| XYZ | 37.06 | 19.98 | 54.13 | - |
| YUV | 116.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 196 | 0 | 0.73 | 0.05 | 0.19 | 304.34 | 0.61 | 0.51 |
| Hex | CF | 37 | C4 | 0 | 49 | 5 | 13 | 130 | 3D | 33 |
| Octal | 317 | 67 | 304 | 0 | 111 | 5 | 23 | 460 | 75 | 63 |
| Binary | 11001111 | 110111 | 11000100 | 0 | 1001001 | 101 | 10011 | 100110000 | 111101 | 110011 |
Color Harmonies of #CF37C4
Complementary color
Monochromatic Colors of #CF37C4
Black with #CF37C4
Text Example
Text Example
White with #CF37C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37C4; }
p { color: rgb(207,55,196); }
H1.HeaderClassName
{
color: #CF37C4;
}
.AnyTagClassName
{
color: #CF37C4;
}
</style>
background-color css
<style>
a { background-color: #CF37C4; }
a { background-color: rgb(207,55,196); }
div.DivClassName
{
background-color: #CF37C4;
}
.BgClassName
{
background-color: #CF37C4;
}
</style>
border-color css
<style>
span { border-color: #CF37C4; }
span { border-color: rgb(207,55,196); }
td.TdClassName
{
border-color: #CF37C4;
}
.TagClassName
{
border-color: #CF37C4;
}
</style>