Shades of Fuchsia #CC38AD
Tints of Fuchsia #CC38AD
RGB
CMYK
RGB Variations
Color information
#CC38AD (or 0xCC38AD) is known color: Fuchsia. HEX triplet: CC, 38 and AD. RGB value is (204,56,173). Sum of RGB (Red+Green+Blue) = 204+56+173=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC38AD is #33C752. Grayscale: #717171. Windows color (decimal): -3393363 or 11352268. OLE color: 11352268.
HSL color Cylindrical-coordinate representation of color #CC38AD: hue angle of 312.57º 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 #CC38AD is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 173 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.2 |
| HSL | 312.57º | 0.59% | 0.51% | - |
| HSV(B) | 312.57º | 0.73% | 0.8% | - |
| XYZ | 33.86 | 18.68 | 41.36 | - |
| YUV | 113.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 173 | 0 | 0.73 | 0.15 | 0.2 | 312.57 | 0.59 | 0.51 |
| Hex | CC | 38 | AD | 0 | 49 | F | 14 | 139 | 3B | 33 |
| Octal | 314 | 70 | 255 | 0 | 111 | 17 | 24 | 471 | 73 | 63 |
| Binary | 11001100 | 111000 | 10101101 | 0 | 1001001 | 1111 | 10100 | 100111001 | 111011 | 110011 |
Color Harmonies of #CC38AD
Complementary color
Monochromatic Colors of #CC38AD
Black with #CC38AD
Text Example
Text Example
White with #CC38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38AD; }
p { color: rgb(204,56,173); }
H1.HeaderClassName
{
color: #CC38AD;
}
.AnyTagClassName
{
color: #CC38AD;
}
</style>
background-color css
<style>
a { background-color: #CC38AD; }
a { background-color: rgb(204,56,173); }
div.DivClassName
{
background-color: #CC38AD;
}
.BgClassName
{
background-color: #CC38AD;
}
</style>
border-color css
<style>
span { border-color: #CC38AD; }
span { border-color: rgb(204,56,173); }
td.TdClassName
{
border-color: #CC38AD;
}
.TagClassName
{
border-color: #CC38AD;
}
</style>