Shades of Fuchsia #CB40CE
Tints of Fuchsia #CB40CE
RGB
CMYK
RGB Variations
Color information
#CB40CE (or 0xCB40CE) is known color: Fuchsia. HEX triplet: CB, 40 and CE. RGB value is (203,64,206). Sum of RGB (Red+Green+Blue) = 203+64+206=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40CE is #34BF31. Grayscale: #797979. Windows color (decimal): -3456818 or 13517003. OLE color: 13517003.
HSL color Cylindrical-coordinate representation of color #CB40CE: hue angle of 298.73º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB40CE is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 64 | 206 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.19 |
| HSL | 298.73º | 0.59% | 0.53% | - |
| HSV(B) | 298.73º | 0.69% | 0.81% | - |
| XYZ | 37.6 | 20.82 | 60.43 | - |
| YUV | 121.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 206 | 0.01 | 0.69 | 0 | 0.19 | 298.73 | 0.59 | 0.53 |
| Hex | CB | 40 | CE | 1 | 45 | 0 | 13 | 12B | 3B | 35 |
| Octal | 313 | 100 | 316 | 1 | 105 | 0 | 23 | 453 | 73 | 65 |
| Binary | 11001011 | 1000000 | 11001110 | 1 | 1000101 | 0 | 10011 | 100101011 | 111011 | 110101 |
Color Harmonies of #CB40CE
Complementary color
Monochromatic Colors of #CB40CE
Black with #CB40CE
Text Example
Text Example
White with #CB40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40CE; }
p { color: rgb(203,64,206); }
H1.HeaderClassName
{
color: #CB40CE;
}
.AnyTagClassName
{
color: #CB40CE;
}
</style>
background-color css
<style>
a { background-color: #CB40CE; }
a { background-color: rgb(203,64,206); }
div.DivClassName
{
background-color: #CB40CE;
}
.BgClassName
{
background-color: #CB40CE;
}
</style>
border-color css
<style>
span { border-color: #CB40CE; }
span { border-color: rgb(203,64,206); }
td.TdClassName
{
border-color: #CB40CE;
}
.TagClassName
{
border-color: #CB40CE;
}
</style>