Shades of Fuchsia #CB33CF
Tints of Fuchsia #CB33CF
RGB
CMYK
RGB Variations
Color information
#CB33CF (or 0xCB33CF) is known color: Fuchsia. HEX triplet: CB, 33 and CF. RGB value is (203,51,207). Sum of RGB (Red+Green+Blue) = 203+51+207=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33CF is #34CC30. Grayscale: #717171. Windows color (decimal): -3460145 or 13579211. OLE color: 13579211.
HSL color Cylindrical-coordinate representation of color #CB33CF: hue angle of 298.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB33CF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 51 | 207 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.19 |
| HSL | 298.46º | 0.62% | 0.51% | - |
| HSV(B) | 298.46º | 0.75% | 0.81% | - |
| XYZ | 37.07 | 19.57 | 60.85 | - |
| YUV | 114.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 207 | 0.02 | 0.75 | 0 | 0.19 | 298.46 | 0.62 | 0.51 |
| Hex | CB | 33 | CF | 2 | 4B | 0 | 13 | 12A | 3E | 33 |
| Octal | 313 | 63 | 317 | 2 | 113 | 0 | 23 | 452 | 76 | 63 |
| Binary | 11001011 | 110011 | 11001111 | 10 | 1001011 | 0 | 10011 | 100101010 | 111110 | 110011 |
Color Harmonies of #CB33CF
Complementary color
Monochromatic Colors of #CB33CF
Black with #CB33CF
Text Example
Text Example
White with #CB33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33CF; }
p { color: rgb(203,51,207); }
H1.HeaderClassName
{
color: #CB33CF;
}
.AnyTagClassName
{
color: #CB33CF;
}
</style>
background-color css
<style>
a { background-color: #CB33CF; }
a { background-color: rgb(203,51,207); }
div.DivClassName
{
background-color: #CB33CF;
}
.BgClassName
{
background-color: #CB33CF;
}
</style>
border-color css
<style>
span { border-color: #CB33CF; }
span { border-color: rgb(203,51,207); }
td.TdClassName
{
border-color: #CB33CF;
}
.TagClassName
{
border-color: #CB33CF;
}
</style>