Shades of Fuchsia #CC32B2
Tints of Fuchsia #CC32B2
RGB
CMYK
RGB Variations
Color information
#CC32B2 (or 0xCC32B2) is known color: Fuchsia. HEX triplet: CC, 32 and B2. RGB value is (204,50,178). Sum of RGB (Red+Green+Blue) = 204+50+178=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32B2 is #33CD4D. Grayscale: #6E6E6E. Windows color (decimal): -3394894 or 11678412. OLE color: 11678412.
HSL color Cylindrical-coordinate representation of color #CC32B2: hue angle of 310.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC32B2 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 50 | 178 | - |
CMYK | 0 | 0.75 | 0.13 | 0.2 |
HSL | 310.13º | 0.61% | 0.5% | - |
HSV(B) | 310.13º | 0.75% | 0.8% | - |
XYZ | 34.08 | 18.33 | 43.86 | - |
YUV | 110.64 | 166.02 | 194.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 50 | 178 | 0 | 0.75 | 0.13 | 0.2 | 310.13 | 0.61 | 0.5 |
Hex | CC | 32 | B2 | 0 | 4B | D | 14 | 136 | 3D | 32 |
Octal | 314 | 62 | 262 | 0 | 113 | 15 | 24 | 466 | 75 | 62 |
Binary | 11001100 | 110010 | 10110010 | 0 | 1001011 | 1101 | 10100 | 100110110 | 111101 | 110010 |
Color Harmonies of #CC32B2
Complementary color
Monochromatic Colors of #CC32B2
Black with #CC32B2
Text Example
Text Example
White with #CC32B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32B2; }
p { color: rgb(204,50,178); }
H1.HeaderClassName
{
color: #CC32B2;
}
.AnyTagClassName
{
color: #CC32B2;
}
</style>
background-color css
<style>
a { background-color: #CC32B2; }
a { background-color: rgb(204,50,178); }
div.DivClassName
{
background-color: #CC32B2;
}
.BgClassName
{
background-color: #CC32B2;
}
</style>
border-color css
<style>
span { border-color: #CC32B2; }
span { border-color: rgb(204,50,178); }
td.TdClassName
{
border-color: #CC32B2;
}
.TagClassName
{
border-color: #CC32B2;
}
</style>