Shades of Fuchsia #CB4AC3
Tints of Fuchsia #CB4AC3
RGB
CMYK
RGB Variations
Color information
#CB4AC3 (or 0xCB4AC3) is known color: Fuchsia. HEX triplet: CB, 4A and C3. RGB value is (203,74,195). Sum of RGB (Red+Green+Blue) = 203+74+195=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AC3 is #34B53C. Grayscale: #7E7E7E. Windows color (decimal): -3454269 or 12798667. OLE color: 12798667.
HSL color Cylindrical-coordinate representation of color #CB4AC3: hue angle of 303.72º 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 #CB4AC3 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 195 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.20 |
| HSL | 303.72º | 0.55% | 0.54% | - |
| HSV(B) | 303.72º | 0.64% | 0.8% | - |
| XYZ | 36.93 | 21.53 | 53.84 | - |
| YUV | 126.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 195 | 0 | 0.64 | 0.04 | 0.20 | 303.72 | 0.55 | 0.54 |
| Hex | CB | 4A | C3 | 0 | 40 | 4 | 14 | 130 | 37 | 36 |
| Octal | 313 | 112 | 303 | 0 | 100 | 4 | 24 | 460 | 67 | 66 |
| Binary | 11001011 | 1001010 | 11000011 | 0 | 1000000 | 100 | 10100 | 100110000 | 110111 | 110110 |
Color Harmonies of #CB4AC3
Complementary color
Monochromatic Colors of #CB4AC3
Black with #CB4AC3
Text Example
Text Example
White with #CB4AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AC3; }
p { color: rgb(203,74,195); }
H1.HeaderClassName
{
color: #CB4AC3;
}
.AnyTagClassName
{
color: #CB4AC3;
}
</style>
background-color css
<style>
a { background-color: #CB4AC3; }
a { background-color: rgb(203,74,195); }
div.DivClassName
{
background-color: #CB4AC3;
}
.BgClassName
{
background-color: #CB4AC3;
}
</style>
border-color css
<style>
span { border-color: #CB4AC3; }
span { border-color: rgb(203,74,195); }
td.TdClassName
{
border-color: #CB4AC3;
}
.TagClassName
{
border-color: #CB4AC3;
}
</style>