Shades of Fuchsia #CB42CE
Tints of Fuchsia #CB42CE
RGB
CMYK
RGB Variations
Color information
#CB42CE (or 0xCB42CE) is known color: Fuchsia. HEX triplet: CB, 42 and CE. RGB value is (203,66,206). Sum of RGB (Red+Green+Blue) = 203+66+206=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42CE is #34BD31. Grayscale: #7A7A7A. Windows color (decimal): -3456306 or 13517515. OLE color: 13517515.
HSL color Cylindrical-coordinate representation of color #CB42CE: hue angle of 298.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB42CE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 66 | 206 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.19 |
| HSL | 298.71º | 0.59% | 0.53% | - |
| HSV(B) | 298.71º | 0.68% | 0.81% | - |
| XYZ | 37.72 | 21.05 | 60.47 | - |
| YUV | 122.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 206 | 0.01 | 0.68 | 0 | 0.19 | 298.71 | 0.59 | 0.53 |
| Hex | CB | 42 | CE | 1 | 44 | 0 | 13 | 12B | 3B | 35 |
| Octal | 313 | 102 | 316 | 1 | 104 | 0 | 23 | 453 | 73 | 65 |
| Binary | 11001011 | 1000010 | 11001110 | 1 | 1000100 | 0 | 10011 | 100101011 | 111011 | 110101 |
Color Harmonies of #CB42CE
Complementary color
Monochromatic Colors of #CB42CE
Black with #CB42CE
Text Example
Text Example
White with #CB42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42CE; }
p { color: rgb(203,66,206); }
H1.HeaderClassName
{
color: #CB42CE;
}
.AnyTagClassName
{
color: #CB42CE;
}
</style>
background-color css
<style>
a { background-color: #CB42CE; }
a { background-color: rgb(203,66,206); }
div.DivClassName
{
background-color: #CB42CE;
}
.BgClassName
{
background-color: #CB42CE;
}
</style>
border-color css
<style>
span { border-color: #CB42CE; }
span { border-color: rgb(203,66,206); }
td.TdClassName
{
border-color: #CB42CE;
}
.TagClassName
{
border-color: #CB42CE;
}
</style>