Shades of Fuchsia #CB40CC
Tints of Fuchsia #CB40CC
RGB
CMYK
RGB Variations
Color information
#CB40CC (or 0xCB40CC) is known color: Fuchsia. HEX triplet: CB, 40 and CC. RGB value is (203,64,204). Sum of RGB (Red+Green+Blue) = 203+64+204=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40CC is #34BF33. Grayscale: #797979. Windows color (decimal): -3456820 or 13385931. OLE color: 13385931.
HSL color Cylindrical-coordinate representation of color #CB40CC: hue angle of 299.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB40CC is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 64 | 204 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.2 |
| HSL | 299.57º | 0.58% | 0.53% | - |
| HSV(B) | 299.57º | 0.69% | 0.8% | - |
| XYZ | 37.36 | 20.72 | 59.16 | - |
| YUV | 121.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 204 | 0.00 | 0.69 | 0 | 0.2 | 299.57 | 0.58 | 0.53 |
| Hex | CB | 40 | CC | 0 | 45 | 0 | 14 | 12C | 3A | 35 |
| Octal | 313 | 100 | 314 | 0 | 105 | 0 | 24 | 454 | 72 | 65 |
| Binary | 11001011 | 1000000 | 11001100 | 0 | 1000101 | 0 | 10100 | 100101100 | 111010 | 110101 |
Color Harmonies of #CB40CC
Complementary color
Monochromatic Colors of #CB40CC
Black with #CB40CC
Text Example
Text Example
White with #CB40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40CC; }
p { color: rgb(203,64,204); }
H1.HeaderClassName
{
color: #CB40CC;
}
.AnyTagClassName
{
color: #CB40CC;
}
</style>
background-color css
<style>
a { background-color: #CB40CC; }
a { background-color: rgb(203,64,204); }
div.DivClassName
{
background-color: #CB40CC;
}
.BgClassName
{
background-color: #CB40CC;
}
</style>
border-color css
<style>
span { border-color: #CB40CC; }
span { border-color: rgb(203,64,204); }
td.TdClassName
{
border-color: #CB40CC;
}
.TagClassName
{
border-color: #CB40CC;
}
</style>