Shades of Fuchsia #CF44CB
Tints of Fuchsia #CF44CB
RGB
CMYK
RGB Variations
Color information
#CF44CB (or 0xCF44CB) is known color: Fuchsia. HEX triplet: CF, 44 and CB. RGB value is (207,68,203). Sum of RGB (Red+Green+Blue) = 207+68+203=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44CB is #30BB34. Grayscale: #7C7C7C. Windows color (decimal): -3193653 or 13321423. OLE color: 13321423.
HSL color Cylindrical-coordinate representation of color #CF44CB: hue angle of 301.73º 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 #CF44CB is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 203 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.19 |
| HSL | 301.73º | 0.59% | 0.54% | - |
| HSV(B) | 301.73º | 0.67% | 0.81% | - |
| XYZ | 38.58 | 21.71 | 58.66 | - |
| YUV | 124.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 203 | 0 | 0.67 | 0.02 | 0.19 | 301.73 | 0.59 | 0.54 |
| Hex | CF | 44 | CB | 0 | 43 | 2 | 13 | 12E | 3B | 36 |
| Octal | 317 | 104 | 313 | 0 | 103 | 2 | 23 | 456 | 73 | 66 |
| Binary | 11001111 | 1000100 | 11001011 | 0 | 1000011 | 10 | 10011 | 100101110 | 111011 | 110110 |
Color Harmonies of #CF44CB
Complementary color
Monochromatic Colors of #CF44CB
Black with #CF44CB
Text Example
Text Example
White with #CF44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44CB; }
p { color: rgb(207,68,203); }
H1.HeaderClassName
{
color: #CF44CB;
}
.AnyTagClassName
{
color: #CF44CB;
}
</style>
background-color css
<style>
a { background-color: #CF44CB; }
a { background-color: rgb(207,68,203); }
div.DivClassName
{
background-color: #CF44CB;
}
.BgClassName
{
background-color: #CF44CB;
}
</style>
border-color css
<style>
span { border-color: #CF44CB; }
span { border-color: rgb(207,68,203); }
td.TdClassName
{
border-color: #CF44CB;
}
.TagClassName
{
border-color: #CF44CB;
}
</style>