Shades of Fuchsia #CC43C6
Tints of Fuchsia #CC43C6
RGB
CMYK
RGB Variations
Color information
#CC43C6 (or 0xCC43C6) is known color: Fuchsia. HEX triplet: CC, 43 and C6. RGB value is (204,67,198). Sum of RGB (Red+Green+Blue) = 204+67+198=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43C6 is #33BC39. Grayscale: #7A7A7A. Windows color (decimal): -3390522 or 12993484. OLE color: 12993484.
HSL color Cylindrical-coordinate representation of color #CC43C6: hue angle of 302.63º 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 #CC43C6 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 198 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.2 |
| HSL | 302.63º | 0.57% | 0.53% | - |
| HSV(B) | 302.63º | 0.67% | 0.8% | - |
| XYZ | 37.1 | 20.93 | 55.51 | - |
| YUV | 122.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 198 | 0 | 0.67 | 0.03 | 0.2 | 302.63 | 0.57 | 0.53 |
| Hex | CC | 43 | C6 | 0 | 43 | 3 | 14 | 12F | 39 | 35 |
| Octal | 314 | 103 | 306 | 0 | 103 | 3 | 24 | 457 | 71 | 65 |
| Binary | 11001100 | 1000011 | 11000110 | 0 | 1000011 | 11 | 10100 | 100101111 | 111001 | 110101 |
Color Harmonies of #CC43C6
Complementary color
Monochromatic Colors of #CC43C6
Black with #CC43C6
Text Example
Text Example
White with #CC43C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43C6; }
p { color: rgb(204,67,198); }
H1.HeaderClassName
{
color: #CC43C6;
}
.AnyTagClassName
{
color: #CC43C6;
}
</style>
background-color css
<style>
a { background-color: #CC43C6; }
a { background-color: rgb(204,67,198); }
div.DivClassName
{
background-color: #CC43C6;
}
.BgClassName
{
background-color: #CC43C6;
}
</style>
border-color css
<style>
span { border-color: #CC43C6; }
span { border-color: rgb(204,67,198); }
td.TdClassName
{
border-color: #CC43C6;
}
.TagClassName
{
border-color: #CC43C6;
}
</style>