Shades of Fuchsia #CC38CA
Tints of Fuchsia #CC38CA
RGB
CMYK
RGB Variations
Color information
#CC38CA (or 0xCC38CA) is known color: Fuchsia. HEX triplet: CC, 38 and CA. RGB value is (204,56,202). Sum of RGB (Red+Green+Blue) = 204+56+202=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38CA is #33C735. Grayscale: #747474. Windows color (decimal): -3393334 or 13252812. OLE color: 13252812.
HSL color Cylindrical-coordinate representation of color #CC38CA: hue angle of 300.81º 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 #CC38CA is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 202 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.2 |
| HSL | 300.81º | 0.59% | 0.51% | - |
| HSV(B) | 300.81º | 0.73% | 0.8% | - |
| XYZ | 36.98 | 19.93 | 57.78 | - |
| YUV | 116.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 202 | 0 | 0.73 | 0.01 | 0.2 | 300.81 | 0.59 | 0.51 |
| Hex | CC | 38 | CA | 0 | 49 | 1 | 14 | 12D | 3B | 33 |
| Octal | 314 | 70 | 312 | 0 | 111 | 1 | 24 | 455 | 73 | 63 |
| Binary | 11001100 | 111000 | 11001010 | 0 | 1001001 | 1 | 10100 | 100101101 | 111011 | 110011 |
Color Harmonies of #CC38CA
Complementary color
Monochromatic Colors of #CC38CA
Black with #CC38CA
Text Example
Text Example
White with #CC38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38CA; }
p { color: rgb(204,56,202); }
H1.HeaderClassName
{
color: #CC38CA;
}
.AnyTagClassName
{
color: #CC38CA;
}
</style>
background-color css
<style>
a { background-color: #CC38CA; }
a { background-color: rgb(204,56,202); }
div.DivClassName
{
background-color: #CC38CA;
}
.BgClassName
{
background-color: #CC38CA;
}
</style>
border-color css
<style>
span { border-color: #CC38CA; }
span { border-color: rgb(204,56,202); }
td.TdClassName
{
border-color: #CC38CA;
}
.TagClassName
{
border-color: #CC38CA;
}
</style>