Shades of Fuchsia #CB64B6
Tints of Fuchsia #CB64B6
RGB
CMYK
RGB Variations
Color information
#CB64B6 (or 0xCB64B6) is known color: Fuchsia. HEX triplet: CB, 64 and B6. RGB value is (203,100,182). Sum of RGB (Red+Green+Blue) = 203+100+182=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB64B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64B6 is #349B49. Grayscale: #8B8B8B. Windows color (decimal): -3447626 or 11953355. OLE color: 11953355.
HSL color Cylindrical-coordinate representation of color #CB64B6: hue angle of 312.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB64B6 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 182 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.20 |
| HSL | 312.23º | 0.5% | 0.59% | - |
| HSV(B) | 312.23º | 0.51% | 0.8% | - |
| XYZ | 37.63 | 25.19 | 47.13 | - |
| YUV | 140.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 182 | 0 | 0.51 | 0.10 | 0.20 | 312.23 | 0.5 | 0.59 |
| Hex | CB | 64 | B6 | 0 | 33 | A | 14 | 138 | 32 | 3B |
| Octal | 313 | 144 | 266 | 0 | 63 | 12 | 24 | 470 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10110110 | 0 | 110011 | 1010 | 10100 | 100111000 | 110010 | 111011 |
Color Harmonies of #CB64B6
Complementary color
Monochromatic Colors of #CB64B6
Black with #CB64B6
Text Example
Text Example
White with #CB64B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64B6; }
p { color: rgb(203,100,182); }
H1.HeaderClassName
{
color: #CB64B6;
}
.AnyTagClassName
{
color: #CB64B6;
}
</style>
background-color css
<style>
a { background-color: #CB64B6; }
a { background-color: rgb(203,100,182); }
div.DivClassName
{
background-color: #CB64B6;
}
.BgClassName
{
background-color: #CB64B6;
}
</style>
border-color css
<style>
span { border-color: #CB64B6; }
span { border-color: rgb(203,100,182); }
td.TdClassName
{
border-color: #CB64B6;
}
.TagClassName
{
border-color: #CB64B6;
}
</style>