Shades of Fuchsia #CC4CCE
Tints of Fuchsia #CC4CCE
RGB
CMYK
RGB Variations
Color information
#CC4CCE (or 0xCC4CCE) is known color: Fuchsia. HEX triplet: CC, 4C and CE. RGB value is (204,76,206). Sum of RGB (Red+Green+Blue) = 204+76+206=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CCE is #33B331. Grayscale: #808080. Windows color (decimal): -3388210 or 13520076. OLE color: 13520076.
HSL color Cylindrical-coordinate representation of color #CC4CCE: hue angle of 299.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4CCE is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 76 | 206 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.19 |
| HSL | 299.08º | 0.57% | 0.55% | - |
| HSV(B) | 299.08º | 0.63% | 0.81% | - |
| XYZ | 38.63 | 22.46 | 60.69 | - |
| YUV | 129.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 206 | 0.01 | 0.63 | 0 | 0.19 | 299.08 | 0.57 | 0.55 |
| Hex | CC | 4C | CE | 1 | 3F | 0 | 13 | 12B | 39 | 37 |
| Octal | 314 | 114 | 316 | 1 | 77 | 0 | 23 | 453 | 71 | 67 |
| Binary | 11001100 | 1001100 | 11001110 | 1 | 111111 | 0 | 10011 | 100101011 | 111001 | 110111 |
Color Harmonies of #CC4CCE
Complementary color
Monochromatic Colors of #CC4CCE
Black with #CC4CCE
Text Example
Text Example
White with #CC4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CCE; }
p { color: rgb(204,76,206); }
H1.HeaderClassName
{
color: #CC4CCE;
}
.AnyTagClassName
{
color: #CC4CCE;
}
</style>
background-color css
<style>
a { background-color: #CC4CCE; }
a { background-color: rgb(204,76,206); }
div.DivClassName
{
background-color: #CC4CCE;
}
.BgClassName
{
background-color: #CC4CCE;
}
</style>
border-color css
<style>
span { border-color: #CC4CCE; }
span { border-color: rgb(204,76,206); }
td.TdClassName
{
border-color: #CC4CCE;
}
.TagClassName
{
border-color: #CC4CCE;
}
</style>