Shades of Fuchsia #CC70B5
Tints of Fuchsia #CC70B5
RGB
CMYK
RGB Variations
Color information
#CC70B5 (or 0xCC70B5) is known color: Fuchsia. HEX triplet: CC, 70 and B5. RGB value is (204,112,181). Sum of RGB (Red+Green+Blue) = 204+112+181=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70B5 is #338F4A. Grayscale: #939393. Windows color (decimal): -3379019 or 11890892. OLE color: 11890892.
HSL color Cylindrical-coordinate representation of color #CC70B5: hue angle of 315º 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 #CC70B5 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 181 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.2 |
| HSL | 315º | 0.47% | 0.62% | - |
| HSV(B) | 315º | 0.45% | 0.8% | - |
| XYZ | 39.04 | 27.76 | 47.02 | - |
| YUV | 147.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 181 | 0 | 0.45 | 0.11 | 0.2 | 315 | 0.47 | 0.62 |
| Hex | CC | 70 | B5 | 0 | 2D | B | 14 | 13B | 2F | 3E |
| Octal | 314 | 160 | 265 | 0 | 55 | 13 | 24 | 473 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10110101 | 0 | 101101 | 1011 | 10100 | 100111011 | 101111 | 111110 |
Color Harmonies of #CC70B5
Complementary color
Monochromatic Colors of #CC70B5
Black with #CC70B5
Text Example
Text Example
White with #CC70B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70B5; }
p { color: rgb(204,112,181); }
H1.HeaderClassName
{
color: #CC70B5;
}
.AnyTagClassName
{
color: #CC70B5;
}
</style>
background-color css
<style>
a { background-color: #CC70B5; }
a { background-color: rgb(204,112,181); }
div.DivClassName
{
background-color: #CC70B5;
}
.BgClassName
{
background-color: #CC70B5;
}
</style>
border-color css
<style>
span { border-color: #CC70B5; }
span { border-color: rgb(204,112,181); }
td.TdClassName
{
border-color: #CC70B5;
}
.TagClassName
{
border-color: #CC70B5;
}
</style>