Shades of Fuchsia #CC3CCF
Tints of Fuchsia #CC3CCF
RGB
CMYK
RGB Variations
Color information
#CC3CCF (or 0xCC3CCF) is known color: Fuchsia. HEX triplet: CC, 3C and CF. RGB value is (204,60,207). Sum of RGB (Red+Green+Blue) = 204+60+207=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC3CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CCF is #33C330. Grayscale: #777777. Windows color (decimal): -3392305 or 13581516. OLE color: 13581516.
HSL color Cylindrical-coordinate representation of color #CC3CCF: hue angle of 298.78º 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 #CC3CCF is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 60 | 207 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.19 |
| HSL | 298.78º | 0.6% | 0.52% | - |
| HSV(B) | 298.78º | 0.71% | 0.81% | - |
| XYZ | 37.78 | 20.57 | 61.01 | - |
| YUV | 119.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 207 | 0.01 | 0.71 | 0 | 0.19 | 298.78 | 0.6 | 0.52 |
| Hex | CC | 3C | CF | 1 | 47 | 0 | 13 | 12B | 3C | 34 |
| Octal | 314 | 74 | 317 | 1 | 107 | 0 | 23 | 453 | 74 | 64 |
| Binary | 11001100 | 111100 | 11001111 | 1 | 1000111 | 0 | 10011 | 100101011 | 111100 | 110100 |
Color Harmonies of #CC3CCF
Complementary color
Monochromatic Colors of #CC3CCF
Black with #CC3CCF
Text Example
Text Example
White with #CC3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CCF; }
p { color: rgb(204,60,207); }
H1.HeaderClassName
{
color: #CC3CCF;
}
.AnyTagClassName
{
color: #CC3CCF;
}
</style>
background-color css
<style>
a { background-color: #CC3CCF; }
a { background-color: rgb(204,60,207); }
div.DivClassName
{
background-color: #CC3CCF;
}
.BgClassName
{
background-color: #CC3CCF;
}
</style>
border-color css
<style>
span { border-color: #CC3CCF; }
span { border-color: rgb(204,60,207); }
td.TdClassName
{
border-color: #CC3CCF;
}
.TagClassName
{
border-color: #CC3CCF;
}
</style>