Shades of Fuchsia #CB44CE
Tints of Fuchsia #CB44CE
RGB
CMYK
RGB Variations
Color information
#CB44CE (or 0xCB44CE) is known color: Fuchsia. HEX triplet: CB, 44 and CE. RGB value is (203,68,206). Sum of RGB (Red+Green+Blue) = 203+68+206=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44CE is #34BB31. Grayscale: #7B7B7B. Windows color (decimal): -3455794 or 13518027. OLE color: 13518027.
HSL color Cylindrical-coordinate representation of color #CB44CE: hue angle of 298.7º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44CE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 68 | 206 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.19 |
| HSL | 298.7º | 0.58% | 0.54% | - |
| HSV(B) | 298.7º | 0.67% | 0.81% | - |
| XYZ | 37.84 | 21.29 | 60.51 | - |
| YUV | 124.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 206 | 0.01 | 0.67 | 0 | 0.19 | 298.7 | 0.58 | 0.54 |
| Hex | CB | 44 | CE | 1 | 43 | 0 | 13 | 12B | 3A | 36 |
| Octal | 313 | 104 | 316 | 1 | 103 | 0 | 23 | 453 | 72 | 66 |
| Binary | 11001011 | 1000100 | 11001110 | 1 | 1000011 | 0 | 10011 | 100101011 | 111010 | 110110 |
Color Harmonies of #CB44CE
Complementary color
Monochromatic Colors of #CB44CE
Black with #CB44CE
Text Example
Text Example
White with #CB44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44CE; }
p { color: rgb(203,68,206); }
H1.HeaderClassName
{
color: #CB44CE;
}
.AnyTagClassName
{
color: #CB44CE;
}
</style>
background-color css
<style>
a { background-color: #CB44CE; }
a { background-color: rgb(203,68,206); }
div.DivClassName
{
background-color: #CB44CE;
}
.BgClassName
{
background-color: #CB44CE;
}
</style>
border-color css
<style>
span { border-color: #CB44CE; }
span { border-color: rgb(203,68,206); }
td.TdClassName
{
border-color: #CB44CE;
}
.TagClassName
{
border-color: #CB44CE;
}
</style>