Shades of Fuchsia #CF37CC
Tints of Fuchsia #CF37CC
RGB
CMYK
RGB Variations
Color information
#CF37CC (or 0xCF37CC) is known color: Fuchsia. HEX triplet: CF, 37 and CC. RGB value is (207,55,204). Sum of RGB (Red+Green+Blue) = 207+55+204=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37CC is #30C833. Grayscale: #747474. Windows color (decimal): -3196980 or 13383631. OLE color: 13383631.
HSL color Cylindrical-coordinate representation of color #CF37CC: hue angle of 301.18º 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 #CF37CC is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 204 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.19 |
| HSL | 301.18º | 0.61% | 0.51% | - |
| HSV(B) | 301.18º | 0.73% | 0.81% | - |
| XYZ | 38 | 20.36 | 59.05 | - |
| YUV | 117.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 204 | 0 | 0.73 | 0.01 | 0.19 | 301.18 | 0.61 | 0.51 |
| Hex | CF | 37 | CC | 0 | 49 | 1 | 13 | 12D | 3D | 33 |
| Octal | 317 | 67 | 314 | 0 | 111 | 1 | 23 | 455 | 75 | 63 |
| Binary | 11001111 | 110111 | 11001100 | 0 | 1001001 | 1 | 10011 | 100101101 | 111101 | 110011 |
Color Harmonies of #CF37CC
Complementary color
Monochromatic Colors of #CF37CC
Black with #CF37CC
Text Example
Text Example
White with #CF37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37CC; }
p { color: rgb(207,55,204); }
H1.HeaderClassName
{
color: #CF37CC;
}
.AnyTagClassName
{
color: #CF37CC;
}
</style>
background-color css
<style>
a { background-color: #CF37CC; }
a { background-color: rgb(207,55,204); }
div.DivClassName
{
background-color: #CF37CC;
}
.BgClassName
{
background-color: #CF37CC;
}
</style>
border-color css
<style>
span { border-color: #CF37CC; }
span { border-color: rgb(207,55,204); }
td.TdClassName
{
border-color: #CF37CC;
}
.TagClassName
{
border-color: #CF37CC;
}
</style>