Shades of Fuchsia #CF3CB3
Tints of Fuchsia #CF3CB3
RGB
CMYK
RGB Variations
Color information
#CF3CB3 (or 0xCF3CB3) is known color: Fuchsia. HEX triplet: CF, 3C and B3. RGB value is (207,60,179). Sum of RGB (Red+Green+Blue) = 207+60+179=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CB3 is #30C34C. Grayscale: #757575. Windows color (decimal): -3195725 or 11746511. OLE color: 11746511.
HSL color Cylindrical-coordinate representation of color #CF3CB3: hue angle of 311.43º 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 #CF3CB3 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 179 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.19 |
| HSL | 311.43º | 0.6% | 0.52% | - |
| HSV(B) | 311.43º | 0.71% | 0.81% | - |
| XYZ | 35.48 | 19.75 | 44.59 | - |
| YUV | 117.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 179 | 0 | 0.71 | 0.14 | 0.19 | 311.43 | 0.6 | 0.52 |
| Hex | CF | 3C | B3 | 0 | 47 | E | 13 | 137 | 3C | 34 |
| Octal | 317 | 74 | 263 | 0 | 107 | 16 | 23 | 467 | 74 | 64 |
| Binary | 11001111 | 111100 | 10110011 | 0 | 1000111 | 1110 | 10011 | 100110111 | 111100 | 110100 |
Color Harmonies of #CF3CB3
Complementary color
Monochromatic Colors of #CF3CB3
Black with #CF3CB3
Text Example
Text Example
White with #CF3CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CB3; }
p { color: rgb(207,60,179); }
H1.HeaderClassName
{
color: #CF3CB3;
}
.AnyTagClassName
{
color: #CF3CB3;
}
</style>
background-color css
<style>
a { background-color: #CF3CB3; }
a { background-color: rgb(207,60,179); }
div.DivClassName
{
background-color: #CF3CB3;
}
.BgClassName
{
background-color: #CF3CB3;
}
</style>
border-color css
<style>
span { border-color: #CF3CB3; }
span { border-color: rgb(207,60,179); }
td.TdClassName
{
border-color: #CF3CB3;
}
.TagClassName
{
border-color: #CF3CB3;
}
</style>