Shades of Fuchsia #CB55C4
Tints of Fuchsia #CB55C4
RGB
CMYK
RGB Variations
Color information
#CB55C4 (or 0xCB55C4) is known color: Fuchsia. HEX triplet: CB, 55 and C4. RGB value is (203,85,196). Sum of RGB (Red+Green+Blue) = 203+85+196=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55C4 is #34AA3B. Grayscale: #848484. Windows color (decimal): -3451452 or 12867019. OLE color: 12867019.
HSL color Cylindrical-coordinate representation of color #CB55C4: hue angle of 303.56º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB55C4 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 196 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.20 |
| HSL | 303.56º | 0.53% | 0.56% | - |
| HSV(B) | 303.56º | 0.58% | 0.8% | - |
| XYZ | 37.84 | 23.18 | 54.7 | - |
| YUV | 132.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 196 | 0 | 0.58 | 0.03 | 0.20 | 303.56 | 0.53 | 0.56 |
| Hex | CB | 55 | C4 | 0 | 3A | 3 | 14 | 130 | 35 | 38 |
| Octal | 313 | 125 | 304 | 0 | 72 | 3 | 24 | 460 | 65 | 70 |
| Binary | 11001011 | 1010101 | 11000100 | 0 | 111010 | 11 | 10100 | 100110000 | 110101 | 111000 |
Color Harmonies of #CB55C4
Complementary color
Monochromatic Colors of #CB55C4
Black with #CB55C4
Text Example
Text Example
White with #CB55C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55C4; }
p { color: rgb(203,85,196); }
H1.HeaderClassName
{
color: #CB55C4;
}
.AnyTagClassName
{
color: #CB55C4;
}
</style>
background-color css
<style>
a { background-color: #CB55C4; }
a { background-color: rgb(203,85,196); }
div.DivClassName
{
background-color: #CB55C4;
}
.BgClassName
{
background-color: #CB55C4;
}
</style>
border-color css
<style>
span { border-color: #CB55C4; }
span { border-color: rgb(203,85,196); }
td.TdClassName
{
border-color: #CB55C4;
}
.TagClassName
{
border-color: #CB55C4;
}
</style>