Shades of Fuchsia #CC43BC
Tints of Fuchsia #CC43BC
RGB
CMYK
RGB Variations
Color information
#CC43BC (or 0xCC43BC) is known color: Fuchsia. HEX triplet: CC, 43 and BC. RGB value is (204,67,188). Sum of RGB (Red+Green+Blue) = 204+67+188=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43BC is #33BC43. Grayscale: #797979. Windows color (decimal): -3390532 or 12338124. OLE color: 12338124.
HSL color Cylindrical-coordinate representation of color #CC43BC: hue angle of 307.01º 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 #CC43BC is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 188 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.2 |
| HSL | 307.01º | 0.57% | 0.53% | - |
| HSV(B) | 307.01º | 0.67% | 0.8% | - |
| XYZ | 35.99 | 20.48 | 49.63 | - |
| YUV | 121.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 188 | 0 | 0.67 | 0.08 | 0.2 | 307.01 | 0.57 | 0.53 |
| Hex | CC | 43 | BC | 0 | 43 | 8 | 14 | 133 | 39 | 35 |
| Octal | 314 | 103 | 274 | 0 | 103 | 10 | 24 | 463 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10111100 | 0 | 1000011 | 1000 | 10100 | 100110011 | 111001 | 110101 |
Color Harmonies of #CC43BC
Complementary color
Monochromatic Colors of #CC43BC
Black with #CC43BC
Text Example
Text Example
White with #CC43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43BC; }
p { color: rgb(204,67,188); }
H1.HeaderClassName
{
color: #CC43BC;
}
.AnyTagClassName
{
color: #CC43BC;
}
</style>
background-color css
<style>
a { background-color: #CC43BC; }
a { background-color: rgb(204,67,188); }
div.DivClassName
{
background-color: #CC43BC;
}
.BgClassName
{
background-color: #CC43BC;
}
</style>
border-color css
<style>
span { border-color: #CC43BC; }
span { border-color: rgb(204,67,188); }
td.TdClassName
{
border-color: #CC43BC;
}
.TagClassName
{
border-color: #CC43BC;
}
</style>