Shades of Fuchsia #CB5CB7
Tints of Fuchsia #CB5CB7
RGB
CMYK
RGB Variations
Color information
#CB5CB7 (or 0xCB5CB7) is known color: Fuchsia. HEX triplet: CB, 5C and B7. RGB value is (203,92,183). Sum of RGB (Red+Green+Blue) = 203+92+183=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CB7 is #34A348. Grayscale: #878787. Windows color (decimal): -3449673 or 12016843. OLE color: 12016843.
HSL color Cylindrical-coordinate representation of color #CB5CB7: hue angle of 310.81º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5CB7 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 183 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.20 |
| HSL | 310.81º | 0.52% | 0.58% | - |
| HSV(B) | 310.81º | 0.55% | 0.8% | - |
| XYZ | 37 | 23.77 | 47.44 | - |
| YUV | 135.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 183 | 0 | 0.55 | 0.10 | 0.20 | 310.81 | 0.52 | 0.58 |
| Hex | CB | 5C | B7 | 0 | 37 | A | 14 | 137 | 34 | 3A |
| Octal | 313 | 134 | 267 | 0 | 67 | 12 | 24 | 467 | 64 | 72 |
| Binary | 11001011 | 1011100 | 10110111 | 0 | 110111 | 1010 | 10100 | 100110111 | 110100 | 111010 |
Color Harmonies of #CB5CB7
Complementary color
Monochromatic Colors of #CB5CB7
Black with #CB5CB7
Text Example
Text Example
White with #CB5CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CB7; }
p { color: rgb(203,92,183); }
H1.HeaderClassName
{
color: #CB5CB7;
}
.AnyTagClassName
{
color: #CB5CB7;
}
</style>
background-color css
<style>
a { background-color: #CB5CB7; }
a { background-color: rgb(203,92,183); }
div.DivClassName
{
background-color: #CB5CB7;
}
.BgClassName
{
background-color: #CB5CB7;
}
</style>
border-color css
<style>
span { border-color: #CB5CB7; }
span { border-color: rgb(203,92,183); }
td.TdClassName
{
border-color: #CB5CB7;
}
.TagClassName
{
border-color: #CB5CB7;
}
</style>