Shades of Fuchsia #CC35D2
Tints of Fuchsia #CC35D2
RGB
CMYK
RGB Variations
Color information
#CC35D2 (or 0xCC35D2) is known color: Fuchsia. HEX triplet: CC, 35 and D2. RGB value is (204,53,210). Sum of RGB (Red+Green+Blue) = 204+53+210=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC35D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35D2 is #33CA2D. Grayscale: #737373. Windows color (decimal): -3394094 or 13776332. OLE color: 13776332.
HSL color Cylindrical-coordinate representation of color #CC35D2: hue angle of 297.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC35D2 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 53 | 210 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.18 |
| HSL | 297.71º | 0.64% | 0.52% | - |
| HSV(B) | 297.71º | 0.75% | 0.82% | - |
| XYZ | 37.81 | 20.04 | 62.85 | - |
| YUV | 116.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 210 | 0.03 | 0.75 | 0 | 0.18 | 297.71 | 0.64 | 0.52 |
| Hex | CC | 35 | D2 | 3 | 4B | 0 | 12 | 12A | 40 | 34 |
| Octal | 314 | 65 | 322 | 3 | 113 | 0 | 22 | 452 | 100 | 64 |
| Binary | 11001100 | 110101 | 11010010 | 11 | 1001011 | 0 | 10010 | 100101010 | 1000000 | 110100 |
Color Harmonies of #CC35D2
Complementary color
Monochromatic Colors of #CC35D2
Black with #CC35D2
Text Example
Text Example
White with #CC35D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC35D2; }
p { color: rgb(204,53,210); }
H1.HeaderClassName
{
color: #CC35D2;
}
.AnyTagClassName
{
color: #CC35D2;
}
</style>
background-color css
<style>
a { background-color: #CC35D2; }
a { background-color: rgb(204,53,210); }
div.DivClassName
{
background-color: #CC35D2;
}
.BgClassName
{
background-color: #CC35D2;
}
</style>
border-color css
<style>
span { border-color: #CC35D2; }
span { border-color: rgb(204,53,210); }
td.TdClassName
{
border-color: #CC35D2;
}
.TagClassName
{
border-color: #CC35D2;
}
</style>