Shades of Fuchsia #CC4BC2
Tints of Fuchsia #CC4BC2
RGB
CMYK
RGB Variations
Color information
#CC4BC2 (or 0xCC4BC2) is known color: Fuchsia. HEX triplet: CC, 4B and C2. RGB value is (204,75,194). Sum of RGB (Red+Green+Blue) = 204+75+194=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BC2 is #33B43D. Grayscale: #7E7E7E. Windows color (decimal): -3388478 or 12733388. OLE color: 12733388.
HSL color Cylindrical-coordinate representation of color #CC4BC2: hue angle of 304.65º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4BC2 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 194 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.2 |
| HSL | 304.65º | 0.56% | 0.55% | - |
| HSV(B) | 304.65º | 0.63% | 0.8% | - |
| XYZ | 37.16 | 21.76 | 53.28 | - |
| YUV | 127.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 194 | 0 | 0.63 | 0.05 | 0.2 | 304.65 | 0.56 | 0.55 |
| Hex | CC | 4B | C2 | 0 | 3F | 5 | 14 | 131 | 38 | 37 |
| Octal | 314 | 113 | 302 | 0 | 77 | 5 | 24 | 461 | 70 | 67 |
| Binary | 11001100 | 1001011 | 11000010 | 0 | 111111 | 101 | 10100 | 100110001 | 111000 | 110111 |
Color Harmonies of #CC4BC2
Complementary color
Monochromatic Colors of #CC4BC2
Black with #CC4BC2
Text Example
Text Example
White with #CC4BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BC2; }
p { color: rgb(204,75,194); }
H1.HeaderClassName
{
color: #CC4BC2;
}
.AnyTagClassName
{
color: #CC4BC2;
}
</style>
background-color css
<style>
a { background-color: #CC4BC2; }
a { background-color: rgb(204,75,194); }
div.DivClassName
{
background-color: #CC4BC2;
}
.BgClassName
{
background-color: #CC4BC2;
}
</style>
border-color css
<style>
span { border-color: #CC4BC2; }
span { border-color: rgb(204,75,194); }
td.TdClassName
{
border-color: #CC4BC2;
}
.TagClassName
{
border-color: #CC4BC2;
}
</style>