Shades of Fuchsia #CC33D0
Tints of Fuchsia #CC33D0
RGB
CMYK
RGB Variations
Color information
#CC33D0 (or 0xCC33D0) is known color: Fuchsia. HEX triplet: CC, 33 and D0. RGB value is (204,51,208). Sum of RGB (Red+Green+Blue) = 204+51+208=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33D0 is #33CC2F. Grayscale: #727272. Windows color (decimal): -3394608 or 13644748. OLE color: 13644748.
HSL color Cylindrical-coordinate representation of color #CC33D0: hue angle of 298.47º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC33D0 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 51 | 208 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.18 |
| HSL | 298.47º | 0.63% | 0.51% | - |
| HSV(B) | 298.47º | 0.75% | 0.82% | - |
| XYZ | 37.47 | 19.76 | 61.51 | - |
| YUV | 114.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 208 | 0.02 | 0.75 | 0 | 0.18 | 298.47 | 0.63 | 0.51 |
| Hex | CC | 33 | D0 | 2 | 4B | 0 | 12 | 12A | 3F | 33 |
| Octal | 314 | 63 | 320 | 2 | 113 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001100 | 110011 | 11010000 | 10 | 1001011 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CC33D0
Complementary color
Monochromatic Colors of #CC33D0
Black with #CC33D0
Text Example
Text Example
White with #CC33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33D0; }
p { color: rgb(204,51,208); }
H1.HeaderClassName
{
color: #CC33D0;
}
.AnyTagClassName
{
color: #CC33D0;
}
</style>
background-color css
<style>
a { background-color: #CC33D0; }
a { background-color: rgb(204,51,208); }
div.DivClassName
{
background-color: #CC33D0;
}
.BgClassName
{
background-color: #CC33D0;
}
</style>
border-color css
<style>
span { border-color: #CC33D0; }
span { border-color: rgb(204,51,208); }
td.TdClassName
{
border-color: #CC33D0;
}
.TagClassName
{
border-color: #CC33D0;
}
</style>