Shades of Fuchsia #CF4CCA
Tints of Fuchsia #CF4CCA
RGB
CMYK
RGB Variations
Color information
#CF4CCA (or 0xCF4CCA) is known color: Fuchsia. HEX triplet: CF, 4C and CA. RGB value is (207,76,202). Sum of RGB (Red+Green+Blue) = 207+76+202=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CCA is #30B335. Grayscale: #818181. Windows color (decimal): -3191606 or 13257935. OLE color: 13257935.
HSL color Cylindrical-coordinate representation of color #CF4CCA: hue angle of 302.29º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4CCA is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 202 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.19 |
| HSL | 302.29º | 0.58% | 0.55% | - |
| HSV(B) | 302.29º | 0.63% | 0.81% | - |
| XYZ | 38.98 | 22.7 | 58.2 | - |
| YUV | 129.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 202 | 0 | 0.63 | 0.02 | 0.19 | 302.29 | 0.58 | 0.55 |
| Hex | CF | 4C | CA | 0 | 3F | 2 | 13 | 12E | 3A | 37 |
| Octal | 317 | 114 | 312 | 0 | 77 | 2 | 23 | 456 | 72 | 67 |
| Binary | 11001111 | 1001100 | 11001010 | 0 | 111111 | 10 | 10011 | 100101110 | 111010 | 110111 |
Color Harmonies of #CF4CCA
Complementary color
Monochromatic Colors of #CF4CCA
Black with #CF4CCA
Text Example
Text Example
White with #CF4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CCA; }
p { color: rgb(207,76,202); }
H1.HeaderClassName
{
color: #CF4CCA;
}
.AnyTagClassName
{
color: #CF4CCA;
}
</style>
background-color css
<style>
a { background-color: #CF4CCA; }
a { background-color: rgb(207,76,202); }
div.DivClassName
{
background-color: #CF4CCA;
}
.BgClassName
{
background-color: #CF4CCA;
}
</style>
border-color css
<style>
span { border-color: #CF4CCA; }
span { border-color: rgb(207,76,202); }
td.TdClassName
{
border-color: #CF4CCA;
}
.TagClassName
{
border-color: #CF4CCA;
}
</style>