Shades of Fuchsia #CB39C4
Tints of Fuchsia #CB39C4
RGB
CMYK
RGB Variations
Color information
#CB39C4 (or 0xCB39C4) is known color: Fuchsia. HEX triplet: CB, 39 and C4. RGB value is (203,57,196). Sum of RGB (Red+Green+Blue) = 203+57+196=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB39C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39C4 is #34C63B. Grayscale: #747474. Windows color (decimal): -3458620 or 12859851. OLE color: 12859851.
HSL color Cylindrical-coordinate representation of color #CB39C4: hue angle of 302.88º 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 #CB39C4 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 196 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.20 |
| HSL | 302.88º | 0.58% | 0.51% | - |
| HSV(B) | 302.88º | 0.72% | 0.8% | - |
| XYZ | 36.06 | 19.61 | 54.11 | - |
| YUV | 116.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 196 | 0 | 0.72 | 0.03 | 0.20 | 302.88 | 0.58 | 0.51 |
| Hex | CB | 39 | C4 | 0 | 48 | 3 | 14 | 12F | 3A | 33 |
| Octal | 313 | 71 | 304 | 0 | 110 | 3 | 24 | 457 | 72 | 63 |
| Binary | 11001011 | 111001 | 11000100 | 0 | 1001000 | 11 | 10100 | 100101111 | 111010 | 110011 |
Color Harmonies of #CB39C4
Complementary color
Monochromatic Colors of #CB39C4
Black with #CB39C4
Text Example
Text Example
White with #CB39C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39C4; }
p { color: rgb(203,57,196); }
H1.HeaderClassName
{
color: #CB39C4;
}
.AnyTagClassName
{
color: #CB39C4;
}
</style>
background-color css
<style>
a { background-color: #CB39C4; }
a { background-color: rgb(203,57,196); }
div.DivClassName
{
background-color: #CB39C4;
}
.BgClassName
{
background-color: #CB39C4;
}
</style>
border-color css
<style>
span { border-color: #CB39C4; }
span { border-color: rgb(203,57,196); }
td.TdClassName
{
border-color: #CB39C4;
}
.TagClassName
{
border-color: #CB39C4;
}
</style>