Shades of Fuchsia #CC32CD
Tints of Fuchsia #CC32CD
RGB
CMYK
RGB Variations
Color information
#CC32CD (or 0xCC32CD) is known color: Fuchsia. HEX triplet: CC, 32 and CD. RGB value is (204,50,205). Sum of RGB (Red+Green+Blue) = 204+50+205=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32CD is #33CD32. Grayscale: #717171. Windows color (decimal): -3394867 or 13447884. OLE color: 13447884.
HSL color Cylindrical-coordinate representation of color #CC32CD: hue angle of 299.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC32CD is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 50 | 205 | - |
CMYK | 0.00 | 0.76 | 0 | 0.20 |
HSL | 299.61º | 0.61% | 0.5% | - |
HSV(B) | 299.61º | 0.76% | 0.8% | - |
XYZ | 37.06 | 19.53 | 59.57 | - |
YUV | 113.72 | 179.52 | 192.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 50 | 205 | 0.00 | 0.76 | 0 | 0.20 | 299.61 | 0.61 | 0.5 |
Hex | CC | 32 | CD | 0 | 4C | 0 | 14 | 12C | 3D | 32 |
Octal | 314 | 62 | 315 | 0 | 114 | 0 | 24 | 454 | 75 | 62 |
Binary | 11001100 | 110010 | 11001101 | 0 | 1001100 | 0 | 10100 | 100101100 | 111101 | 110010 |
Color Harmonies of #CC32CD
Complementary color
Monochromatic Colors of #CC32CD
Black with #CC32CD
Text Example
Text Example
White with #CC32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32CD; }
p { color: rgb(204,50,205); }
H1.HeaderClassName
{
color: #CC32CD;
}
.AnyTagClassName
{
color: #CC32CD;
}
</style>
background-color css
<style>
a { background-color: #CC32CD; }
a { background-color: rgb(204,50,205); }
div.DivClassName
{
background-color: #CC32CD;
}
.BgClassName
{
background-color: #CC32CD;
}
</style>
border-color css
<style>
span { border-color: #CC32CD; }
span { border-color: rgb(204,50,205); }
td.TdClassName
{
border-color: #CC32CD;
}
.TagClassName
{
border-color: #CC32CD;
}
</style>