Shades of Fuchsia #CB39CA
Tints of Fuchsia #CB39CA
RGB
CMYK
RGB Variations
Color information
#CB39CA (or 0xCB39CA) is known color: Fuchsia. HEX triplet: CB, 39 and CA. RGB value is (203,57,202). Sum of RGB (Red+Green+Blue) = 203+57+202=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB39CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39CA is #34C635. Grayscale: #747474. Windows color (decimal): -3458614 or 13253067. OLE color: 13253067.
HSL color Cylindrical-coordinate representation of color #CB39CA: hue angle of 300.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB39CA is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 202 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.20 |
| HSL | 300.41º | 0.58% | 0.51% | - |
| HSV(B) | 300.41º | 0.72% | 0.8% | - |
| XYZ | 36.75 | 19.89 | 57.78 | - |
| YUV | 117.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 202 | 0 | 0.72 | 0.00 | 0.20 | 300.41 | 0.58 | 0.51 |
| Hex | CB | 39 | CA | 0 | 48 | 0 | 14 | 12C | 3A | 33 |
| Octal | 313 | 71 | 312 | 0 | 110 | 0 | 24 | 454 | 72 | 63 |
| Binary | 11001011 | 111001 | 11001010 | 0 | 1001000 | 0 | 10100 | 100101100 | 111010 | 110011 |
Color Harmonies of #CB39CA
Complementary color
Monochromatic Colors of #CB39CA
Black with #CB39CA
Text Example
Text Example
White with #CB39CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39CA; }
p { color: rgb(203,57,202); }
H1.HeaderClassName
{
color: #CB39CA;
}
.AnyTagClassName
{
color: #CB39CA;
}
</style>
background-color css
<style>
a { background-color: #CB39CA; }
a { background-color: rgb(203,57,202); }
div.DivClassName
{
background-color: #CB39CA;
}
.BgClassName
{
background-color: #CB39CA;
}
</style>
border-color css
<style>
span { border-color: #CB39CA; }
span { border-color: rgb(203,57,202); }
td.TdClassName
{
border-color: #CB39CA;
}
.TagClassName
{
border-color: #CB39CA;
}
</style>