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