Shades of Fuchsia #CB42CF
Tints of Fuchsia #CB42CF
RGB
CMYK
RGB Variations
Color information
#CB42CF (or 0xCB42CF) is known color: Fuchsia. HEX triplet: CB, 42 and CF. RGB value is (203,66,207). Sum of RGB (Red+Green+Blue) = 203+66+207=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42CF is #34BD30. Grayscale: #7A7A7A. Windows color (decimal): -3456305 or 13583051. OLE color: 13583051.
HSL color Cylindrical-coordinate representation of color #CB42CF: hue angle of 298.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB42CF is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 66 | 207 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.19 |
| HSL | 298.3º | 0.59% | 0.54% | - |
| HSV(B) | 298.3º | 0.68% | 0.81% | - |
| XYZ | 37.84 | 21.1 | 61.11 | - |
| YUV | 123.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 207 | 0.02 | 0.68 | 0 | 0.19 | 298.3 | 0.59 | 0.54 |
| Hex | CB | 42 | CF | 2 | 44 | 0 | 13 | 12A | 3B | 36 |
| Octal | 313 | 102 | 317 | 2 | 104 | 0 | 23 | 452 | 73 | 66 |
| Binary | 11001011 | 1000010 | 11001111 | 10 | 1000100 | 0 | 10011 | 100101010 | 111011 | 110110 |
Color Harmonies of #CB42CF
Complementary color
Monochromatic Colors of #CB42CF
Black with #CB42CF
Text Example
Text Example
White with #CB42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42CF; }
p { color: rgb(203,66,207); }
H1.HeaderClassName
{
color: #CB42CF;
}
.AnyTagClassName
{
color: #CB42CF;
}
</style>
background-color css
<style>
a { background-color: #CB42CF; }
a { background-color: rgb(203,66,207); }
div.DivClassName
{
background-color: #CB42CF;
}
.BgClassName
{
background-color: #CB42CF;
}
</style>
border-color css
<style>
span { border-color: #CB42CF; }
span { border-color: rgb(203,66,207); }
td.TdClassName
{
border-color: #CB42CF;
}
.TagClassName
{
border-color: #CB42CF;
}
</style>