Shades of Fuchsia #CC44C4
Tints of Fuchsia #CC44C4
RGB
CMYK
RGB Variations
Color information
#CC44C4 (or 0xCC44C4) is known color: Fuchsia. HEX triplet: CC, 44 and C4. RGB value is (204,68,196). Sum of RGB (Red+Green+Blue) = 204+68+196=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44C4 is #33BB3B. Grayscale: #7A7A7A. Windows color (decimal): -3390268 or 12862668. OLE color: 12862668.
HSL color Cylindrical-coordinate representation of color #CC44C4: hue angle of 303.53º 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 #CC44C4 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 196 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.2 |
| HSL | 303.53º | 0.57% | 0.53% | - |
| HSV(B) | 303.53º | 0.67% | 0.8% | - |
| XYZ | 36.93 | 20.96 | 54.32 | - |
| YUV | 123.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 196 | 0 | 0.67 | 0.04 | 0.2 | 303.53 | 0.57 | 0.53 |
| Hex | CC | 44 | C4 | 0 | 43 | 4 | 14 | 130 | 39 | 35 |
| Octal | 314 | 104 | 304 | 0 | 103 | 4 | 24 | 460 | 71 | 65 |
| Binary | 11001100 | 1000100 | 11000100 | 0 | 1000011 | 100 | 10100 | 100110000 | 111001 | 110101 |
Color Harmonies of #CC44C4
Complementary color
Monochromatic Colors of #CC44C4
Black with #CC44C4
Text Example
Text Example
White with #CC44C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44C4; }
p { color: rgb(204,68,196); }
H1.HeaderClassName
{
color: #CC44C4;
}
.AnyTagClassName
{
color: #CC44C4;
}
</style>
background-color css
<style>
a { background-color: #CC44C4; }
a { background-color: rgb(204,68,196); }
div.DivClassName
{
background-color: #CC44C4;
}
.BgClassName
{
background-color: #CC44C4;
}
</style>
border-color css
<style>
span { border-color: #CC44C4; }
span { border-color: rgb(204,68,196); }
td.TdClassName
{
border-color: #CC44C4;
}
.TagClassName
{
border-color: #CC44C4;
}
</style>