Shades of Fuchsia #CB64B3
Tints of Fuchsia #CB64B3
RGB
CMYK
RGB Variations
Color information
#CB64B3 (or 0xCB64B3) is known color: Fuchsia. HEX triplet: CB, 64 and B3. RGB value is (203,100,179). Sum of RGB (Red+Green+Blue) = 203+100+179=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB64B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64B3 is #349B4C. Grayscale: #8B8B8B. Windows color (decimal): -3447629 or 11756747. OLE color: 11756747.
HSL color Cylindrical-coordinate representation of color #CB64B3: hue angle of 313.98º 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 #CB64B3 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 179 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.20 |
| HSL | 313.98º | 0.5% | 0.59% | - |
| HSV(B) | 313.98º | 0.51% | 0.8% | - |
| XYZ | 37.32 | 25.07 | 45.52 | - |
| YUV | 139.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 179 | 0 | 0.51 | 0.12 | 0.20 | 313.98 | 0.5 | 0.59 |
| Hex | CB | 64 | B3 | 0 | 33 | C | 14 | 13A | 32 | 3B |
| Octal | 313 | 144 | 263 | 0 | 63 | 14 | 24 | 472 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10110011 | 0 | 110011 | 1100 | 10100 | 100111010 | 110010 | 111011 |
Color Harmonies of #CB64B3
Complementary color
Monochromatic Colors of #CB64B3
Black with #CB64B3
Text Example
Text Example
White with #CB64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64B3; }
p { color: rgb(203,100,179); }
H1.HeaderClassName
{
color: #CB64B3;
}
.AnyTagClassName
{
color: #CB64B3;
}
</style>
background-color css
<style>
a { background-color: #CB64B3; }
a { background-color: rgb(203,100,179); }
div.DivClassName
{
background-color: #CB64B3;
}
.BgClassName
{
background-color: #CB64B3;
}
</style>
border-color css
<style>
span { border-color: #CB64B3; }
span { border-color: rgb(203,100,179); }
td.TdClassName
{
border-color: #CB64B3;
}
.TagClassName
{
border-color: #CB64B3;
}
</style>