Shades of Fuchsia #CC33C4
Tints of Fuchsia #CC33C4
RGB
CMYK
RGB Variations
Color information
#CC33C4 (or 0xCC33C4) is known color: Fuchsia. HEX triplet: CC, 33 and C4. RGB value is (204,51,196). Sum of RGB (Red+Green+Blue) = 204+51+196=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33C4 is #33CC3B. Grayscale: #707070. Windows color (decimal): -3394620 or 12858316. OLE color: 12858316.
HSL color Cylindrical-coordinate representation of color #CC33C4: hue angle of 303.14º 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 #CC33C4 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 196 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.2 |
| HSL | 303.14º | 0.6% | 0.5% | - |
| HSV(B) | 303.14º | 0.75% | 0.8% | - |
| XYZ | 36.05 | 19.19 | 54.03 | - |
| YUV | 113.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 196 | 0 | 0.75 | 0.04 | 0.2 | 303.14 | 0.6 | 0.5 |
| Hex | CC | 33 | C4 | 0 | 4B | 4 | 14 | 12F | 3C | 32 |
| Octal | 314 | 63 | 304 | 0 | 113 | 4 | 24 | 457 | 74 | 62 |
| Binary | 11001100 | 110011 | 11000100 | 0 | 1001011 | 100 | 10100 | 100101111 | 111100 | 110010 |
Color Harmonies of #CC33C4
Complementary color
Monochromatic Colors of #CC33C4
Black with #CC33C4
Text Example
Text Example
White with #CC33C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33C4; }
p { color: rgb(204,51,196); }
H1.HeaderClassName
{
color: #CC33C4;
}
.AnyTagClassName
{
color: #CC33C4;
}
</style>
background-color css
<style>
a { background-color: #CC33C4; }
a { background-color: rgb(204,51,196); }
div.DivClassName
{
background-color: #CC33C4;
}
.BgClassName
{
background-color: #CC33C4;
}
</style>
border-color css
<style>
span { border-color: #CC33C4; }
span { border-color: rgb(204,51,196); }
td.TdClassName
{
border-color: #CC33C4;
}
.TagClassName
{
border-color: #CC33C4;
}
</style>