Shades of Fuchsia #CC2CB4
Tints of Fuchsia #CC2CB4
RGB
CMYK
RGB Variations
Color information
#CC2CB4 (or 0xCC2CB4) is known color: Fuchsia. HEX triplet: CC, 2C and B4. RGB value is (204,44,180). Sum of RGB (Red+Green+Blue) = 204+44+180=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CB4 is #33D34B. Grayscale: #6A6A6A. Windows color (decimal): -3396428 or 11807948. OLE color: 11807948.
HSL color Cylindrical-coordinate representation of color #CC2CB4: hue angle of 309º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CB4 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 180 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.2 |
| HSL | 309º | 0.65% | 0.49% | - |
| HSV(B) | 309º | 0.78% | 0.8% | - |
| XYZ | 34.04 | 17.93 | 44.85 | - |
| YUV | 107.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 180 | 0 | 0.78 | 0.12 | 0.2 | 309 | 0.65 | 0.49 |
| Hex | CC | 2C | B4 | 0 | 4E | C | 14 | 135 | 41 | 31 |
| Octal | 314 | 54 | 264 | 0 | 116 | 14 | 24 | 465 | 101 | 61 |
| Binary | 11001100 | 101100 | 10110100 | 0 | 1001110 | 1100 | 10100 | 100110101 | 1000001 | 110001 |
Color Harmonies of #CC2CB4
Complementary color
Monochromatic Colors of #CC2CB4
Black with #CC2CB4
Text Example
Text Example
White with #CC2CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2CB4; }
p { color: rgb(204,44,180); }
H1.HeaderClassName
{
color: #CC2CB4;
}
.AnyTagClassName
{
color: #CC2CB4;
}
</style>
background-color css
<style>
a { background-color: #CC2CB4; }
a { background-color: rgb(204,44,180); }
div.DivClassName
{
background-color: #CC2CB4;
}
.BgClassName
{
background-color: #CC2CB4;
}
</style>
border-color css
<style>
span { border-color: #CC2CB4; }
span { border-color: rgb(204,44,180); }
td.TdClassName
{
border-color: #CC2CB4;
}
.TagClassName
{
border-color: #CC2CB4;
}
</style>