Shades of Fuchsia #CB64C4
Tints of Fuchsia #CB64C4
RGB
CMYK
RGB Variations
Color information
#CB64C4 (or 0xCB64C4) is known color: Fuchsia. HEX triplet: CB, 64 and C4. RGB value is (203,100,196). Sum of RGB (Red+Green+Blue) = 203+100+196=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB64C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64C4 is #349B3B. Grayscale: #8D8D8D. Windows color (decimal): -3447612 or 12870859. OLE color: 12870859.
HSL color Cylindrical-coordinate representation of color #CB64C4: hue angle of 304.08º 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 #CB64C4 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 196 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.20 |
| HSL | 304.08º | 0.5% | 0.59% | - |
| HSV(B) | 304.08º | 0.51% | 0.8% | - |
| XYZ | 39.15 | 25.8 | 55.14 | - |
| YUV | 141.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 196 | 0 | 0.51 | 0.03 | 0.20 | 304.08 | 0.5 | 0.59 |
| Hex | CB | 64 | C4 | 0 | 33 | 3 | 14 | 130 | 32 | 3B |
| Octal | 313 | 144 | 304 | 0 | 63 | 3 | 24 | 460 | 62 | 73 |
| Binary | 11001011 | 1100100 | 11000100 | 0 | 110011 | 11 | 10100 | 100110000 | 110010 | 111011 |
Color Harmonies of #CB64C4
Complementary color
Monochromatic Colors of #CB64C4
Black with #CB64C4
Text Example
Text Example
White with #CB64C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64C4; }
p { color: rgb(203,100,196); }
H1.HeaderClassName
{
color: #CB64C4;
}
.AnyTagClassName
{
color: #CB64C4;
}
</style>
background-color css
<style>
a { background-color: #CB64C4; }
a { background-color: rgb(203,100,196); }
div.DivClassName
{
background-color: #CB64C4;
}
.BgClassName
{
background-color: #CB64C4;
}
</style>
border-color css
<style>
span { border-color: #CB64C4; }
span { border-color: rgb(203,100,196); }
td.TdClassName
{
border-color: #CB64C4;
}
.TagClassName
{
border-color: #CB64C4;
}
</style>