Shades of Fuchsia #CF52BC
Tints of Fuchsia #CF52BC
RGB
CMYK
RGB Variations
Color information
#CF52BC (or 0xCF52BC) is known color: Fuchsia. HEX triplet: CF, 52 and BC. RGB value is (207,82,188). Sum of RGB (Red+Green+Blue) = 207+82+188=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52BC is #30AD43. Grayscale: #838383. Windows color (decimal): -3190084 or 12341967. OLE color: 12341967.
HSL color Cylindrical-coordinate representation of color #CF52BC: hue angle of 309.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF52BC is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 188 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.19 |
| HSL | 309.12º | 0.57% | 0.57% | - |
| HSV(B) | 309.12º | 0.6% | 0.81% | - |
| XYZ | 37.83 | 22.93 | 50.01 | - |
| YUV | 131.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 188 | 0 | 0.60 | 0.09 | 0.19 | 309.12 | 0.57 | 0.57 |
| Hex | CF | 52 | BC | 0 | 3C | 9 | 13 | 135 | 39 | 39 |
| Octal | 317 | 122 | 274 | 0 | 74 | 11 | 23 | 465 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10111100 | 0 | 111100 | 1001 | 10011 | 100110101 | 111001 | 111001 |
Color Harmonies of #CF52BC
Complementary color
Monochromatic Colors of #CF52BC
Black with #CF52BC
Text Example
Text Example
White with #CF52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52BC; }
p { color: rgb(207,82,188); }
H1.HeaderClassName
{
color: #CF52BC;
}
.AnyTagClassName
{
color: #CF52BC;
}
</style>
background-color css
<style>
a { background-color: #CF52BC; }
a { background-color: rgb(207,82,188); }
div.DivClassName
{
background-color: #CF52BC;
}
.BgClassName
{
background-color: #CF52BC;
}
</style>
border-color css
<style>
span { border-color: #CF52BC; }
span { border-color: rgb(207,82,188); }
td.TdClassName
{
border-color: #CF52BC;
}
.TagClassName
{
border-color: #CF52BC;
}
</style>