Shades of Fuchsia #CB64C9
Tints of Fuchsia #CB64C9
RGB
CMYK
RGB Variations
Color information
#CB64C9 (or 0xCB64C9) is known color: Fuchsia. HEX triplet: CB, 64 and C9. RGB value is (203,100,201). Sum of RGB (Red+Green+Blue) = 203+100+201=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB64C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64C9 is #349B36. Grayscale: #8E8E8E. Windows color (decimal): -3447607 or 13198539. OLE color: 13198539.
HSL color Cylindrical-coordinate representation of color #CB64C9: hue angle of 301.17º 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 #CB64C9 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 201 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.20 |
| HSL | 301.17º | 0.5% | 0.59% | - |
| HSV(B) | 301.17º | 0.51% | 0.8% | - |
| XYZ | 39.73 | 26.03 | 58.19 | - |
| YUV | 142.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 201 | 0 | 0.51 | 0.01 | 0.20 | 301.17 | 0.5 | 0.59 |
| Hex | CB | 64 | C9 | 0 | 33 | 1 | 14 | 12D | 32 | 3B |
| Octal | 313 | 144 | 311 | 0 | 63 | 1 | 24 | 455 | 62 | 73 |
| Binary | 11001011 | 1100100 | 11001001 | 0 | 110011 | 1 | 10100 | 100101101 | 110010 | 111011 |
Color Harmonies of #CB64C9
Complementary color
Monochromatic Colors of #CB64C9
Black with #CB64C9
Text Example
Text Example
White with #CB64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64C9; }
p { color: rgb(203,100,201); }
H1.HeaderClassName
{
color: #CB64C9;
}
.AnyTagClassName
{
color: #CB64C9;
}
</style>
background-color css
<style>
a { background-color: #CB64C9; }
a { background-color: rgb(203,100,201); }
div.DivClassName
{
background-color: #CB64C9;
}
.BgClassName
{
background-color: #CB64C9;
}
</style>
border-color css
<style>
span { border-color: #CB64C9; }
span { border-color: rgb(203,100,201); }
td.TdClassName
{
border-color: #CB64C9;
}
.TagClassName
{
border-color: #CB64C9;
}
</style>