Shades of Fuchsia #CB50CC
Tints of Fuchsia #CB50CC
RGB
CMYK
RGB Variations
Color information
#CB50CC (or 0xCB50CC) is known color: Fuchsia. HEX triplet: CB, 50 and CC. RGB value is (203,80,204). Sum of RGB (Red+Green+Blue) = 203+80+204=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50CC is #34AF33. Grayscale: #828282. Windows color (decimal): -3452724 or 13390027. OLE color: 13390027.
HSL color Cylindrical-coordinate representation of color #CB50CC: hue angle of 299.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB50CC is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 80 | 204 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.2 |
| HSL | 299.52º | 0.55% | 0.56% | - |
| HSV(B) | 299.52º | 0.61% | 0.8% | - |
| XYZ | 38.4 | 22.79 | 59.5 | - |
| YUV | 130.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 204 | 0.00 | 0.61 | 0 | 0.2 | 299.52 | 0.55 | 0.56 |
| Hex | CB | 50 | CC | 0 | 3D | 0 | 14 | 12C | 37 | 38 |
| Octal | 313 | 120 | 314 | 0 | 75 | 0 | 24 | 454 | 67 | 70 |
| Binary | 11001011 | 1010000 | 11001100 | 0 | 111101 | 0 | 10100 | 100101100 | 110111 | 111000 |
Color Harmonies of #CB50CC
Complementary color
Monochromatic Colors of #CB50CC
Black with #CB50CC
Text Example
Text Example
White with #CB50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50CC; }
p { color: rgb(203,80,204); }
H1.HeaderClassName
{
color: #CB50CC;
}
.AnyTagClassName
{
color: #CB50CC;
}
</style>
background-color css
<style>
a { background-color: #CB50CC; }
a { background-color: rgb(203,80,204); }
div.DivClassName
{
background-color: #CB50CC;
}
.BgClassName
{
background-color: #CB50CC;
}
</style>
border-color css
<style>
span { border-color: #CB50CC; }
span { border-color: rgb(203,80,204); }
td.TdClassName
{
border-color: #CB50CC;
}
.TagClassName
{
border-color: #CB50CC;
}
</style>