Shades of Fuchsia #CC35B6
Tints of Fuchsia #CC35B6
RGB
CMYK
RGB Variations
Color information
#CC35B6 (or 0xCC35B6) is known color: Fuchsia. HEX triplet: CC, 35 and B6. RGB value is (204,53,182). Sum of RGB (Red+Green+Blue) = 204+53+182=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35B6 is #33CA49. Grayscale: #707070. Windows color (decimal): -3394122 or 11941324. OLE color: 11941324.
HSL color Cylindrical-coordinate representation of color #CC35B6: hue angle of 308.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC35B6 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 182 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.2 |
| HSL | 308.74º | 0.6% | 0.5% | - |
| HSV(B) | 308.74º | 0.74% | 0.8% | - |
| XYZ | 34.62 | 18.76 | 46.05 | - |
| YUV | 112.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 182 | 0 | 0.74 | 0.11 | 0.2 | 308.74 | 0.6 | 0.5 |
| Hex | CC | 35 | B6 | 0 | 4A | B | 14 | 135 | 3C | 32 |
| Octal | 314 | 65 | 266 | 0 | 112 | 13 | 24 | 465 | 74 | 62 |
| Binary | 11001100 | 110101 | 10110110 | 0 | 1001010 | 1011 | 10100 | 100110101 | 111100 | 110010 |
Color Harmonies of #CC35B6
Complementary color
Monochromatic Colors of #CC35B6
Black with #CC35B6
Text Example
Text Example
White with #CC35B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC35B6; }
p { color: rgb(204,53,182); }
H1.HeaderClassName
{
color: #CC35B6;
}
.AnyTagClassName
{
color: #CC35B6;
}
</style>
background-color css
<style>
a { background-color: #CC35B6; }
a { background-color: rgb(204,53,182); }
div.DivClassName
{
background-color: #CC35B6;
}
.BgClassName
{
background-color: #CC35B6;
}
</style>
border-color css
<style>
span { border-color: #CC35B6; }
span { border-color: rgb(204,53,182); }
td.TdClassName
{
border-color: #CC35B6;
}
.TagClassName
{
border-color: #CC35B6;
}
</style>