Shades of Fuchsia #CC3FCE
Tints of Fuchsia #CC3FCE
RGB
CMYK
RGB Variations
Color information
#CC3FCE (or 0xCC3FCE) is known color: Fuchsia. HEX triplet: CC, 3F and CE. RGB value is (204,63,206). Sum of RGB (Red+Green+Blue) = 204+63+206=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC3FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FCE is #33C031. Grayscale: #797979. Windows color (decimal): -3391538 or 13516748. OLE color: 13516748.
HSL color Cylindrical-coordinate representation of color #CC3FCE: hue angle of 299.16º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3FCE is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 63 | 206 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.19 |
| HSL | 299.16º | 0.59% | 0.53% | - |
| HSV(B) | 299.16º | 0.69% | 0.81% | - |
| XYZ | 37.82 | 20.85 | 60.42 | - |
| YUV | 121.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 206 | 0.01 | 0.69 | 0 | 0.19 | 299.16 | 0.59 | 0.53 |
| Hex | CC | 3F | CE | 1 | 45 | 0 | 13 | 12B | 3B | 35 |
| Octal | 314 | 77 | 316 | 1 | 105 | 0 | 23 | 453 | 73 | 65 |
| Binary | 11001100 | 111111 | 11001110 | 1 | 1000101 | 0 | 10011 | 100101011 | 111011 | 110101 |
Color Harmonies of #CC3FCE
Complementary color
Monochromatic Colors of #CC3FCE
Black with #CC3FCE
Text Example
Text Example
White with #CC3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FCE; }
p { color: rgb(204,63,206); }
H1.HeaderClassName
{
color: #CC3FCE;
}
.AnyTagClassName
{
color: #CC3FCE;
}
</style>
background-color css
<style>
a { background-color: #CC3FCE; }
a { background-color: rgb(204,63,206); }
div.DivClassName
{
background-color: #CC3FCE;
}
.BgClassName
{
background-color: #CC3FCE;
}
</style>
border-color css
<style>
span { border-color: #CC3FCE; }
span { border-color: rgb(204,63,206); }
td.TdClassName
{
border-color: #CC3FCE;
}
.TagClassName
{
border-color: #CC3FCE;
}
</style>