Shades of Fuchsia #CC70B2
Tints of Fuchsia #CC70B2
RGB
CMYK
RGB Variations
Color information
#CC70B2 (or 0xCC70B2) is known color: Fuchsia. HEX triplet: CC, 70 and B2. RGB value is (204,112,178). Sum of RGB (Red+Green+Blue) = 204+112+178=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70B2 is #338F4D. Grayscale: #929292. Windows color (decimal): -3379022 or 11694284. OLE color: 11694284.
HSL color Cylindrical-coordinate representation of color #CC70B2: hue angle of 316.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC70B2 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 178 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.2 |
| HSL | 316.96º | 0.47% | 0.62% | - |
| HSV(B) | 316.96º | 0.45% | 0.8% | - |
| XYZ | 38.73 | 27.64 | 45.41 | - |
| YUV | 147.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 178 | 0 | 0.45 | 0.13 | 0.2 | 316.96 | 0.47 | 0.62 |
| Hex | CC | 70 | B2 | 0 | 2D | D | 14 | 13D | 2F | 3E |
| Octal | 314 | 160 | 262 | 0 | 55 | 15 | 24 | 475 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10110010 | 0 | 101101 | 1101 | 10100 | 100111101 | 101111 | 111110 |
Color Harmonies of #CC70B2
Complementary color
Monochromatic Colors of #CC70B2
Black with #CC70B2
Text Example
Text Example
White with #CC70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70B2; }
p { color: rgb(204,112,178); }
H1.HeaderClassName
{
color: #CC70B2;
}
.AnyTagClassName
{
color: #CC70B2;
}
</style>
background-color css
<style>
a { background-color: #CC70B2; }
a { background-color: rgb(204,112,178); }
div.DivClassName
{
background-color: #CC70B2;
}
.BgClassName
{
background-color: #CC70B2;
}
</style>
border-color css
<style>
span { border-color: #CC70B2; }
span { border-color: rgb(204,112,178); }
td.TdClassName
{
border-color: #CC70B2;
}
.TagClassName
{
border-color: #CC70B2;
}
</style>