Shades of Fuchsia #CB4CAA
Tints of Fuchsia #CB4CAA
RGB
CMYK
RGB Variations
Color information
#CB4CAA (or 0xCB4CAA) is known color: Fuchsia. HEX triplet: CB, 4C and AA. RGB value is (203,76,170). Sum of RGB (Red+Green+Blue) = 203+76+170=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4CAA is #34B355. Grayscale: #7C7C7C. Windows color (decimal): -3453782 or 11160779. OLE color: 11160779.
HSL color Cylindrical-coordinate representation of color #CB4CAA: hue angle of 315.59º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4CAA is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 170 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.20 |
| HSL | 315.59º | 0.55% | 0.55% | - |
| HSV(B) | 315.59º | 0.63% | 0.8% | - |
| XYZ | 34.47 | 20.77 | 40.22 | - |
| YUV | 124.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 170 | 0 | 0.63 | 0.16 | 0.20 | 315.59 | 0.55 | 0.55 |
| Hex | CB | 4C | AA | 0 | 3F | 10 | 14 | 13C | 37 | 37 |
| Octal | 313 | 114 | 252 | 0 | 77 | 20 | 24 | 474 | 67 | 67 |
| Binary | 11001011 | 1001100 | 10101010 | 0 | 111111 | 10000 | 10100 | 100111100 | 110111 | 110111 |
Color Harmonies of #CB4CAA
Complementary color
Monochromatic Colors of #CB4CAA
Black with #CB4CAA
Text Example
Text Example
White with #CB4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CAA; }
p { color: rgb(203,76,170); }
H1.HeaderClassName
{
color: #CB4CAA;
}
.AnyTagClassName
{
color: #CB4CAA;
}
</style>
background-color css
<style>
a { background-color: #CB4CAA; }
a { background-color: rgb(203,76,170); }
div.DivClassName
{
background-color: #CB4CAA;
}
.BgClassName
{
background-color: #CB4CAA;
}
</style>
border-color css
<style>
span { border-color: #CB4CAA; }
span { border-color: rgb(203,76,170); }
td.TdClassName
{
border-color: #CB4CAA;
}
.TagClassName
{
border-color: #CB4CAA;
}
</style>