Shades of Fuchsia #CB58D2
Tints of Fuchsia #CB58D2
RGB
CMYK
RGB Variations
Color information
#CB58D2 (or 0xCB58D2) is known color: Fuchsia. HEX triplet: CB, 58 and D2. RGB value is (203,88,210). Sum of RGB (Red+Green+Blue) = 203+88+210=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB58D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58D2 is #34A72D. Grayscale: #878787. Windows color (decimal): -3450670 or 13785291. OLE color: 13785291.
HSL color Cylindrical-coordinate representation of color #CB58D2: hue angle of 296.56º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB58D2 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 88 | 210 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.18 |
| HSL | 296.56º | 0.58% | 0.58% | - |
| HSV(B) | 296.56º | 0.58% | 0.82% | - |
| XYZ | 39.75 | 24.33 | 63.57 | - |
| YUV | 136.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 210 | 0.03 | 0.58 | 0 | 0.18 | 296.56 | 0.58 | 0.58 |
| Hex | CB | 58 | D2 | 3 | 3A | 0 | 12 | 129 | 3A | 3A |
| Octal | 313 | 130 | 322 | 3 | 72 | 0 | 22 | 451 | 72 | 72 |
| Binary | 11001011 | 1011000 | 11010010 | 11 | 111010 | 0 | 10010 | 100101001 | 111010 | 111010 |
Color Harmonies of #CB58D2
Complementary color
Monochromatic Colors of #CB58D2
Black with #CB58D2
Text Example
Text Example
White with #CB58D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58D2; }
p { color: rgb(203,88,210); }
H1.HeaderClassName
{
color: #CB58D2;
}
.AnyTagClassName
{
color: #CB58D2;
}
</style>
background-color css
<style>
a { background-color: #CB58D2; }
a { background-color: rgb(203,88,210); }
div.DivClassName
{
background-color: #CB58D2;
}
.BgClassName
{
background-color: #CB58D2;
}
</style>
border-color css
<style>
span { border-color: #CB58D2; }
span { border-color: rgb(203,88,210); }
td.TdClassName
{
border-color: #CB58D2;
}
.TagClassName
{
border-color: #CB58D2;
}
</style>