Shades of Fuchsia #CB4AC5
Tints of Fuchsia #CB4AC5
RGB
CMYK
RGB Variations
Color information
#CB4AC5 (or 0xCB4AC5) is known color: Fuchsia. HEX triplet: CB, 4A and C5. RGB value is (203,74,197). Sum of RGB (Red+Green+Blue) = 203+74+197=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AC5 is #34B53A. Grayscale: #7E7E7E. Windows color (decimal): -3454267 or 12929739. OLE color: 12929739.
HSL color Cylindrical-coordinate representation of color #CB4AC5: hue angle of 302.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4AC5 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 197 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.20 |
| HSL | 302.79º | 0.55% | 0.54% | - |
| HSV(B) | 302.79º | 0.64% | 0.8% | - |
| XYZ | 37.16 | 21.63 | 55.04 | - |
| YUV | 126.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 197 | 0 | 0.64 | 0.03 | 0.20 | 302.79 | 0.55 | 0.54 |
| Hex | CB | 4A | C5 | 0 | 40 | 3 | 14 | 12F | 37 | 36 |
| Octal | 313 | 112 | 305 | 0 | 100 | 3 | 24 | 457 | 67 | 66 |
| Binary | 11001011 | 1001010 | 11000101 | 0 | 1000000 | 11 | 10100 | 100101111 | 110111 | 110110 |
Color Harmonies of #CB4AC5
Complementary color
Monochromatic Colors of #CB4AC5
Black with #CB4AC5
Text Example
Text Example
White with #CB4AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AC5; }
p { color: rgb(203,74,197); }
H1.HeaderClassName
{
color: #CB4AC5;
}
.AnyTagClassName
{
color: #CB4AC5;
}
</style>
background-color css
<style>
a { background-color: #CB4AC5; }
a { background-color: rgb(203,74,197); }
div.DivClassName
{
background-color: #CB4AC5;
}
.BgClassName
{
background-color: #CB4AC5;
}
</style>
border-color css
<style>
span { border-color: #CB4AC5; }
span { border-color: rgb(203,74,197); }
td.TdClassName
{
border-color: #CB4AC5;
}
.TagClassName
{
border-color: #CB4AC5;
}
</style>