Shades of Fuchsia #CB5FC5
Tints of Fuchsia #CB5FC5
RGB
CMYK
RGB Variations
Color information
#CB5FC5 (or 0xCB5FC5) is known color: Fuchsia. HEX triplet: CB, 5F and C5. RGB value is (203,95,197). Sum of RGB (Red+Green+Blue) = 203+95+197=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FC5 is #34A03A. Grayscale: #8A8A8A. Windows color (decimal): -3448891 or 12935115. OLE color: 12935115.
HSL color Cylindrical-coordinate representation of color #CB5FC5: hue angle of 303.33º 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 #CB5FC5 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 197 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.20 |
| HSL | 303.33º | 0.51% | 0.58% | - |
| HSV(B) | 303.33º | 0.53% | 0.8% | - |
| XYZ | 38.8 | 24.91 | 55.59 | - |
| YUV | 138.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 197 | 0 | 0.53 | 0.03 | 0.20 | 303.33 | 0.51 | 0.58 |
| Hex | CB | 5F | C5 | 0 | 35 | 3 | 14 | 12F | 33 | 3A |
| Octal | 313 | 137 | 305 | 0 | 65 | 3 | 24 | 457 | 63 | 72 |
| Binary | 11001011 | 1011111 | 11000101 | 0 | 110101 | 11 | 10100 | 100101111 | 110011 | 111010 |
Color Harmonies of #CB5FC5
Complementary color
Monochromatic Colors of #CB5FC5
Black with #CB5FC5
Text Example
Text Example
White with #CB5FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5FC5; }
p { color: rgb(203,95,197); }
H1.HeaderClassName
{
color: #CB5FC5;
}
.AnyTagClassName
{
color: #CB5FC5;
}
</style>
background-color css
<style>
a { background-color: #CB5FC5; }
a { background-color: rgb(203,95,197); }
div.DivClassName
{
background-color: #CB5FC5;
}
.BgClassName
{
background-color: #CB5FC5;
}
</style>
border-color css
<style>
span { border-color: #CB5FC5; }
span { border-color: rgb(203,95,197); }
td.TdClassName
{
border-color: #CB5FC5;
}
.TagClassName
{
border-color: #CB5FC5;
}
</style>