Shades of Fuchsia #CB47C4
Tints of Fuchsia #CB47C4
RGB
CMYK
RGB Variations
Color information
#CB47C4 (or 0xCB47C4) is known color: Fuchsia. HEX triplet: CB, 47 and C4. RGB value is (203,71,196). Sum of RGB (Red+Green+Blue) = 203+71+196=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47C4 is #34B83B. Grayscale: #7C7C7C. Windows color (decimal): -3455036 or 12863435. OLE color: 12863435.
HSL color Cylindrical-coordinate representation of color #CB47C4: hue angle of 303.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB47C4 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 196 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.20 |
| HSL | 303.18º | 0.56% | 0.54% | - |
| HSV(B) | 303.18º | 0.65% | 0.8% | - |
| XYZ | 36.85 | 21.19 | 54.37 | - |
| YUV | 124.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 196 | 0 | 0.65 | 0.03 | 0.20 | 303.18 | 0.56 | 0.54 |
| Hex | CB | 47 | C4 | 0 | 41 | 3 | 14 | 12F | 38 | 36 |
| Octal | 313 | 107 | 304 | 0 | 101 | 3 | 24 | 457 | 70 | 66 |
| Binary | 11001011 | 1000111 | 11000100 | 0 | 1000001 | 11 | 10100 | 100101111 | 111000 | 110110 |
Color Harmonies of #CB47C4
Complementary color
Monochromatic Colors of #CB47C4
Black with #CB47C4
Text Example
Text Example
White with #CB47C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47C4; }
p { color: rgb(203,71,196); }
H1.HeaderClassName
{
color: #CB47C4;
}
.AnyTagClassName
{
color: #CB47C4;
}
</style>
background-color css
<style>
a { background-color: #CB47C4; }
a { background-color: rgb(203,71,196); }
div.DivClassName
{
background-color: #CB47C4;
}
.BgClassName
{
background-color: #CB47C4;
}
</style>
border-color css
<style>
span { border-color: #CB47C4; }
span { border-color: rgb(203,71,196); }
td.TdClassName
{
border-color: #CB47C4;
}
.TagClassName
{
border-color: #CB47C4;
}
</style>