Shades of Fuchsia #CC44CA
Tints of Fuchsia #CC44CA
RGB
CMYK
RGB Variations
Color information
#CC44CA (or 0xCC44CA) is known color: Fuchsia. HEX triplet: CC, 44 and CA. RGB value is (204,68,202). Sum of RGB (Red+Green+Blue) = 204+68+202=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44CA is #33BB35. Grayscale: #7B7B7B. Windows color (decimal): -3390262 or 13255884. OLE color: 13255884.
HSL color Cylindrical-coordinate representation of color #CC44CA: hue angle of 300.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC44CA is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 202 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.2 |
| HSL | 300.88º | 0.57% | 0.53% | - |
| HSV(B) | 300.88º | 0.67% | 0.8% | - |
| XYZ | 37.63 | 21.24 | 57.99 | - |
| YUV | 123.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 202 | 0 | 0.67 | 0.01 | 0.2 | 300.88 | 0.57 | 0.53 |
| Hex | CC | 44 | CA | 0 | 43 | 1 | 14 | 12D | 39 | 35 |
| Octal | 314 | 104 | 312 | 0 | 103 | 1 | 24 | 455 | 71 | 65 |
| Binary | 11001100 | 1000100 | 11001010 | 0 | 1000011 | 1 | 10100 | 100101101 | 111001 | 110101 |
Color Harmonies of #CC44CA
Complementary color
Monochromatic Colors of #CC44CA
Black with #CC44CA
Text Example
Text Example
White with #CC44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44CA; }
p { color: rgb(204,68,202); }
H1.HeaderClassName
{
color: #CC44CA;
}
.AnyTagClassName
{
color: #CC44CA;
}
</style>
background-color css
<style>
a { background-color: #CC44CA; }
a { background-color: rgb(204,68,202); }
div.DivClassName
{
background-color: #CC44CA;
}
.BgClassName
{
background-color: #CC44CA;
}
</style>
border-color css
<style>
span { border-color: #CC44CA; }
span { border-color: rgb(204,68,202); }
td.TdClassName
{
border-color: #CC44CA;
}
.TagClassName
{
border-color: #CC44CA;
}
</style>