Shades of Fuchsia #CC68AF
Tints of Fuchsia #CC68AF
RGB
CMYK
RGB Variations
Color information
#CC68AF (or 0xCC68AF) is known color: Fuchsia. HEX triplet: CC, 68 and AF. RGB value is (204,104,175). Sum of RGB (Red+Green+Blue) = 204+104+175=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68AF is #339750. Grayscale: #8D8D8D. Windows color (decimal): -3381073 or 11495628. OLE color: 11495628.
HSL color Cylindrical-coordinate representation of color #CC68AF: hue angle of 317.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC68AF is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 175 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.2 |
| HSL | 317.4º | 0.5% | 0.6% | - |
| HSV(B) | 317.4º | 0.49% | 0.8% | - |
| XYZ | 37.59 | 25.83 | 43.56 | - |
| YUV | 141.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 175 | 0 | 0.49 | 0.14 | 0.2 | 317.4 | 0.5 | 0.6 |
| Hex | CC | 68 | AF | 0 | 31 | E | 14 | 13D | 32 | 3C |
| Octal | 314 | 150 | 257 | 0 | 61 | 16 | 24 | 475 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10101111 | 0 | 110001 | 1110 | 10100 | 100111101 | 110010 | 111100 |
Color Harmonies of #CC68AF
Complementary color
Monochromatic Colors of #CC68AF
Black with #CC68AF
Text Example
Text Example
White with #CC68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68AF; }
p { color: rgb(204,104,175); }
H1.HeaderClassName
{
color: #CC68AF;
}
.AnyTagClassName
{
color: #CC68AF;
}
</style>
background-color css
<style>
a { background-color: #CC68AF; }
a { background-color: rgb(204,104,175); }
div.DivClassName
{
background-color: #CC68AF;
}
.BgClassName
{
background-color: #CC68AF;
}
</style>
border-color css
<style>
span { border-color: #CC68AF; }
span { border-color: rgb(204,104,175); }
td.TdClassName
{
border-color: #CC68AF;
}
.TagClassName
{
border-color: #CC68AF;
}
</style>