Shades of Fuchsia #CB4CC2
Tints of Fuchsia #CB4CC2
RGB
CMYK
RGB Variations
Color information
#CB4CC2 (or 0xCB4CC2) is known color: Fuchsia. HEX triplet: CB, 4C and C2. RGB value is (203,76,194). Sum of RGB (Red+Green+Blue) = 203+76+194=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CC2 is #34B33D. Grayscale: #7F7F7F. Windows color (decimal): -3453758 or 12733643. OLE color: 12733643.
HSL color Cylindrical-coordinate representation of color #CB4CC2: hue angle of 304.25º 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 #CB4CC2 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 194 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.20 |
| HSL | 304.25º | 0.55% | 0.55% | - |
| HSV(B) | 304.25º | 0.63% | 0.8% | - |
| XYZ | 36.95 | 21.76 | 53.29 | - |
| YUV | 127.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 194 | 0 | 0.63 | 0.04 | 0.20 | 304.25 | 0.55 | 0.55 |
| Hex | CB | 4C | C2 | 0 | 3F | 4 | 14 | 130 | 37 | 37 |
| Octal | 313 | 114 | 302 | 0 | 77 | 4 | 24 | 460 | 67 | 67 |
| Binary | 11001011 | 1001100 | 11000010 | 0 | 111111 | 100 | 10100 | 100110000 | 110111 | 110111 |
Color Harmonies of #CB4CC2
Complementary color
Monochromatic Colors of #CB4CC2
Black with #CB4CC2
Text Example
Text Example
White with #CB4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CC2; }
p { color: rgb(203,76,194); }
H1.HeaderClassName
{
color: #CB4CC2;
}
.AnyTagClassName
{
color: #CB4CC2;
}
</style>
background-color css
<style>
a { background-color: #CB4CC2; }
a { background-color: rgb(203,76,194); }
div.DivClassName
{
background-color: #CB4CC2;
}
.BgClassName
{
background-color: #CB4CC2;
}
</style>
border-color css
<style>
span { border-color: #CB4CC2; }
span { border-color: rgb(203,76,194); }
td.TdClassName
{
border-color: #CB4CC2;
}
.TagClassName
{
border-color: #CB4CC2;
}
</style>