Shades of Fuchsia #CC43B7
Tints of Fuchsia #CC43B7
RGB
CMYK
RGB Variations
Color information
#CC43B7 (or 0xCC43B7) is known color: Fuchsia. HEX triplet: CC, 43 and B7. RGB value is (204,67,183). Sum of RGB (Red+Green+Blue) = 204+67+183=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43B7 is #33BC48. Grayscale: #787878. Windows color (decimal): -3390537 or 12010444. OLE color: 12010444.
HSL color Cylindrical-coordinate representation of color #CC43B7: hue angle of 309.2º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC43B7 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 183 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.2 |
| HSL | 309.2º | 0.57% | 0.53% | - |
| HSV(B) | 309.2º | 0.67% | 0.8% | - |
| XYZ | 35.46 | 20.27 | 46.84 | - |
| YUV | 121.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 183 | 0 | 0.67 | 0.10 | 0.2 | 309.2 | 0.57 | 0.53 |
| Hex | CC | 43 | B7 | 0 | 43 | A | 14 | 135 | 39 | 35 |
| Octal | 314 | 103 | 267 | 0 | 103 | 12 | 24 | 465 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10110111 | 0 | 1000011 | 1010 | 10100 | 100110101 | 111001 | 110101 |
Color Harmonies of #CC43B7
Complementary color
Monochromatic Colors of #CC43B7
Black with #CC43B7
Text Example
Text Example
White with #CC43B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43B7; }
p { color: rgb(204,67,183); }
H1.HeaderClassName
{
color: #CC43B7;
}
.AnyTagClassName
{
color: #CC43B7;
}
</style>
background-color css
<style>
a { background-color: #CC43B7; }
a { background-color: rgb(204,67,183); }
div.DivClassName
{
background-color: #CC43B7;
}
.BgClassName
{
background-color: #CC43B7;
}
</style>
border-color css
<style>
span { border-color: #CC43B7; }
span { border-color: rgb(204,67,183); }
td.TdClassName
{
border-color: #CC43B7;
}
.TagClassName
{
border-color: #CC43B7;
}
</style>