Shades of Fuchsia #CC33CE
Tints of Fuchsia #CC33CE
RGB
CMYK
RGB Variations
Color information
#CC33CE (or 0xCC33CE) is known color: Fuchsia. HEX triplet: CC, 33 and CE. RGB value is (204,51,206). Sum of RGB (Red+Green+Blue) = 204+51+206=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC33CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33CE is #33CC31. Grayscale: #717171. Windows color (decimal): -3394610 or 13513676. OLE color: 13513676.
HSL color Cylindrical-coordinate representation of color #CC33CE: hue angle of 299.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC33CE is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 51 | 206 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.19 |
| HSL | 299.23º | 0.61% | 0.5% | - |
| HSV(B) | 299.23º | 0.75% | 0.81% | - |
| XYZ | 37.23 | 19.66 | 60.23 | - |
| YUV | 114.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 206 | 0.01 | 0.75 | 0 | 0.19 | 299.23 | 0.61 | 0.5 |
| Hex | CC | 33 | CE | 1 | 4B | 0 | 13 | 12B | 3D | 32 |
| Octal | 314 | 63 | 316 | 1 | 113 | 0 | 23 | 453 | 75 | 62 |
| Binary | 11001100 | 110011 | 11001110 | 1 | 1001011 | 0 | 10011 | 100101011 | 111101 | 110010 |
Color Harmonies of #CC33CE
Complementary color
Monochromatic Colors of #CC33CE
Black with #CC33CE
Text Example
Text Example
White with #CC33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33CE; }
p { color: rgb(204,51,206); }
H1.HeaderClassName
{
color: #CC33CE;
}
.AnyTagClassName
{
color: #CC33CE;
}
</style>
background-color css
<style>
a { background-color: #CC33CE; }
a { background-color: rgb(204,51,206); }
div.DivClassName
{
background-color: #CC33CE;
}
.BgClassName
{
background-color: #CC33CE;
}
</style>
border-color css
<style>
span { border-color: #CC33CE; }
span { border-color: rgb(204,51,206); }
td.TdClassName
{
border-color: #CC33CE;
}
.TagClassName
{
border-color: #CC33CE;
}
</style>