Shades of Fuchsia #CB4CC5
Tints of Fuchsia #CB4CC5
RGB
CMYK
RGB Variations
Color information
#CB4CC5 (or 0xCB4CC5) is known color: Fuchsia. HEX triplet: CB, 4C and C5. RGB value is (203,76,197). Sum of RGB (Red+Green+Blue) = 203+76+197=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CC5 is #34B33A. Grayscale: #7F7F7F. Windows color (decimal): -3453755 or 12930251. OLE color: 12930251.
HSL color Cylindrical-coordinate representation of color #CB4CC5: hue angle of 302.83º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4CC5 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 197 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.20 |
| HSL | 302.83º | 0.55% | 0.55% | - |
| HSV(B) | 302.83º | 0.63% | 0.8% | - |
| XYZ | 37.29 | 21.9 | 55.08 | - |
| YUV | 127.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 197 | 0 | 0.63 | 0.03 | 0.20 | 302.83 | 0.55 | 0.55 |
| Hex | CB | 4C | C5 | 0 | 3F | 3 | 14 | 12F | 37 | 37 |
| Octal | 313 | 114 | 305 | 0 | 77 | 3 | 24 | 457 | 67 | 67 |
| Binary | 11001011 | 1001100 | 11000101 | 0 | 111111 | 11 | 10100 | 100101111 | 110111 | 110111 |
Color Harmonies of #CB4CC5
Complementary color
Monochromatic Colors of #CB4CC5
Black with #CB4CC5
Text Example
Text Example
White with #CB4CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CC5; }
p { color: rgb(203,76,197); }
H1.HeaderClassName
{
color: #CB4CC5;
}
.AnyTagClassName
{
color: #CB4CC5;
}
</style>
background-color css
<style>
a { background-color: #CB4CC5; }
a { background-color: rgb(203,76,197); }
div.DivClassName
{
background-color: #CB4CC5;
}
.BgClassName
{
background-color: #CB4CC5;
}
</style>
border-color css
<style>
span { border-color: #CB4CC5; }
span { border-color: rgb(203,76,197); }
td.TdClassName
{
border-color: #CB4CC5;
}
.TagClassName
{
border-color: #CB4CC5;
}
</style>