Shades of Fuchsia #CB46CF
Tints of Fuchsia #CB46CF
RGB
CMYK
RGB Variations
Color information
#CB46CF (or 0xCB46CF) is known color: Fuchsia. HEX triplet: CB, 46 and CF. RGB value is (203,70,207). Sum of RGB (Red+Green+Blue) = 203+70+207=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB46CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46CF is #34B930. Grayscale: #7C7C7C. Windows color (decimal): -3455281 or 13584075. OLE color: 13584075.
HSL color Cylindrical-coordinate representation of color #CB46CF: hue angle of 298.25º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46CF is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 70 | 207 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.19 |
| HSL | 298.25º | 0.59% | 0.54% | - |
| HSV(B) | 298.25º | 0.66% | 0.81% | - |
| XYZ | 38.08 | 21.58 | 61.19 | - |
| YUV | 125.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 207 | 0.02 | 0.66 | 0 | 0.19 | 298.25 | 0.59 | 0.54 |
| Hex | CB | 46 | CF | 2 | 42 | 0 | 13 | 12A | 3B | 36 |
| Octal | 313 | 106 | 317 | 2 | 102 | 0 | 23 | 452 | 73 | 66 |
| Binary | 11001011 | 1000110 | 11001111 | 10 | 1000010 | 0 | 10011 | 100101010 | 111011 | 110110 |
Color Harmonies of #CB46CF
Complementary color
Monochromatic Colors of #CB46CF
Black with #CB46CF
Text Example
Text Example
White with #CB46CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46CF; }
p { color: rgb(203,70,207); }
H1.HeaderClassName
{
color: #CB46CF;
}
.AnyTagClassName
{
color: #CB46CF;
}
</style>
background-color css
<style>
a { background-color: #CB46CF; }
a { background-color: rgb(203,70,207); }
div.DivClassName
{
background-color: #CB46CF;
}
.BgClassName
{
background-color: #CB46CF;
}
</style>
border-color css
<style>
span { border-color: #CB46CF; }
span { border-color: rgb(203,70,207); }
td.TdClassName
{
border-color: #CB46CF;
}
.TagClassName
{
border-color: #CB46CF;
}
</style>