Shades of Fuchsia #CC44D3
Tints of Fuchsia #CC44D3
RGB
CMYK
RGB Variations
Color information
#CC44D3 (or 0xCC44D3) is known color: Fuchsia. HEX triplet: CC, 44 and D3. RGB value is (204,68,211). Sum of RGB (Red+Green+Blue) = 204+68+211=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC44D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44D3 is #33BB2C. Grayscale: #7C7C7C. Windows color (decimal): -3390253 or 13845708. OLE color: 13845708.
HSL color Cylindrical-coordinate representation of color #CC44D3: hue angle of 297.06º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC44D3 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 68 | 211 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.17 |
| HSL | 297.06º | 0.62% | 0.55% | - |
| HSV(B) | 297.06º | 0.68% | 0.83% | - |
| XYZ | 38.73 | 21.67 | 63.77 | - |
| YUV | 124.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 211 | 0.03 | 0.68 | 0 | 0.17 | 297.06 | 0.62 | 0.55 |
| Hex | CC | 44 | D3 | 3 | 44 | 0 | 11 | 129 | 3E | 37 |
| Octal | 314 | 104 | 323 | 3 | 104 | 0 | 21 | 451 | 76 | 67 |
| Binary | 11001100 | 1000100 | 11010011 | 11 | 1000100 | 0 | 10001 | 100101001 | 111110 | 110111 |
Color Harmonies of #CC44D3
Complementary color
Monochromatic Colors of #CC44D3
Black with #CC44D3
Text Example
Text Example
White with #CC44D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44D3; }
p { color: rgb(204,68,211); }
H1.HeaderClassName
{
color: #CC44D3;
}
.AnyTagClassName
{
color: #CC44D3;
}
</style>
background-color css
<style>
a { background-color: #CC44D3; }
a { background-color: rgb(204,68,211); }
div.DivClassName
{
background-color: #CC44D3;
}
.BgClassName
{
background-color: #CC44D3;
}
</style>
border-color css
<style>
span { border-color: #CC44D3; }
span { border-color: rgb(204,68,211); }
td.TdClassName
{
border-color: #CC44D3;
}
.TagClassName
{
border-color: #CC44D3;
}
</style>