Shades of Fuchsia #CF3AB3
Tints of Fuchsia #CF3AB3
RGB
CMYK
RGB Variations
Color information
#CF3AB3 (or 0xCF3AB3) is known color: Fuchsia. HEX triplet: CF, 3A and B3. RGB value is (207,58,179). Sum of RGB (Red+Green+Blue) = 207+58+179=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3AB3 is #30C54C. Grayscale: #747474. Windows color (decimal): -3196237 or 11745999. OLE color: 11745999.
HSL color Cylindrical-coordinate representation of color #CF3AB3: hue angle of 311.28º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3AB3 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 179 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.19 |
| HSL | 311.28º | 0.61% | 0.52% | - |
| HSV(B) | 311.28º | 0.72% | 0.81% | - |
| XYZ | 35.38 | 19.55 | 44.56 | - |
| YUV | 116.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 179 | 0 | 0.72 | 0.14 | 0.19 | 311.28 | 0.61 | 0.52 |
| Hex | CF | 3A | B3 | 0 | 48 | E | 13 | 137 | 3D | 34 |
| Octal | 317 | 72 | 263 | 0 | 110 | 16 | 23 | 467 | 75 | 64 |
| Binary | 11001111 | 111010 | 10110011 | 0 | 1001000 | 1110 | 10011 | 100110111 | 111101 | 110100 |
Color Harmonies of #CF3AB3
Complementary color
Monochromatic Colors of #CF3AB3
Black with #CF3AB3
Text Example
Text Example
White with #CF3AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AB3; }
p { color: rgb(207,58,179); }
H1.HeaderClassName
{
color: #CF3AB3;
}
.AnyTagClassName
{
color: #CF3AB3;
}
</style>
background-color css
<style>
a { background-color: #CF3AB3; }
a { background-color: rgb(207,58,179); }
div.DivClassName
{
background-color: #CF3AB3;
}
.BgClassName
{
background-color: #CF3AB3;
}
</style>
border-color css
<style>
span { border-color: #CF3AB3; }
span { border-color: rgb(207,58,179); }
td.TdClassName
{
border-color: #CF3AB3;
}
.TagClassName
{
border-color: #CF3AB3;
}
</style>