Shades of Fuchsia #CB5CCF
Tints of Fuchsia #CB5CCF
RGB
CMYK
RGB Variations
Color information
#CB5CCF (or 0xCB5CCF) is known color: Fuchsia. HEX triplet: CB, 5C and CF. RGB value is (203,92,207). Sum of RGB (Red+Green+Blue) = 203+92+207=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CCF is #34A330. Grayscale: #898989. Windows color (decimal): -3449649 or 13589707. OLE color: 13589707.
HSL color Cylindrical-coordinate representation of color #CB5CCF: hue angle of 297.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5CCF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 92 | 207 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.19 |
| HSL | 297.91º | 0.55% | 0.59% | - |
| HSV(B) | 297.91º | 0.56% | 0.81% | - |
| XYZ | 39.72 | 24.86 | 61.74 | - |
| YUV | 138.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 207 | 0.02 | 0.56 | 0 | 0.19 | 297.91 | 0.55 | 0.59 |
| Hex | CB | 5C | CF | 2 | 38 | 0 | 13 | 12A | 37 | 3B |
| Octal | 313 | 134 | 317 | 2 | 70 | 0 | 23 | 452 | 67 | 73 |
| Binary | 11001011 | 1011100 | 11001111 | 10 | 111000 | 0 | 10011 | 100101010 | 110111 | 111011 |
Color Harmonies of #CB5CCF
Complementary color
Monochromatic Colors of #CB5CCF
Black with #CB5CCF
Text Example
Text Example
White with #CB5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CCF; }
p { color: rgb(203,92,207); }
H1.HeaderClassName
{
color: #CB5CCF;
}
.AnyTagClassName
{
color: #CB5CCF;
}
</style>
background-color css
<style>
a { background-color: #CB5CCF; }
a { background-color: rgb(203,92,207); }
div.DivClassName
{
background-color: #CB5CCF;
}
.BgClassName
{
background-color: #CB5CCF;
}
</style>
border-color css
<style>
span { border-color: #CB5CCF; }
span { border-color: rgb(203,92,207); }
td.TdClassName
{
border-color: #CB5CCF;
}
.TagClassName
{
border-color: #CB5CCF;
}
</style>