Shades of Fuchsia #CF38B5
Tints of Fuchsia #CF38B5
RGB
CMYK
RGB Variations
Color information
#CF38B5 (or 0xCF38B5) is known color: Fuchsia. HEX triplet: CF, 38 and B5. RGB value is (207,56,181). Sum of RGB (Red+Green+Blue) = 207+56+181=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38B5 is #30C74A. Grayscale: #737373. Windows color (decimal): -3196747 or 11876559. OLE color: 11876559.
HSL color Cylindrical-coordinate representation of color #CF38B5: hue angle of 310.33º 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 #CF38B5 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 181 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.19 |
| HSL | 310.33º | 0.61% | 0.52% | - |
| HSV(B) | 310.33º | 0.73% | 0.81% | - |
| XYZ | 35.49 | 19.43 | 45.6 | - |
| YUV | 115.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 181 | 0 | 0.73 | 0.13 | 0.19 | 310.33 | 0.61 | 0.52 |
| Hex | CF | 38 | B5 | 0 | 49 | D | 13 | 136 | 3D | 34 |
| Octal | 317 | 70 | 265 | 0 | 111 | 15 | 23 | 466 | 75 | 64 |
| Binary | 11001111 | 111000 | 10110101 | 0 | 1001001 | 1101 | 10011 | 100110110 | 111101 | 110100 |
Color Harmonies of #CF38B5
Complementary color
Monochromatic Colors of #CF38B5
Black with #CF38B5
Text Example
Text Example
White with #CF38B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38B5; }
p { color: rgb(207,56,181); }
H1.HeaderClassName
{
color: #CF38B5;
}
.AnyTagClassName
{
color: #CF38B5;
}
</style>
background-color css
<style>
a { background-color: #CF38B5; }
a { background-color: rgb(207,56,181); }
div.DivClassName
{
background-color: #CF38B5;
}
.BgClassName
{
background-color: #CF38B5;
}
</style>
border-color css
<style>
span { border-color: #CF38B5; }
span { border-color: rgb(207,56,181); }
td.TdClassName
{
border-color: #CF38B5;
}
.TagClassName
{
border-color: #CF38B5;
}
</style>