Shades of Fuchsia #CC33AD
Tints of Fuchsia #CC33AD
RGB
CMYK
RGB Variations
Color information
#CC33AD (or 0xCC33AD) is known color: Fuchsia. HEX triplet: CC, 33 and AD. RGB value is (204,51,173). Sum of RGB (Red+Green+Blue) = 204+51+173=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33AD is #33CC52. Grayscale: #6E6E6E. Windows color (decimal): -3394643 or 11350988. OLE color: 11350988.
HSL color Cylindrical-coordinate representation of color #CC33AD: hue angle of 312.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC33AD is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 173 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.2 |
| HSL | 312.16º | 0.6% | 0.5% | - |
| HSV(B) | 312.16º | 0.75% | 0.8% | - |
| XYZ | 33.63 | 18.22 | 41.28 | - |
| YUV | 110.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 173 | 0 | 0.75 | 0.15 | 0.2 | 312.16 | 0.6 | 0.5 |
| Hex | CC | 33 | AD | 0 | 4B | F | 14 | 138 | 3C | 32 |
| Octal | 314 | 63 | 255 | 0 | 113 | 17 | 24 | 470 | 74 | 62 |
| Binary | 11001100 | 110011 | 10101101 | 0 | 1001011 | 1111 | 10100 | 100111000 | 111100 | 110010 |
Color Harmonies of #CC33AD
Complementary color
Monochromatic Colors of #CC33AD
Black with #CC33AD
Text Example
Text Example
White with #CC33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33AD; }
p { color: rgb(204,51,173); }
H1.HeaderClassName
{
color: #CC33AD;
}
.AnyTagClassName
{
color: #CC33AD;
}
</style>
background-color css
<style>
a { background-color: #CC33AD; }
a { background-color: rgb(204,51,173); }
div.DivClassName
{
background-color: #CC33AD;
}
.BgClassName
{
background-color: #CC33AD;
}
</style>
border-color css
<style>
span { border-color: #CC33AD; }
span { border-color: rgb(204,51,173); }
td.TdClassName
{
border-color: #CC33AD;
}
.TagClassName
{
border-color: #CC33AD;
}
</style>