Shades of Fuchsia #CC46CE
Tints of Fuchsia #CC46CE
RGB
CMYK
RGB Variations
Color information
#CC46CE (or 0xCC46CE) is known color: Fuchsia. HEX triplet: CC, 46 and CE. RGB value is (204,70,206). Sum of RGB (Red+Green+Blue) = 204+70+206=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46CE is #33B931. Grayscale: #7D7D7D. Windows color (decimal): -3389746 or 13518540. OLE color: 13518540.
HSL color Cylindrical-coordinate representation of color #CC46CE: hue angle of 299.12º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46CE is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 70 | 206 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.19 |
| HSL | 299.12º | 0.58% | 0.54% | - |
| HSV(B) | 299.12º | 0.66% | 0.81% | - |
| XYZ | 38.23 | 21.67 | 60.56 | - |
| YUV | 125.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 206 | 0.01 | 0.66 | 0 | 0.19 | 299.12 | 0.58 | 0.54 |
| Hex | CC | 46 | CE | 1 | 42 | 0 | 13 | 12B | 3A | 36 |
| Octal | 314 | 106 | 316 | 1 | 102 | 0 | 23 | 453 | 72 | 66 |
| Binary | 11001100 | 1000110 | 11001110 | 1 | 1000010 | 0 | 10011 | 100101011 | 111010 | 110110 |
Color Harmonies of #CC46CE
Complementary color
Monochromatic Colors of #CC46CE
Black with #CC46CE
Text Example
Text Example
White with #CC46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46CE; }
p { color: rgb(204,70,206); }
H1.HeaderClassName
{
color: #CC46CE;
}
.AnyTagClassName
{
color: #CC46CE;
}
</style>
background-color css
<style>
a { background-color: #CC46CE; }
a { background-color: rgb(204,70,206); }
div.DivClassName
{
background-color: #CC46CE;
}
.BgClassName
{
background-color: #CC46CE;
}
</style>
border-color css
<style>
span { border-color: #CC46CE; }
span { border-color: rgb(204,70,206); }
td.TdClassName
{
border-color: #CC46CE;
}
.TagClassName
{
border-color: #CC46CE;
}
</style>