Shades of Fuchsia #CB5FCB
Tints of Fuchsia #CB5FCB
RGB
CMYK
RGB Variations
Color information
#CB5FCB (or 0xCB5FCB) is known color: Fuchsia. HEX triplet: CB, 5F and CB. RGB value is (203,95,203). Sum of RGB (Red+Green+Blue) = 203+95+203=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FCB is #34A034. Grayscale: #8B8B8B. Windows color (decimal): -3448885 or 13328331. OLE color: 13328331.
HSL color Cylindrical-coordinate representation of color #CB5FCB: hue angle of 300º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5FCB is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 203 | - |
| CMYK | 0 | 0.53 | 0 | 0.20 |
| HSL | 300º | 0.51% | 0.58% | - |
| HSV(B) | 300º | 0.53% | 0.8% | - |
| XYZ | 39.5 | 25.19 | 59.28 | - |
| YUV | 139.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 203 | 0 | 0.53 | 0 | 0.20 | 300 | 0.51 | 0.58 |
| Hex | CB | 5F | CB | 0 | 35 | 0 | 14 | 12C | 33 | 3A |
| Octal | 313 | 137 | 313 | 0 | 65 | 0 | 24 | 454 | 63 | 72 |
| Binary | 11001011 | 1011111 | 11001011 | 0 | 110101 | 0 | 10100 | 100101100 | 110011 | 111010 |
Color Harmonies of #CB5FCB
Complementary color
Monochromatic Colors of #CB5FCB
Black with #CB5FCB
Text Example
Text Example
White with #CB5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5FCB; }
p { color: rgb(203,95,203); }
H1.HeaderClassName
{
color: #CB5FCB;
}
.AnyTagClassName
{
color: #CB5FCB;
}
</style>
background-color css
<style>
a { background-color: #CB5FCB; }
a { background-color: rgb(203,95,203); }
div.DivClassName
{
background-color: #CB5FCB;
}
.BgClassName
{
background-color: #CB5FCB;
}
</style>
border-color css
<style>
span { border-color: #CB5FCB; }
span { border-color: rgb(203,95,203); }
td.TdClassName
{
border-color: #CB5FCB;
}
.TagClassName
{
border-color: #CB5FCB;
}
</style>