Shades of Fuchsia #CC2CB3
Tints of Fuchsia #CC2CB3
RGB
CMYK
RGB Variations
Color information
#CC2CB3 (or 0xCC2CB3) is known color: Fuchsia. HEX triplet: CC, 2C and B3. RGB value is (204,44,179). Sum of RGB (Red+Green+Blue) = 204+44+179=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CB3 is #33D34C. Grayscale: #6A6A6A. Windows color (decimal): -3396429 or 11742412. OLE color: 11742412.
HSL color Cylindrical-coordinate representation of color #CC2CB3: hue angle of 309.38º 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 #CC2CB3 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 179 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.2 |
| HSL | 309.38º | 0.65% | 0.49% | - |
| HSV(B) | 309.38º | 0.78% | 0.8% | - |
| XYZ | 33.94 | 17.89 | 44.31 | - |
| YUV | 107.23 | 168.51 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 179 | 0 | 0.78 | 0.12 | 0.2 | 309.38 | 0.65 | 0.49 |
| Hex | CC | 2C | B3 | 0 | 4E | C | 14 | 135 | 41 | 31 |
| Octal | 314 | 54 | 263 | 0 | 116 | 14 | 24 | 465 | 101 | 61 |
| Binary | 11001100 | 101100 | 10110011 | 0 | 1001110 | 1100 | 10100 | 100110101 | 1000001 | 110001 |
Color Harmonies of #CC2CB3
Complementary color
Monochromatic Colors of #CC2CB3
Black with #CC2CB3
Text Example
Text Example
White with #CC2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2CB3; }
p { color: rgb(204,44,179); }
H1.HeaderClassName
{
color: #CC2CB3;
}
.AnyTagClassName
{
color: #CC2CB3;
}
</style>
background-color css
<style>
a { background-color: #CC2CB3; }
a { background-color: rgb(204,44,179); }
div.DivClassName
{
background-color: #CC2CB3;
}
.BgClassName
{
background-color: #CC2CB3;
}
</style>
border-color css
<style>
span { border-color: #CC2CB3; }
span { border-color: rgb(204,44,179); }
td.TdClassName
{
border-color: #CC2CB3;
}
.TagClassName
{
border-color: #CC2CB3;
}
</style>