Shades of Fuchsia #CB43CC
Tints of Fuchsia #CB43CC
RGB
CMYK
RGB Variations
Color information
#CB43CC (or 0xCB43CC) is known color: Fuchsia. HEX triplet: CB, 43 and CC. RGB value is (203,67,204). Sum of RGB (Red+Green+Blue) = 203+67+204=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB43CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43CC is #34BC33. Grayscale: #7A7A7A. Windows color (decimal): -3456052 or 13386699. OLE color: 13386699.
HSL color Cylindrical-coordinate representation of color #CB43CC: hue angle of 299.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB43CC is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 67 | 204 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.2 |
| HSL | 299.56º | 0.57% | 0.53% | - |
| HSV(B) | 299.56º | 0.67% | 0.8% | - |
| XYZ | 37.53 | 21.07 | 59.22 | - |
| YUV | 123.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 204 | 0.00 | 0.67 | 0 | 0.2 | 299.56 | 0.57 | 0.53 |
| Hex | CB | 43 | CC | 0 | 43 | 0 | 14 | 12C | 39 | 35 |
| Octal | 313 | 103 | 314 | 0 | 103 | 0 | 24 | 454 | 71 | 65 |
| Binary | 11001011 | 1000011 | 11001100 | 0 | 1000011 | 0 | 10100 | 100101100 | 111001 | 110101 |
Color Harmonies of #CB43CC
Complementary color
Monochromatic Colors of #CB43CC
Black with #CB43CC
Text Example
Text Example
White with #CB43CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43CC; }
p { color: rgb(203,67,204); }
H1.HeaderClassName
{
color: #CB43CC;
}
.AnyTagClassName
{
color: #CB43CC;
}
</style>
background-color css
<style>
a { background-color: #CB43CC; }
a { background-color: rgb(203,67,204); }
div.DivClassName
{
background-color: #CB43CC;
}
.BgClassName
{
background-color: #CB43CC;
}
</style>
border-color css
<style>
span { border-color: #CB43CC; }
span { border-color: rgb(203,67,204); }
td.TdClassName
{
border-color: #CB43CC;
}
.TagClassName
{
border-color: #CB43CC;
}
</style>