Shades of Fuchsia #CC43CE
Tints of Fuchsia #CC43CE
RGB
CMYK
RGB Variations
Color information
#CC43CE (or 0xCC43CE) is known color: Fuchsia. HEX triplet: CC, 43 and CE. RGB value is (204,67,206). Sum of RGB (Red+Green+Blue) = 204+67+206=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43CE is #33BC31. Grayscale: #7B7B7B. Windows color (decimal): -3390514 or 13517772. OLE color: 13517772.
HSL color Cylindrical-coordinate representation of color #CC43CE: hue angle of 299.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC43CE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 67 | 206 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.19 |
| HSL | 299.14º | 0.59% | 0.54% | - |
| HSV(B) | 299.14º | 0.67% | 0.81% | - |
| XYZ | 38.05 | 21.31 | 60.5 | - |
| YUV | 123.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 206 | 0.01 | 0.67 | 0 | 0.19 | 299.14 | 0.59 | 0.54 |
| Hex | CC | 43 | CE | 1 | 43 | 0 | 13 | 12B | 3B | 36 |
| Octal | 314 | 103 | 316 | 1 | 103 | 0 | 23 | 453 | 73 | 66 |
| Binary | 11001100 | 1000011 | 11001110 | 1 | 1000011 | 0 | 10011 | 100101011 | 111011 | 110110 |
Color Harmonies of #CC43CE
Complementary color
Monochromatic Colors of #CC43CE
Black with #CC43CE
Text Example
Text Example
White with #CC43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43CE; }
p { color: rgb(204,67,206); }
H1.HeaderClassName
{
color: #CC43CE;
}
.AnyTagClassName
{
color: #CC43CE;
}
</style>
background-color css
<style>
a { background-color: #CC43CE; }
a { background-color: rgb(204,67,206); }
div.DivClassName
{
background-color: #CC43CE;
}
.BgClassName
{
background-color: #CC43CE;
}
</style>
border-color css
<style>
span { border-color: #CC43CE; }
span { border-color: rgb(204,67,206); }
td.TdClassName
{
border-color: #CC43CE;
}
.TagClassName
{
border-color: #CC43CE;
}
</style>