Shades of Fuchsia #CF44CA
Tints of Fuchsia #CF44CA
RGB
CMYK
RGB Variations
Color information
#CF44CA (or 0xCF44CA) is known color: Fuchsia. HEX triplet: CF, 44 and CA. RGB value is (207,68,202). Sum of RGB (Red+Green+Blue) = 207+68+202=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44CA is #30BB35. Grayscale: #7C7C7C. Windows color (decimal): -3193654 or 13255887. OLE color: 13255887.
HSL color Cylindrical-coordinate representation of color #CF44CA: hue angle of 302.16º 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 #CF44CA is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 202 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.19 |
| HSL | 302.16º | 0.59% | 0.54% | - |
| HSV(B) | 302.16º | 0.67% | 0.81% | - |
| XYZ | 38.46 | 21.66 | 58.03 | - |
| YUV | 124.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 202 | 0 | 0.67 | 0.02 | 0.19 | 302.16 | 0.59 | 0.54 |
| Hex | CF | 44 | CA | 0 | 43 | 2 | 13 | 12E | 3B | 36 |
| Octal | 317 | 104 | 312 | 0 | 103 | 2 | 23 | 456 | 73 | 66 |
| Binary | 11001111 | 1000100 | 11001010 | 0 | 1000011 | 10 | 10011 | 100101110 | 111011 | 110110 |
Color Harmonies of #CF44CA
Complementary color
Monochromatic Colors of #CF44CA
Black with #CF44CA
Text Example
Text Example
White with #CF44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44CA; }
p { color: rgb(207,68,202); }
H1.HeaderClassName
{
color: #CF44CA;
}
.AnyTagClassName
{
color: #CF44CA;
}
</style>
background-color css
<style>
a { background-color: #CF44CA; }
a { background-color: rgb(207,68,202); }
div.DivClassName
{
background-color: #CF44CA;
}
.BgClassName
{
background-color: #CF44CA;
}
</style>
border-color css
<style>
span { border-color: #CF44CA; }
span { border-color: rgb(207,68,202); }
td.TdClassName
{
border-color: #CF44CA;
}
.TagClassName
{
border-color: #CF44CA;
}
</style>