Shades of Fuchsia #CC3CCE
Tints of Fuchsia #CC3CCE
RGB
CMYK
RGB Variations
Color information
#CC3CCE (or 0xCC3CCE) is known color: Fuchsia. HEX triplet: CC, 3C and CE. RGB value is (204,60,206). Sum of RGB (Red+Green+Blue) = 204+60+206=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC3CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CCE is #33C331. Grayscale: #777777. Windows color (decimal): -3392306 or 13515980. OLE color: 13515980.
HSL color Cylindrical-coordinate representation of color #CC3CCE: hue angle of 299.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3CCE is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 60 | 206 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.19 |
| HSL | 299.18º | 0.6% | 0.52% | - |
| HSV(B) | 299.18º | 0.71% | 0.81% | - |
| XYZ | 37.66 | 20.53 | 60.37 | - |
| YUV | 119.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 206 | 0.01 | 0.71 | 0 | 0.19 | 299.18 | 0.6 | 0.52 |
| Hex | CC | 3C | CE | 1 | 47 | 0 | 13 | 12B | 3C | 34 |
| Octal | 314 | 74 | 316 | 1 | 107 | 0 | 23 | 453 | 74 | 64 |
| Binary | 11001100 | 111100 | 11001110 | 1 | 1000111 | 0 | 10011 | 100101011 | 111100 | 110100 |
Color Harmonies of #CC3CCE
Complementary color
Monochromatic Colors of #CC3CCE
Black with #CC3CCE
Text Example
Text Example
White with #CC3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CCE; }
p { color: rgb(204,60,206); }
H1.HeaderClassName
{
color: #CC3CCE;
}
.AnyTagClassName
{
color: #CC3CCE;
}
</style>
background-color css
<style>
a { background-color: #CC3CCE; }
a { background-color: rgb(204,60,206); }
div.DivClassName
{
background-color: #CC3CCE;
}
.BgClassName
{
background-color: #CC3CCE;
}
</style>
border-color css
<style>
span { border-color: #CC3CCE; }
span { border-color: rgb(204,60,206); }
td.TdClassName
{
border-color: #CC3CCE;
}
.TagClassName
{
border-color: #CC3CCE;
}
</style>