Shades of Fuchsia #CB43CE
Tints of Fuchsia #CB43CE
RGB
CMYK
RGB Variations
Color information
#CB43CE (or 0xCB43CE) is known color: Fuchsia. HEX triplet: CB, 43 and CE. RGB value is (203,67,206). Sum of RGB (Red+Green+Blue) = 203+67+206=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43CE is #34BC31. Grayscale: #7B7B7B. Windows color (decimal): -3456050 or 13517771. OLE color: 13517771.
HSL color Cylindrical-coordinate representation of color #CB43CE: hue angle of 298.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB43CE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 67 | 206 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.19 |
| HSL | 298.71º | 0.59% | 0.54% | - |
| HSV(B) | 298.71º | 0.67% | 0.81% | - |
| XYZ | 37.78 | 21.17 | 60.49 | - |
| YUV | 123.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 206 | 0.01 | 0.67 | 0 | 0.19 | 298.71 | 0.59 | 0.54 |
| Hex | CB | 43 | CE | 1 | 43 | 0 | 13 | 12B | 3B | 36 |
| Octal | 313 | 103 | 316 | 1 | 103 | 0 | 23 | 453 | 73 | 66 |
| Binary | 11001011 | 1000011 | 11001110 | 1 | 1000011 | 0 | 10011 | 100101011 | 111011 | 110110 |
Color Harmonies of #CB43CE
Complementary color
Monochromatic Colors of #CB43CE
Black with #CB43CE
Text Example
Text Example
White with #CB43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43CE; }
p { color: rgb(203,67,206); }
H1.HeaderClassName
{
color: #CB43CE;
}
.AnyTagClassName
{
color: #CB43CE;
}
</style>
background-color css
<style>
a { background-color: #CB43CE; }
a { background-color: rgb(203,67,206); }
div.DivClassName
{
background-color: #CB43CE;
}
.BgClassName
{
background-color: #CB43CE;
}
</style>
border-color css
<style>
span { border-color: #CB43CE; }
span { border-color: rgb(203,67,206); }
td.TdClassName
{
border-color: #CB43CE;
}
.TagClassName
{
border-color: #CB43CE;
}
</style>