Shades of Fuchsia #CB43CB
Tints of Fuchsia #CB43CB
RGB
CMYK
RGB Variations
Color information
#CB43CB (or 0xCB43CB) is known color: Fuchsia. HEX triplet: CB, 43 and CB. RGB value is (203,67,203). Sum of RGB (Red+Green+Blue) = 203+67+203=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB43CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43CB is #34BC34. Grayscale: #7A7A7A. Windows color (decimal): -3456053 or 13321163. OLE color: 13321163.
HSL color Cylindrical-coordinate representation of color #CB43CB: hue angle of 300º 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 #CB43CB is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 203 | - |
| CMYK | 0 | 0.67 | 0 | 0.20 |
| HSL | 300º | 0.57% | 0.53% | - |
| HSV(B) | 300º | 0.67% | 0.8% | - |
| XYZ | 37.42 | 21.02 | 58.59 | - |
| YUV | 123.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 203 | 0 | 0.67 | 0 | 0.20 | 300 | 0.57 | 0.53 |
| Hex | CB | 43 | CB | 0 | 43 | 0 | 14 | 12C | 39 | 35 |
| Octal | 313 | 103 | 313 | 0 | 103 | 0 | 24 | 454 | 71 | 65 |
| Binary | 11001011 | 1000011 | 11001011 | 0 | 1000011 | 0 | 10100 | 100101100 | 111001 | 110101 |
Color Harmonies of #CB43CB
Complementary color
Monochromatic Colors of #CB43CB
Black with #CB43CB
Text Example
Text Example
White with #CB43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43CB; }
p { color: rgb(203,67,203); }
H1.HeaderClassName
{
color: #CB43CB;
}
.AnyTagClassName
{
color: #CB43CB;
}
</style>
background-color css
<style>
a { background-color: #CB43CB; }
a { background-color: rgb(203,67,203); }
div.DivClassName
{
background-color: #CB43CB;
}
.BgClassName
{
background-color: #CB43CB;
}
</style>
border-color css
<style>
span { border-color: #CB43CB; }
span { border-color: rgb(203,67,203); }
td.TdClassName
{
border-color: #CB43CB;
}
.TagClassName
{
border-color: #CB43CB;
}
</style>