Shades of Fuchsia #CC43BD
Tints of Fuchsia #CC43BD
RGB
CMYK
RGB Variations
Color information
#CC43BD (or 0xCC43BD) is known color: Fuchsia. HEX triplet: CC, 43 and BD. RGB value is (204,67,189). Sum of RGB (Red+Green+Blue) = 204+67+189=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43BD is #33BC42. Grayscale: #797979. Windows color (decimal): -3390531 or 12403660. OLE color: 12403660.
HSL color Cylindrical-coordinate representation of color #CC43BD: hue angle of 306.57º 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 #CC43BD is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 189 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.2 |
| HSL | 306.57º | 0.57% | 0.53% | - |
| HSV(B) | 306.57º | 0.67% | 0.8% | - |
| XYZ | 36.09 | 20.53 | 50.2 | - |
| YUV | 121.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 189 | 0 | 0.67 | 0.07 | 0.2 | 306.57 | 0.57 | 0.53 |
| Hex | CC | 43 | BD | 0 | 43 | 7 | 14 | 133 | 39 | 35 |
| Octal | 314 | 103 | 275 | 0 | 103 | 7 | 24 | 463 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10111101 | 0 | 1000011 | 111 | 10100 | 100110011 | 111001 | 110101 |
Color Harmonies of #CC43BD
Complementary color
Monochromatic Colors of #CC43BD
Black with #CC43BD
Text Example
Text Example
White with #CC43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43BD; }
p { color: rgb(204,67,189); }
H1.HeaderClassName
{
color: #CC43BD;
}
.AnyTagClassName
{
color: #CC43BD;
}
</style>
background-color css
<style>
a { background-color: #CC43BD; }
a { background-color: rgb(204,67,189); }
div.DivClassName
{
background-color: #CC43BD;
}
.BgClassName
{
background-color: #CC43BD;
}
</style>
border-color css
<style>
span { border-color: #CC43BD; }
span { border-color: rgb(204,67,189); }
td.TdClassName
{
border-color: #CC43BD;
}
.TagClassName
{
border-color: #CC43BD;
}
</style>