Shades of Fuchsia #CB45CF
Tints of Fuchsia #CB45CF
RGB
CMYK
RGB Variations
Color information
#CB45CF (or 0xCB45CF) is known color: Fuchsia. HEX triplet: CB, 45 and CF. RGB value is (203,69,207). Sum of RGB (Red+Green+Blue) = 203+69+207=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB45CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45CF is #34BA30. Grayscale: #7C7C7C. Windows color (decimal): -3455537 or 13583819. OLE color: 13583819.
HSL color Cylindrical-coordinate representation of color #CB45CF: hue angle of 298.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB45CF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 69 | 207 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.19 |
| HSL | 298.26º | 0.59% | 0.54% | - |
| HSV(B) | 298.26º | 0.67% | 0.81% | - |
| XYZ | 38.02 | 21.46 | 61.17 | - |
| YUV | 124.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 207 | 0.02 | 0.67 | 0 | 0.19 | 298.26 | 0.59 | 0.54 |
| Hex | CB | 45 | CF | 2 | 43 | 0 | 13 | 12A | 3B | 36 |
| Octal | 313 | 105 | 317 | 2 | 103 | 0 | 23 | 452 | 73 | 66 |
| Binary | 11001011 | 1000101 | 11001111 | 10 | 1000011 | 0 | 10011 | 100101010 | 111011 | 110110 |
Color Harmonies of #CB45CF
Complementary color
Monochromatic Colors of #CB45CF
Black with #CB45CF
Text Example
Text Example
White with #CB45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45CF; }
p { color: rgb(203,69,207); }
H1.HeaderClassName
{
color: #CB45CF;
}
.AnyTagClassName
{
color: #CB45CF;
}
</style>
background-color css
<style>
a { background-color: #CB45CF; }
a { background-color: rgb(203,69,207); }
div.DivClassName
{
background-color: #CB45CF;
}
.BgClassName
{
background-color: #CB45CF;
}
</style>
border-color css
<style>
span { border-color: #CB45CF; }
span { border-color: rgb(203,69,207); }
td.TdClassName
{
border-color: #CB45CF;
}
.TagClassName
{
border-color: #CB45CF;
}
</style>