Shades of Fuchsia #CB36CF
Tints of Fuchsia #CB36CF
RGB
CMYK
RGB Variations
Color information
#CB36CF (or 0xCB36CF) is known color: Fuchsia. HEX triplet: CB, 36 and CF. RGB value is (203,54,207). Sum of RGB (Red+Green+Blue) = 203+54+207=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36CF is #34C930. Grayscale: #737373. Windows color (decimal): -3459377 or 13579979. OLE color: 13579979.
HSL color Cylindrical-coordinate representation of color #CB36CF: hue angle of 298.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB36CF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 54 | 207 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.19 |
| HSL | 298.43º | 0.61% | 0.51% | - |
| HSV(B) | 298.43º | 0.74% | 0.81% | - |
| XYZ | 37.21 | 19.84 | 60.9 | - |
| YUV | 115.99 | 179.36 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 207 | 0.02 | 0.74 | 0 | 0.19 | 298.43 | 0.61 | 0.51 |
| Hex | CB | 36 | CF | 2 | 4A | 0 | 13 | 12A | 3D | 33 |
| Octal | 313 | 66 | 317 | 2 | 112 | 0 | 23 | 452 | 75 | 63 |
| Binary | 11001011 | 110110 | 11001111 | 10 | 1001010 | 0 | 10011 | 100101010 | 111101 | 110011 |
Color Harmonies of #CB36CF
Complementary color
Monochromatic Colors of #CB36CF
Black with #CB36CF
Text Example
Text Example
White with #CB36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36CF; }
p { color: rgb(203,54,207); }
H1.HeaderClassName
{
color: #CB36CF;
}
.AnyTagClassName
{
color: #CB36CF;
}
</style>
background-color css
<style>
a { background-color: #CB36CF; }
a { background-color: rgb(203,54,207); }
div.DivClassName
{
background-color: #CB36CF;
}
.BgClassName
{
background-color: #CB36CF;
}
</style>
border-color css
<style>
span { border-color: #CB36CF; }
span { border-color: rgb(203,54,207); }
td.TdClassName
{
border-color: #CB36CF;
}
.TagClassName
{
border-color: #CB36CF;
}
</style>