Shades of Fuchsia #CF44C6
Tints of Fuchsia #CF44C6
RGB
CMYK
RGB Variations
Color information
#CF44C6 (or 0xCF44C6) is known color: Fuchsia. HEX triplet: CF, 44 and C6. RGB value is (207,68,198). Sum of RGB (Red+Green+Blue) = 207+68+198=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44C6 is #30BB39. Grayscale: #7C7C7C. Windows color (decimal): -3193658 or 12993743. OLE color: 12993743.
HSL color Cylindrical-coordinate representation of color #CF44C6: hue angle of 303.88º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF44C6 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 198 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.19 |
| HSL | 303.88º | 0.59% | 0.54% | - |
| HSV(B) | 303.88º | 0.67% | 0.81% | - |
| XYZ | 37.99 | 21.48 | 55.57 | - |
| YUV | 124.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 198 | 0 | 0.67 | 0.04 | 0.19 | 303.88 | 0.59 | 0.54 |
| Hex | CF | 44 | C6 | 0 | 43 | 4 | 13 | 130 | 3B | 36 |
| Octal | 317 | 104 | 306 | 0 | 103 | 4 | 23 | 460 | 73 | 66 |
| Binary | 11001111 | 1000100 | 11000110 | 0 | 1000011 | 100 | 10011 | 100110000 | 111011 | 110110 |
Color Harmonies of #CF44C6
Complementary color
Monochromatic Colors of #CF44C6
Black with #CF44C6
Text Example
Text Example
White with #CF44C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44C6; }
p { color: rgb(207,68,198); }
H1.HeaderClassName
{
color: #CF44C6;
}
.AnyTagClassName
{
color: #CF44C6;
}
</style>
background-color css
<style>
a { background-color: #CF44C6; }
a { background-color: rgb(207,68,198); }
div.DivClassName
{
background-color: #CF44C6;
}
.BgClassName
{
background-color: #CF44C6;
}
</style>
border-color css
<style>
span { border-color: #CF44C6; }
span { border-color: rgb(207,68,198); }
td.TdClassName
{
border-color: #CF44C6;
}
.TagClassName
{
border-color: #CF44C6;
}
</style>