Shades of Fuchsia #CF30BC
Tints of Fuchsia #CF30BC
RGB
CMYK
RGB Variations
Color information
#CF30BC (or 0xCF30BC) is known color: Fuchsia. HEX triplet: CF, 30 and BC. RGB value is (207,48,188). Sum of RGB (Red+Green+Blue) = 207+48+188=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30BC is #30CF43. Grayscale: #6F6F6F. Windows color (decimal): -3198788 or 12333263. OLE color: 12333263.
HSL color Cylindrical-coordinate representation of color #CF30BC: hue angle of 307.17º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF30BC is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 188 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.19 |
| HSL | 307.17º | 0.62% | 0.5% | - |
| HSV(B) | 307.17º | 0.77% | 0.81% | - |
| XYZ | 35.87 | 19.01 | 49.36 | - |
| YUV | 111.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 188 | 0 | 0.77 | 0.09 | 0.19 | 307.17 | 0.62 | 0.5 |
| Hex | CF | 30 | BC | 0 | 4D | 9 | 13 | 133 | 3E | 32 |
| Octal | 317 | 60 | 274 | 0 | 115 | 11 | 23 | 463 | 76 | 62 |
| Binary | 11001111 | 110000 | 10111100 | 0 | 1001101 | 1001 | 10011 | 100110011 | 111110 | 110010 |
Color Harmonies of #CF30BC
Complementary color
Monochromatic Colors of #CF30BC
Black with #CF30BC
Text Example
Text Example
White with #CF30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF30BC; }
p { color: rgb(207,48,188); }
H1.HeaderClassName
{
color: #CF30BC;
}
.AnyTagClassName
{
color: #CF30BC;
}
</style>
background-color css
<style>
a { background-color: #CF30BC; }
a { background-color: rgb(207,48,188); }
div.DivClassName
{
background-color: #CF30BC;
}
.BgClassName
{
background-color: #CF30BC;
}
</style>
border-color css
<style>
span { border-color: #CF30BC; }
span { border-color: rgb(207,48,188); }
td.TdClassName
{
border-color: #CF30BC;
}
.TagClassName
{
border-color: #CF30BC;
}
</style>