Shades of Fuchsia #CB43C4
Tints of Fuchsia #CB43C4
RGB
CMYK
RGB Variations
Color information
#CB43C4 (or 0xCB43C4) is known color: Fuchsia. HEX triplet: CB, 43 and C4. RGB value is (203,67,196). Sum of RGB (Red+Green+Blue) = 203+67+196=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43C4 is #34BC3B. Grayscale: #797979. Windows color (decimal): -3456060 or 12862411. OLE color: 12862411.
HSL color Cylindrical-coordinate representation of color #CB43C4: hue angle of 303.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB43C4 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 196 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.20 |
| HSL | 303.09º | 0.57% | 0.53% | - |
| HSV(B) | 303.09º | 0.67% | 0.8% | - |
| XYZ | 36.6 | 20.7 | 54.29 | - |
| YUV | 122.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 196 | 0 | 0.67 | 0.03 | 0.20 | 303.09 | 0.57 | 0.53 |
| Hex | CB | 43 | C4 | 0 | 43 | 3 | 14 | 12F | 39 | 35 |
| Octal | 313 | 103 | 304 | 0 | 103 | 3 | 24 | 457 | 71 | 65 |
| Binary | 11001011 | 1000011 | 11000100 | 0 | 1000011 | 11 | 10100 | 100101111 | 111001 | 110101 |
Color Harmonies of #CB43C4
Complementary color
Monochromatic Colors of #CB43C4
Black with #CB43C4
Text Example
Text Example
White with #CB43C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43C4; }
p { color: rgb(203,67,196); }
H1.HeaderClassName
{
color: #CB43C4;
}
.AnyTagClassName
{
color: #CB43C4;
}
</style>
background-color css
<style>
a { background-color: #CB43C4; }
a { background-color: rgb(203,67,196); }
div.DivClassName
{
background-color: #CB43C4;
}
.BgClassName
{
background-color: #CB43C4;
}
</style>
border-color css
<style>
span { border-color: #CB43C4; }
span { border-color: rgb(203,67,196); }
td.TdClassName
{
border-color: #CB43C4;
}
.TagClassName
{
border-color: #CB43C4;
}
</style>