Shades of Fuchsia #CC46D0
Tints of Fuchsia #CC46D0
RGB
CMYK
RGB Variations
Color information
#CC46D0 (or 0xCC46D0) is known color: Fuchsia. HEX triplet: CC, 46 and D0. RGB value is (204,70,208). Sum of RGB (Red+Green+Blue) = 204+70+208=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46D0 is #33B92F. Grayscale: #7D7D7D. Windows color (decimal): -3389744 or 13649612. OLE color: 13649612.
HSL color Cylindrical-coordinate representation of color #CC46D0: hue angle of 298.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46D0 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 70 | 208 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.18 |
| HSL | 298.26º | 0.59% | 0.55% | - |
| HSV(B) | 298.26º | 0.66% | 0.82% | - |
| XYZ | 38.48 | 21.77 | 61.85 | - |
| YUV | 125.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 208 | 0.02 | 0.66 | 0 | 0.18 | 298.26 | 0.59 | 0.55 |
| Hex | CC | 46 | D0 | 2 | 42 | 0 | 12 | 12A | 3B | 37 |
| Octal | 314 | 106 | 320 | 2 | 102 | 0 | 22 | 452 | 73 | 67 |
| Binary | 11001100 | 1000110 | 11010000 | 10 | 1000010 | 0 | 10010 | 100101010 | 111011 | 110111 |
Color Harmonies of #CC46D0
Complementary color
Monochromatic Colors of #CC46D0
Black with #CC46D0
Text Example
Text Example
White with #CC46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46D0; }
p { color: rgb(204,70,208); }
H1.HeaderClassName
{
color: #CC46D0;
}
.AnyTagClassName
{
color: #CC46D0;
}
</style>
background-color css
<style>
a { background-color: #CC46D0; }
a { background-color: rgb(204,70,208); }
div.DivClassName
{
background-color: #CC46D0;
}
.BgClassName
{
background-color: #CC46D0;
}
</style>
border-color css
<style>
span { border-color: #CC46D0; }
span { border-color: rgb(204,70,208); }
td.TdClassName
{
border-color: #CC46D0;
}
.TagClassName
{
border-color: #CC46D0;
}
</style>