Shades of Fuchsia #CB47CF
Tints of Fuchsia #CB47CF
RGB
CMYK
RGB Variations
Color information
#CB47CF (or 0xCB47CF) is known color: Fuchsia. HEX triplet: CB, 47 and CF. RGB value is (203,71,207). Sum of RGB (Red+Green+Blue) = 203+71+207=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47CF is #34B830. Grayscale: #7D7D7D. Windows color (decimal): -3455025 or 13584331. OLE color: 13584331.
HSL color Cylindrical-coordinate representation of color #CB47CF: hue angle of 298.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB47CF is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 71 | 207 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.19 |
| HSL | 298.24º | 0.59% | 0.55% | - |
| HSV(B) | 298.24º | 0.66% | 0.81% | - |
| XYZ | 38.14 | 21.71 | 61.21 | - |
| YUV | 125.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 207 | 0.02 | 0.66 | 0 | 0.19 | 298.24 | 0.59 | 0.55 |
| Hex | CB | 47 | CF | 2 | 42 | 0 | 13 | 12A | 3B | 37 |
| Octal | 313 | 107 | 317 | 2 | 102 | 0 | 23 | 452 | 73 | 67 |
| Binary | 11001011 | 1000111 | 11001111 | 10 | 1000010 | 0 | 10011 | 100101010 | 111011 | 110111 |
Color Harmonies of #CB47CF
Complementary color
Monochromatic Colors of #CB47CF
Black with #CB47CF
Text Example
Text Example
White with #CB47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47CF; }
p { color: rgb(203,71,207); }
H1.HeaderClassName
{
color: #CB47CF;
}
.AnyTagClassName
{
color: #CB47CF;
}
</style>
background-color css
<style>
a { background-color: #CB47CF; }
a { background-color: rgb(203,71,207); }
div.DivClassName
{
background-color: #CB47CF;
}
.BgClassName
{
background-color: #CB47CF;
}
</style>
border-color css
<style>
span { border-color: #CB47CF; }
span { border-color: rgb(203,71,207); }
td.TdClassName
{
border-color: #CB47CF;
}
.TagClassName
{
border-color: #CB47CF;
}
</style>