Shades of Fuchsia #CC43AF
Tints of Fuchsia #CC43AF
RGB
CMYK
RGB Variations
Color information
#CC43AF (or 0xCC43AF) is known color: Fuchsia. HEX triplet: CC, 43 and AF. RGB value is (204,67,175). Sum of RGB (Red+Green+Blue) = 204+67+175=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC43AF is #33BC50. Grayscale: #777777. Windows color (decimal): -3390545 or 11486156. OLE color: 11486156.
HSL color Cylindrical-coordinate representation of color #CC43AF: hue angle of 312.7º 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 #CC43AF is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 175 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.2 |
| HSL | 312.7º | 0.57% | 0.53% | - |
| HSV(B) | 312.7º | 0.67% | 0.8% | - |
| XYZ | 34.65 | 19.95 | 42.58 | - |
| YUV | 120.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 175 | 0 | 0.67 | 0.14 | 0.2 | 312.7 | 0.57 | 0.53 |
| Hex | CC | 43 | AF | 0 | 43 | E | 14 | 139 | 39 | 35 |
| Octal | 314 | 103 | 257 | 0 | 103 | 16 | 24 | 471 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10101111 | 0 | 1000011 | 1110 | 10100 | 100111001 | 111001 | 110101 |
Color Harmonies of #CC43AF
Complementary color
Monochromatic Colors of #CC43AF
Black with #CC43AF
Text Example
Text Example
White with #CC43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43AF; }
p { color: rgb(204,67,175); }
H1.HeaderClassName
{
color: #CC43AF;
}
.AnyTagClassName
{
color: #CC43AF;
}
</style>
background-color css
<style>
a { background-color: #CC43AF; }
a { background-color: rgb(204,67,175); }
div.DivClassName
{
background-color: #CC43AF;
}
.BgClassName
{
background-color: #CC43AF;
}
</style>
border-color css
<style>
span { border-color: #CC43AF; }
span { border-color: rgb(204,67,175); }
td.TdClassName
{
border-color: #CC43AF;
}
.TagClassName
{
border-color: #CC43AF;
}
</style>