Shades of Fuchsia #CC43CB
Tints of Fuchsia #CC43CB
RGB
CMYK
RGB Variations
Color information
#CC43CB (or 0xCC43CB) is known color: Fuchsia. HEX triplet: CC, 43 and CB. RGB value is (204,67,203). Sum of RGB (Red+Green+Blue) = 204+67+203=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43CB is #33BC34. Grayscale: #7B7B7B. Windows color (decimal): -3390517 or 13321164. OLE color: 13321164.
HSL color Cylindrical-coordinate representation of color #CC43CB: hue angle of 300.44º 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 #CC43CB is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 203 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.2 |
| HSL | 300.44º | 0.57% | 0.53% | - |
| HSV(B) | 300.44º | 0.67% | 0.8% | - |
| XYZ | 37.69 | 21.16 | 58.6 | - |
| YUV | 123.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 203 | 0 | 0.67 | 0.00 | 0.2 | 300.44 | 0.57 | 0.53 |
| Hex | CC | 43 | CB | 0 | 43 | 0 | 14 | 12C | 39 | 35 |
| Octal | 314 | 103 | 313 | 0 | 103 | 0 | 24 | 454 | 71 | 65 |
| Binary | 11001100 | 1000011 | 11001011 | 0 | 1000011 | 0 | 10100 | 100101100 | 111001 | 110101 |
Color Harmonies of #CC43CB
Complementary color
Monochromatic Colors of #CC43CB
Black with #CC43CB
Text Example
Text Example
White with #CC43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43CB; }
p { color: rgb(204,67,203); }
H1.HeaderClassName
{
color: #CC43CB;
}
.AnyTagClassName
{
color: #CC43CB;
}
</style>
background-color css
<style>
a { background-color: #CC43CB; }
a { background-color: rgb(204,67,203); }
div.DivClassName
{
background-color: #CC43CB;
}
.BgClassName
{
background-color: #CC43CB;
}
</style>
border-color css
<style>
span { border-color: #CC43CB; }
span { border-color: rgb(204,67,203); }
td.TdClassName
{
border-color: #CC43CB;
}
.TagClassName
{
border-color: #CC43CB;
}
</style>