Shades of Fuchsia #CC33D1
Tints of Fuchsia #CC33D1
RGB
CMYK
RGB Variations
Color information
#CC33D1 (or 0xCC33D1) is known color: Fuchsia. HEX triplet: CC, 33 and D1. RGB value is (204,51,209). Sum of RGB (Red+Green+Blue) = 204+51+209=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC33D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33D1 is #33CC2E. Grayscale: #727272. Windows color (decimal): -3394607 or 13710284. OLE color: 13710284.
HSL color Cylindrical-coordinate representation of color #CC33D1: hue angle of 298.1º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC33D1 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 51 | 209 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.18 |
| HSL | 298.1º | 0.63% | 0.51% | - |
| HSV(B) | 298.1º | 0.76% | 0.82% | - |
| XYZ | 37.59 | 19.81 | 62.16 | - |
| YUV | 114.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 209 | 0.02 | 0.76 | 0 | 0.18 | 298.1 | 0.63 | 0.51 |
| Hex | CC | 33 | D1 | 2 | 4C | 0 | 12 | 12A | 3F | 33 |
| Octal | 314 | 63 | 321 | 2 | 114 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001100 | 110011 | 11010001 | 10 | 1001100 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CC33D1
Complementary color
Monochromatic Colors of #CC33D1
Black with #CC33D1
Text Example
Text Example
White with #CC33D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33D1; }
p { color: rgb(204,51,209); }
H1.HeaderClassName
{
color: #CC33D1;
}
.AnyTagClassName
{
color: #CC33D1;
}
</style>
background-color css
<style>
a { background-color: #CC33D1; }
a { background-color: rgb(204,51,209); }
div.DivClassName
{
background-color: #CC33D1;
}
.BgClassName
{
background-color: #CC33D1;
}
</style>
border-color css
<style>
span { border-color: #CC33D1; }
span { border-color: rgb(204,51,209); }
td.TdClassName
{
border-color: #CC33D1;
}
.TagClassName
{
border-color: #CC33D1;
}
</style>