Shades of Fuchsia #CC4AD0
Tints of Fuchsia #CC4AD0
RGB
CMYK
RGB Variations
Color information
#CC4AD0 (or 0xCC4AD0) is known color: Fuchsia. HEX triplet: CC, 4A and D0. RGB value is (204,74,208). Sum of RGB (Red+Green+Blue) = 204+74+208=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC4AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AD0 is #33B52F. Grayscale: #7F7F7F. Windows color (decimal): -3388720 or 13650636. OLE color: 13650636.
HSL color Cylindrical-coordinate representation of color #CC4AD0: hue angle of 298.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4AD0 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 74 | 208 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.18 |
| HSL | 298.21º | 0.59% | 0.55% | - |
| HSV(B) | 298.21º | 0.64% | 0.82% | - |
| XYZ | 38.74 | 22.29 | 61.94 | - |
| YUV | 128.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 208 | 0.02 | 0.64 | 0 | 0.18 | 298.21 | 0.59 | 0.55 |
| Hex | CC | 4A | D0 | 2 | 40 | 0 | 12 | 12A | 3B | 37 |
| Octal | 314 | 112 | 320 | 2 | 100 | 0 | 22 | 452 | 73 | 67 |
| Binary | 11001100 | 1001010 | 11010000 | 10 | 1000000 | 0 | 10010 | 100101010 | 111011 | 110111 |
Color Harmonies of #CC4AD0
Complementary color
Monochromatic Colors of #CC4AD0
Black with #CC4AD0
Text Example
Text Example
White with #CC4AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AD0; }
p { color: rgb(204,74,208); }
H1.HeaderClassName
{
color: #CC4AD0;
}
.AnyTagClassName
{
color: #CC4AD0;
}
</style>
background-color css
<style>
a { background-color: #CC4AD0; }
a { background-color: rgb(204,74,208); }
div.DivClassName
{
background-color: #CC4AD0;
}
.BgClassName
{
background-color: #CC4AD0;
}
</style>
border-color css
<style>
span { border-color: #CC4AD0; }
span { border-color: rgb(204,74,208); }
td.TdClassName
{
border-color: #CC4AD0;
}
.TagClassName
{
border-color: #CC4AD0;
}
</style>