Shades of Fuchsia #CC44CE
Tints of Fuchsia #CC44CE
RGB
CMYK
RGB Variations
Color information
#CC44CE (or 0xCC44CE) is known color: Fuchsia. HEX triplet: CC, 44 and CE. RGB value is (204,68,206). Sum of RGB (Red+Green+Blue) = 204+68+206=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44CE is #33BB31. Grayscale: #7B7B7B. Windows color (decimal): -3390258 or 13518028. OLE color: 13518028.
HSL color Cylindrical-coordinate representation of color #CC44CE: hue angle of 299.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC44CE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 68 | 206 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.19 |
| HSL | 299.13º | 0.58% | 0.54% | - |
| HSV(B) | 299.13º | 0.67% | 0.81% | - |
| XYZ | 38.11 | 21.43 | 60.52 | - |
| YUV | 124.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 206 | 0.01 | 0.67 | 0 | 0.19 | 299.13 | 0.58 | 0.54 |
| Hex | CC | 44 | CE | 1 | 43 | 0 | 13 | 12B | 3A | 36 |
| Octal | 314 | 104 | 316 | 1 | 103 | 0 | 23 | 453 | 72 | 66 |
| Binary | 11001100 | 1000100 | 11001110 | 1 | 1000011 | 0 | 10011 | 100101011 | 111010 | 110110 |
Color Harmonies of #CC44CE
Complementary color
Monochromatic Colors of #CC44CE
Black with #CC44CE
Text Example
Text Example
White with #CC44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44CE; }
p { color: rgb(204,68,206); }
H1.HeaderClassName
{
color: #CC44CE;
}
.AnyTagClassName
{
color: #CC44CE;
}
</style>
background-color css
<style>
a { background-color: #CC44CE; }
a { background-color: rgb(204,68,206); }
div.DivClassName
{
background-color: #CC44CE;
}
.BgClassName
{
background-color: #CC44CE;
}
</style>
border-color css
<style>
span { border-color: #CC44CE; }
span { border-color: rgb(204,68,206); }
td.TdClassName
{
border-color: #CC44CE;
}
.TagClassName
{
border-color: #CC44CE;
}
</style>