Shades of Fuchsia #CF3ABE
Tints of Fuchsia #CF3ABE
RGB
CMYK
RGB Variations
Color information
#CF3ABE (or 0xCF3ABE) is known color: Fuchsia. HEX triplet: CF, 3A and BE. RGB value is (207,58,190). Sum of RGB (Red+Green+Blue) = 207+58+190=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ABE is #30C541. Grayscale: #757575. Windows color (decimal): -3196226 or 12466895. OLE color: 12466895.
HSL color Cylindrical-coordinate representation of color #CF3ABE: hue angle of 306.85º 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 #CF3ABE is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 190 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.19 |
| HSL | 306.85º | 0.61% | 0.52% | - |
| HSV(B) | 306.85º | 0.72% | 0.81% | - |
| XYZ | 36.54 | 20.01 | 50.65 | - |
| YUV | 117.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 190 | 0 | 0.72 | 0.08 | 0.19 | 306.85 | 0.61 | 0.52 |
| Hex | CF | 3A | BE | 0 | 48 | 8 | 13 | 133 | 3D | 34 |
| Octal | 317 | 72 | 276 | 0 | 110 | 10 | 23 | 463 | 75 | 64 |
| Binary | 11001111 | 111010 | 10111110 | 0 | 1001000 | 1000 | 10011 | 100110011 | 111101 | 110100 |
Color Harmonies of #CF3ABE
Complementary color
Monochromatic Colors of #CF3ABE
Black with #CF3ABE
Text Example
Text Example
White with #CF3ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3ABE; }
p { color: rgb(207,58,190); }
H1.HeaderClassName
{
color: #CF3ABE;
}
.AnyTagClassName
{
color: #CF3ABE;
}
</style>
background-color css
<style>
a { background-color: #CF3ABE; }
a { background-color: rgb(207,58,190); }
div.DivClassName
{
background-color: #CF3ABE;
}
.BgClassName
{
background-color: #CF3ABE;
}
</style>
border-color css
<style>
span { border-color: #CF3ABE; }
span { border-color: rgb(207,58,190); }
td.TdClassName
{
border-color: #CF3ABE;
}
.TagClassName
{
border-color: #CF3ABE;
}
</style>