Shades of Fuchsia #CB4ACE
Tints of Fuchsia #CB4ACE
RGB
CMYK
RGB Variations
Color information
#CB4ACE (or 0xCB4ACE) is known color: Fuchsia. HEX triplet: CB, 4A and CE. RGB value is (203,74,206). Sum of RGB (Red+Green+Blue) = 203+74+206=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ACE is #34B531. Grayscale: #7F7F7F. Windows color (decimal): -3454258 or 13519563. OLE color: 13519563.
HSL color Cylindrical-coordinate representation of color #CB4ACE: hue angle of 298.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4ACE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 74 | 206 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.19 |
| HSL | 298.64º | 0.57% | 0.55% | - |
| HSV(B) | 298.64º | 0.64% | 0.81% | - |
| XYZ | 38.22 | 22.05 | 60.63 | - |
| YUV | 127.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 206 | 0.01 | 0.64 | 0 | 0.19 | 298.64 | 0.57 | 0.55 |
| Hex | CB | 4A | CE | 1 | 40 | 0 | 13 | 12B | 39 | 37 |
| Octal | 313 | 112 | 316 | 1 | 100 | 0 | 23 | 453 | 71 | 67 |
| Binary | 11001011 | 1001010 | 11001110 | 1 | 1000000 | 0 | 10011 | 100101011 | 111001 | 110111 |
Color Harmonies of #CB4ACE
Complementary color
Monochromatic Colors of #CB4ACE
Black with #CB4ACE
Text Example
Text Example
White with #CB4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ACE; }
p { color: rgb(203,74,206); }
H1.HeaderClassName
{
color: #CB4ACE;
}
.AnyTagClassName
{
color: #CB4ACE;
}
</style>
background-color css
<style>
a { background-color: #CB4ACE; }
a { background-color: rgb(203,74,206); }
div.DivClassName
{
background-color: #CB4ACE;
}
.BgClassName
{
background-color: #CB4ACE;
}
</style>
border-color css
<style>
span { border-color: #CB4ACE; }
span { border-color: rgb(203,74,206); }
td.TdClassName
{
border-color: #CB4ACE;
}
.TagClassName
{
border-color: #CB4ACE;
}
</style>