Shades of Fuchsia #CF38C7
Tints of Fuchsia #CF38C7
RGB
CMYK
RGB Variations
Color information
#CF38C7 (or 0xCF38C7) is known color: Fuchsia. HEX triplet: CF, 38 and C7. RGB value is (207,56,199). Sum of RGB (Red+Green+Blue) = 207+56+199=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38C7 is #30C738. Grayscale: #757575. Windows color (decimal): -3196729 or 13056207. OLE color: 13056207.
HSL color Cylindrical-coordinate representation of color #CF38C7: hue angle of 303.18º 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 #CF38C7 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 199 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.19 |
| HSL | 303.18º | 0.61% | 0.52% | - |
| HSV(B) | 303.18º | 0.73% | 0.81% | - |
| XYZ | 37.46 | 20.22 | 55.96 | - |
| YUV | 117.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 199 | 0 | 0.73 | 0.04 | 0.19 | 303.18 | 0.61 | 0.52 |
| Hex | CF | 38 | C7 | 0 | 49 | 4 | 13 | 12F | 3D | 34 |
| Octal | 317 | 70 | 307 | 0 | 111 | 4 | 23 | 457 | 75 | 64 |
| Binary | 11001111 | 111000 | 11000111 | 0 | 1001001 | 100 | 10011 | 100101111 | 111101 | 110100 |
Color Harmonies of #CF38C7
Complementary color
Monochromatic Colors of #CF38C7
Black with #CF38C7
Text Example
Text Example
White with #CF38C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38C7; }
p { color: rgb(207,56,199); }
H1.HeaderClassName
{
color: #CF38C7;
}
.AnyTagClassName
{
color: #CF38C7;
}
</style>
background-color css
<style>
a { background-color: #CF38C7; }
a { background-color: rgb(207,56,199); }
div.DivClassName
{
background-color: #CF38C7;
}
.BgClassName
{
background-color: #CF38C7;
}
</style>
border-color css
<style>
span { border-color: #CF38C7; }
span { border-color: rgb(207,56,199); }
td.TdClassName
{
border-color: #CF38C7;
}
.TagClassName
{
border-color: #CF38C7;
}
</style>