Shades of Fuchsia #CC42D3
Tints of Fuchsia #CC42D3
RGB
CMYK
RGB Variations
Color information
#CC42D3 (or 0xCC42D3) is known color: Fuchsia. HEX triplet: CC, 42 and D3. RGB value is (204,66,211). Sum of RGB (Red+Green+Blue) = 204+66+211=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC42D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42D3 is #33BD2C. Grayscale: #7B7B7B. Windows color (decimal): -3390765 or 13845196. OLE color: 13845196.
HSL color Cylindrical-coordinate representation of color #CC42D3: hue angle of 297.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC42D3 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 66 | 211 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.17 |
| HSL | 297.1º | 0.62% | 0.54% | - |
| HSV(B) | 297.1º | 0.69% | 0.83% | - |
| XYZ | 38.61 | 21.44 | 63.73 | - |
| YUV | 123.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 211 | 0.03 | 0.69 | 0 | 0.17 | 297.1 | 0.62 | 0.54 |
| Hex | CC | 42 | D3 | 3 | 45 | 0 | 11 | 129 | 3E | 36 |
| Octal | 314 | 102 | 323 | 3 | 105 | 0 | 21 | 451 | 76 | 66 |
| Binary | 11001100 | 1000010 | 11010011 | 11 | 1000101 | 0 | 10001 | 100101001 | 111110 | 110110 |
Color Harmonies of #CC42D3
Complementary color
Monochromatic Colors of #CC42D3
Black with #CC42D3
Text Example
Text Example
White with #CC42D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42D3; }
p { color: rgb(204,66,211); }
H1.HeaderClassName
{
color: #CC42D3;
}
.AnyTagClassName
{
color: #CC42D3;
}
</style>
background-color css
<style>
a { background-color: #CC42D3; }
a { background-color: rgb(204,66,211); }
div.DivClassName
{
background-color: #CC42D3;
}
.BgClassName
{
background-color: #CC42D3;
}
</style>
border-color css
<style>
span { border-color: #CC42D3; }
span { border-color: rgb(204,66,211); }
td.TdClassName
{
border-color: #CC42D3;
}
.TagClassName
{
border-color: #CC42D3;
}
</style>