Shades of Fuchsia #CF38C6
Tints of Fuchsia #CF38C6
RGB
CMYK
RGB Variations
Color information
#CF38C6 (or 0xCF38C6) is known color: Fuchsia. HEX triplet: CF, 38 and C6. RGB value is (207,56,198). Sum of RGB (Red+Green+Blue) = 207+56+198=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38C6 is #30C739. Grayscale: #747474. Windows color (decimal): -3196730 or 12990671. OLE color: 12990671.
HSL color Cylindrical-coordinate representation of color #CF38C6: hue angle of 303.58º 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 #CF38C6 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 198 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.19 |
| HSL | 303.58º | 0.61% | 0.52% | - |
| HSV(B) | 303.58º | 0.73% | 0.81% | - |
| XYZ | 37.34 | 20.17 | 55.35 | - |
| YUV | 117.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 198 | 0 | 0.73 | 0.04 | 0.19 | 303.58 | 0.61 | 0.52 |
| Hex | CF | 38 | C6 | 0 | 49 | 4 | 13 | 130 | 3D | 34 |
| Octal | 317 | 70 | 306 | 0 | 111 | 4 | 23 | 460 | 75 | 64 |
| Binary | 11001111 | 111000 | 11000110 | 0 | 1001001 | 100 | 10011 | 100110000 | 111101 | 110100 |
Color Harmonies of #CF38C6
Complementary color
Monochromatic Colors of #CF38C6
Black with #CF38C6
Text Example
Text Example
White with #CF38C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38C6; }
p { color: rgb(207,56,198); }
H1.HeaderClassName
{
color: #CF38C6;
}
.AnyTagClassName
{
color: #CF38C6;
}
</style>
background-color css
<style>
a { background-color: #CF38C6; }
a { background-color: rgb(207,56,198); }
div.DivClassName
{
background-color: #CF38C6;
}
.BgClassName
{
background-color: #CF38C6;
}
</style>
border-color css
<style>
span { border-color: #CF38C6; }
span { border-color: rgb(207,56,198); }
td.TdClassName
{
border-color: #CF38C6;
}
.TagClassName
{
border-color: #CF38C6;
}
</style>