Shades of Fuchsia #CB64C0
Tints of Fuchsia #CB64C0
RGB
CMYK
RGB Variations
Color information
#CB64C0 (or 0xCB64C0) is known color: Fuchsia. HEX triplet: CB, 64 and C0. RGB value is (203,100,192). Sum of RGB (Red+Green+Blue) = 203+100+192=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB64C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64C0 is #349B3F. Grayscale: #8D8D8D. Windows color (decimal): -3447616 or 12608715. OLE color: 12608715.
HSL color Cylindrical-coordinate representation of color #CB64C0: hue angle of 306.41º 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 #CB64C0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 192 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.20 |
| HSL | 306.41º | 0.5% | 0.59% | - |
| HSV(B) | 306.41º | 0.51% | 0.8% | - |
| XYZ | 38.7 | 25.62 | 52.77 | - |
| YUV | 141.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 192 | 0 | 0.51 | 0.05 | 0.20 | 306.41 | 0.5 | 0.59 |
| Hex | CB | 64 | C0 | 0 | 33 | 5 | 14 | 132 | 32 | 3B |
| Octal | 313 | 144 | 300 | 0 | 63 | 5 | 24 | 462 | 62 | 73 |
| Binary | 11001011 | 1100100 | 11000000 | 0 | 110011 | 101 | 10100 | 100110010 | 110010 | 111011 |
Color Harmonies of #CB64C0
Complementary color
Monochromatic Colors of #CB64C0
Black with #CB64C0
Text Example
Text Example
White with #CB64C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64C0; }
p { color: rgb(203,100,192); }
H1.HeaderClassName
{
color: #CB64C0;
}
.AnyTagClassName
{
color: #CB64C0;
}
</style>
background-color css
<style>
a { background-color: #CB64C0; }
a { background-color: rgb(203,100,192); }
div.DivClassName
{
background-color: #CB64C0;
}
.BgClassName
{
background-color: #CB64C0;
}
</style>
border-color css
<style>
span { border-color: #CB64C0; }
span { border-color: rgb(203,100,192); }
td.TdClassName
{
border-color: #CB64C0;
}
.TagClassName
{
border-color: #CB64C0;
}
</style>