Shades of Fuchsia #CB64CC
Tints of Fuchsia #CB64CC
RGB
CMYK
RGB Variations
Color information
#CB64CC (or 0xCB64CC) is known color: Fuchsia. HEX triplet: CB, 64 and CC. RGB value is (203,100,204). Sum of RGB (Red+Green+Blue) = 203+100+204=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64CC is #349B33. Grayscale: #8E8E8E. Windows color (decimal): -3447604 or 13395147. OLE color: 13395147.
HSL color Cylindrical-coordinate representation of color #CB64CC: hue angle of 299.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB64CC is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 100 | 204 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.2 |
| HSL | 299.42º | 0.5% | 0.6% | - |
| HSV(B) | 299.42º | 0.51% | 0.8% | - |
| XYZ | 40.08 | 26.17 | 60.07 | - |
| YUV | 142.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 204 | 0.00 | 0.51 | 0 | 0.2 | 299.42 | 0.5 | 0.6 |
| Hex | CB | 64 | CC | 0 | 33 | 0 | 14 | 12B | 32 | 3C |
| Octal | 313 | 144 | 314 | 0 | 63 | 0 | 24 | 453 | 62 | 74 |
| Binary | 11001011 | 1100100 | 11001100 | 0 | 110011 | 0 | 10100 | 100101011 | 110010 | 111100 |
Color Harmonies of #CB64CC
Complementary color
Monochromatic Colors of #CB64CC
Black with #CB64CC
Text Example
Text Example
White with #CB64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64CC; }
p { color: rgb(203,100,204); }
H1.HeaderClassName
{
color: #CB64CC;
}
.AnyTagClassName
{
color: #CB64CC;
}
</style>
background-color css
<style>
a { background-color: #CB64CC; }
a { background-color: rgb(203,100,204); }
div.DivClassName
{
background-color: #CB64CC;
}
.BgClassName
{
background-color: #CB64CC;
}
</style>
border-color css
<style>
span { border-color: #CB64CC; }
span { border-color: rgb(203,100,204); }
td.TdClassName
{
border-color: #CB64CC;
}
.TagClassName
{
border-color: #CB64CC;
}
</style>