Shades of Fuchsia #CF38C8
Tints of Fuchsia #CF38C8
RGB
CMYK
RGB Variations
Color information
#CF38C8 (or 0xCF38C8) is known color: Fuchsia. HEX triplet: CF, 38 and C8. RGB value is (207,56,200). Sum of RGB (Red+Green+Blue) = 207+56+200=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38C8 is #30C737. Grayscale: #757575. Windows color (decimal): -3196728 or 13121743. OLE color: 13121743.
HSL color Cylindrical-coordinate representation of color #CF38C8: hue angle of 302.78º 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 #CF38C8 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 200 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.19 |
| HSL | 302.78º | 0.61% | 0.52% | - |
| HSV(B) | 302.78º | 0.73% | 0.81% | - |
| XYZ | 37.57 | 20.26 | 56.57 | - |
| YUV | 117.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 200 | 0 | 0.73 | 0.03 | 0.19 | 302.78 | 0.61 | 0.52 |
| Hex | CF | 38 | C8 | 0 | 49 | 3 | 13 | 12F | 3D | 34 |
| Octal | 317 | 70 | 310 | 0 | 111 | 3 | 23 | 457 | 75 | 64 |
| Binary | 11001111 | 111000 | 11001000 | 0 | 1001001 | 11 | 10011 | 100101111 | 111101 | 110100 |
Color Harmonies of #CF38C8
Complementary color
Monochromatic Colors of #CF38C8
Black with #CF38C8
Text Example
Text Example
White with #CF38C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38C8; }
p { color: rgb(207,56,200); }
H1.HeaderClassName
{
color: #CF38C8;
}
.AnyTagClassName
{
color: #CF38C8;
}
</style>
background-color css
<style>
a { background-color: #CF38C8; }
a { background-color: rgb(207,56,200); }
div.DivClassName
{
background-color: #CF38C8;
}
.BgClassName
{
background-color: #CF38C8;
}
</style>
border-color css
<style>
span { border-color: #CF38C8; }
span { border-color: rgb(207,56,200); }
td.TdClassName
{
border-color: #CF38C8;
}
.TagClassName
{
border-color: #CF38C8;
}
</style>