Shades of Fuchsia #CC35D1
Tints of Fuchsia #CC35D1
RGB
CMYK
RGB Variations
Color information
#CC35D1 (or 0xCC35D1) is known color: Fuchsia. HEX triplet: CC, 35 and D1. RGB value is (204,53,209). Sum of RGB (Red+Green+Blue) = 204+53+209=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC35D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35D1 is #33CA2E. Grayscale: #737373. Windows color (decimal): -3394095 or 13710796. OLE color: 13710796.
HSL color Cylindrical-coordinate representation of color #CC35D1: hue angle of 298.08º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC35D1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 53 | 209 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.18 |
| HSL | 298.08º | 0.63% | 0.51% | - |
| HSV(B) | 298.08º | 0.75% | 0.82% | - |
| XYZ | 37.68 | 19.99 | 62.19 | - |
| YUV | 115.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 209 | 0.02 | 0.75 | 0 | 0.18 | 298.08 | 0.63 | 0.51 |
| Hex | CC | 35 | D1 | 2 | 4B | 0 | 12 | 12A | 3F | 33 |
| Octal | 314 | 65 | 321 | 2 | 113 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001100 | 110101 | 11010001 | 10 | 1001011 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CC35D1
Complementary color
Monochromatic Colors of #CC35D1
Black with #CC35D1
Text Example
Text Example
White with #CC35D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC35D1; }
p { color: rgb(204,53,209); }
H1.HeaderClassName
{
color: #CC35D1;
}
.AnyTagClassName
{
color: #CC35D1;
}
</style>
background-color css
<style>
a { background-color: #CC35D1; }
a { background-color: rgb(204,53,209); }
div.DivClassName
{
background-color: #CC35D1;
}
.BgClassName
{
background-color: #CC35D1;
}
</style>
border-color css
<style>
span { border-color: #CC35D1; }
span { border-color: rgb(204,53,209); }
td.TdClassName
{
border-color: #CC35D1;
}
.TagClassName
{
border-color: #CC35D1;
}
</style>