Shades of Fuchsia #CB50CE
Tints of Fuchsia #CB50CE
RGB
CMYK
RGB Variations
Color information
#CB50CE (or 0xCB50CE) is known color: Fuchsia. HEX triplet: CB, 50 and CE. RGB value is (203,80,206). Sum of RGB (Red+Green+Blue) = 203+80+206=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50CE is #34AF31. Grayscale: #828282. Windows color (decimal): -3452722 or 13521099. OLE color: 13521099.
HSL color Cylindrical-coordinate representation of color #CB50CE: hue angle of 298.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB50CE is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 80 | 206 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.19 |
| HSL | 298.57º | 0.56% | 0.56% | - |
| HSV(B) | 298.57º | 0.61% | 0.81% | - |
| XYZ | 38.64 | 22.89 | 60.77 | - |
| YUV | 131.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 206 | 0.01 | 0.61 | 0 | 0.19 | 298.57 | 0.56 | 0.56 |
| Hex | CB | 50 | CE | 1 | 3D | 0 | 13 | 12B | 38 | 38 |
| Octal | 313 | 120 | 316 | 1 | 75 | 0 | 23 | 453 | 70 | 70 |
| Binary | 11001011 | 1010000 | 11001110 | 1 | 111101 | 0 | 10011 | 100101011 | 111000 | 111000 |
Color Harmonies of #CB50CE
Complementary color
Monochromatic Colors of #CB50CE
Black with #CB50CE
Text Example
Text Example
White with #CB50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50CE; }
p { color: rgb(203,80,206); }
H1.HeaderClassName
{
color: #CB50CE;
}
.AnyTagClassName
{
color: #CB50CE;
}
</style>
background-color css
<style>
a { background-color: #CB50CE; }
a { background-color: rgb(203,80,206); }
div.DivClassName
{
background-color: #CB50CE;
}
.BgClassName
{
background-color: #CB50CE;
}
</style>
border-color css
<style>
span { border-color: #CB50CE; }
span { border-color: rgb(203,80,206); }
td.TdClassName
{
border-color: #CB50CE;
}
.TagClassName
{
border-color: #CB50CE;
}
</style>