Shades of Fuchsia #CB5CCA
Tints of Fuchsia #CB5CCA
RGB
CMYK
RGB Variations
Color information
#CB5CCA (or 0xCB5CCA) is known color: Fuchsia. HEX triplet: CB, 5C and CA. RGB value is (203,92,202). Sum of RGB (Red+Green+Blue) = 203+92+202=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CCA is #34A335. Grayscale: #898989. Windows color (decimal): -3449654 or 13262027. OLE color: 13262027.
HSL color Cylindrical-coordinate representation of color #CB5CCA: hue angle of 300.54º 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 #CB5CCA is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 202 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.20 |
| HSL | 300.54º | 0.52% | 0.58% | - |
| HSV(B) | 300.54º | 0.55% | 0.8% | - |
| XYZ | 39.12 | 24.62 | 58.57 | - |
| YUV | 137.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 202 | 0 | 0.55 | 0.00 | 0.20 | 300.54 | 0.52 | 0.58 |
| Hex | CB | 5C | CA | 0 | 37 | 0 | 14 | 12D | 34 | 3A |
| Octal | 313 | 134 | 312 | 0 | 67 | 0 | 24 | 455 | 64 | 72 |
| Binary | 11001011 | 1011100 | 11001010 | 0 | 110111 | 0 | 10100 | 100101101 | 110100 | 111010 |
Color Harmonies of #CB5CCA
Complementary color
Monochromatic Colors of #CB5CCA
Black with #CB5CCA
Text Example
Text Example
White with #CB5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CCA; }
p { color: rgb(203,92,202); }
H1.HeaderClassName
{
color: #CB5CCA;
}
.AnyTagClassName
{
color: #CB5CCA;
}
</style>
background-color css
<style>
a { background-color: #CB5CCA; }
a { background-color: rgb(203,92,202); }
div.DivClassName
{
background-color: #CB5CCA;
}
.BgClassName
{
background-color: #CB5CCA;
}
</style>
border-color css
<style>
span { border-color: #CB5CCA; }
span { border-color: rgb(203,92,202); }
td.TdClassName
{
border-color: #CB5CCA;
}
.TagClassName
{
border-color: #CB5CCA;
}
</style>