Shades of Fuchsia #CF38C9
Tints of Fuchsia #CF38C9
RGB
CMYK
RGB Variations
Color information
#CF38C9 (or 0xCF38C9) is known color: Fuchsia. HEX triplet: CF, 38 and C9. RGB value is (207,56,201). Sum of RGB (Red+Green+Blue) = 207+56+201=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38C9 is #30C736. Grayscale: #757575. Windows color (decimal): -3196727 or 13187279. OLE color: 13187279.
HSL color Cylindrical-coordinate representation of color #CF38C9: hue angle of 302.38º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF38C9 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 201 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.19 |
| HSL | 302.38º | 0.61% | 0.52% | - |
| HSV(B) | 302.38º | 0.73% | 0.81% | - |
| XYZ | 37.69 | 20.31 | 57.19 | - |
| YUV | 117.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 201 | 0 | 0.73 | 0.03 | 0.19 | 302.38 | 0.61 | 0.52 |
| Hex | CF | 38 | C9 | 0 | 49 | 3 | 13 | 12E | 3D | 34 |
| Octal | 317 | 70 | 311 | 0 | 111 | 3 | 23 | 456 | 75 | 64 |
| Binary | 11001111 | 111000 | 11001001 | 0 | 1001001 | 11 | 10011 | 100101110 | 111101 | 110100 |
Color Harmonies of #CF38C9
Complementary color
Monochromatic Colors of #CF38C9
Black with #CF38C9
Text Example
Text Example
White with #CF38C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38C9; }
p { color: rgb(207,56,201); }
H1.HeaderClassName
{
color: #CF38C9;
}
.AnyTagClassName
{
color: #CF38C9;
}
</style>
background-color css
<style>
a { background-color: #CF38C9; }
a { background-color: rgb(207,56,201); }
div.DivClassName
{
background-color: #CF38C9;
}
.BgClassName
{
background-color: #CF38C9;
}
</style>
border-color css
<style>
span { border-color: #CF38C9; }
span { border-color: rgb(207,56,201); }
td.TdClassName
{
border-color: #CF38C9;
}
.TagClassName
{
border-color: #CF38C9;
}
</style>