Shades of Fuchsia #CC38BA
Tints of Fuchsia #CC38BA
RGB
CMYK
RGB Variations
Color information
#CC38BA (or 0xCC38BA) is known color: Fuchsia. HEX triplet: CC, 38 and BA. RGB value is (204,56,186). Sum of RGB (Red+Green+Blue) = 204+56+186=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38BA is #33C745. Grayscale: #727272. Windows color (decimal): -3393350 or 12204236. OLE color: 12204236.
HSL color Cylindrical-coordinate representation of color #CC38BA: hue angle of 307.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38BA is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 186 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.2 |
| HSL | 307.3º | 0.59% | 0.51% | - |
| HSV(B) | 307.3º | 0.73% | 0.8% | - |
| XYZ | 35.18 | 19.21 | 48.31 | - |
| YUV | 115.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 186 | 0 | 0.73 | 0.09 | 0.2 | 307.3 | 0.59 | 0.51 |
| Hex | CC | 38 | BA | 0 | 49 | 9 | 14 | 133 | 3B | 33 |
| Octal | 314 | 70 | 272 | 0 | 111 | 11 | 24 | 463 | 73 | 63 |
| Binary | 11001100 | 111000 | 10111010 | 0 | 1001001 | 1001 | 10100 | 100110011 | 111011 | 110011 |
Color Harmonies of #CC38BA
Complementary color
Monochromatic Colors of #CC38BA
Black with #CC38BA
Text Example
Text Example
White with #CC38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38BA; }
p { color: rgb(204,56,186); }
H1.HeaderClassName
{
color: #CC38BA;
}
.AnyTagClassName
{
color: #CC38BA;
}
</style>
background-color css
<style>
a { background-color: #CC38BA; }
a { background-color: rgb(204,56,186); }
div.DivClassName
{
background-color: #CC38BA;
}
.BgClassName
{
background-color: #CC38BA;
}
</style>
border-color css
<style>
span { border-color: #CC38BA; }
span { border-color: rgb(204,56,186); }
td.TdClassName
{
border-color: #CC38BA;
}
.TagClassName
{
border-color: #CC38BA;
}
</style>