Shades of Fuchsia #CF3CCA
Tints of Fuchsia #CF3CCA
RGB
CMYK
RGB Variations
Color information
#CF3CCA (or 0xCF3CCA) is known color: Fuchsia. HEX triplet: CF, 3C and CA. RGB value is (207,60,202). Sum of RGB (Red+Green+Blue) = 207+60+202=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CCA is #30C335. Grayscale: #777777. Windows color (decimal): -3195702 or 13253839. OLE color: 13253839.
HSL color Cylindrical-coordinate representation of color #CF3CCA: hue angle of 302.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3CCA is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 202 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.19 |
| HSL | 302.04º | 0.6% | 0.52% | - |
| HSV(B) | 302.04º | 0.71% | 0.81% | - |
| XYZ | 38.01 | 20.76 | 57.88 | - |
| YUV | 120.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 202 | 0 | 0.71 | 0.02 | 0.19 | 302.04 | 0.6 | 0.52 |
| Hex | CF | 3C | CA | 0 | 47 | 2 | 13 | 12E | 3C | 34 |
| Octal | 317 | 74 | 312 | 0 | 107 | 2 | 23 | 456 | 74 | 64 |
| Binary | 11001111 | 111100 | 11001010 | 0 | 1000111 | 10 | 10011 | 100101110 | 111100 | 110100 |
Color Harmonies of #CF3CCA
Complementary color
Monochromatic Colors of #CF3CCA
Black with #CF3CCA
Text Example
Text Example
White with #CF3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CCA; }
p { color: rgb(207,60,202); }
H1.HeaderClassName
{
color: #CF3CCA;
}
.AnyTagClassName
{
color: #CF3CCA;
}
</style>
background-color css
<style>
a { background-color: #CF3CCA; }
a { background-color: rgb(207,60,202); }
div.DivClassName
{
background-color: #CF3CCA;
}
.BgClassName
{
background-color: #CF3CCA;
}
</style>
border-color css
<style>
span { border-color: #CF3CCA; }
span { border-color: rgb(207,60,202); }
td.TdClassName
{
border-color: #CF3CCA;
}
.TagClassName
{
border-color: #CF3CCA;
}
</style>