Shades of Fuchsia #C038CB
Tints of Fuchsia #C038CB
RGB
CMYK
RGB Variations
Color information
#C038CB (or 0xC038CB) is known color: Fuchsia. HEX triplet: C0, 38 and CB. RGB value is (192,56,203). Sum of RGB (Red+Green+Blue) = 192+56+203=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #C038CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038CB is #3FC734. Grayscale: #707070. Windows color (decimal): -4179765 or 13318336. OLE color: 13318336.
HSL color Cylindrical-coordinate representation of color #C038CB: hue angle of 295.51º degrees, saturation: 0.59, 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 #C038CB is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 56 | 203 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.20 |
| HSL | 295.51º | 0.59% | 0.51% | - |
| HSV(B) | 295.51º | 0.72% | 0.8% | - |
| XYZ | 33.93 | 18.35 | 58.25 | - |
| YUV | 113.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 203 | 0.05 | 0.72 | 0 | 0.20 | 295.51 | 0.59 | 0.51 |
| Hex | C0 | 38 | CB | 5 | 48 | 0 | 14 | 128 | 3B | 33 |
| Octal | 300 | 70 | 313 | 5 | 110 | 0 | 24 | 450 | 73 | 63 |
| Binary | 11000000 | 111000 | 11001011 | 101 | 1001000 | 0 | 10100 | 100101000 | 111011 | 110011 |
Color Harmonies of #C038CB
Complementary color
Monochromatic Colors of #C038CB
Black with #C038CB
Text Example
Text Example
White with #C038CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038CB; }
p { color: rgb(192,56,203); }
H1.HeaderClassName
{
color: #C038CB;
}
.AnyTagClassName
{
color: #C038CB;
}
</style>
background-color css
<style>
a { background-color: #C038CB; }
a { background-color: rgb(192,56,203); }
div.DivClassName
{
background-color: #C038CB;
}
.BgClassName
{
background-color: #C038CB;
}
</style>
border-color css
<style>
span { border-color: #C038CB; }
span { border-color: rgb(192,56,203); }
td.TdClassName
{
border-color: #C038CB;
}
.TagClassName
{
border-color: #C038CB;
}
</style>