Shades of Fuchsia #CC69B2
Tints of Fuchsia #CC69B2
RGB
CMYK
RGB Variations
Color information
#CC69B2 (or 0xCC69B2) is known color: Fuchsia. HEX triplet: CC, 69 and B2. RGB value is (204,105,178). Sum of RGB (Red+Green+Blue) = 204+105+178=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC69B2 is #33964D. Grayscale: #8E8E8E. Windows color (decimal): -3380814 or 11692492. OLE color: 11692492.
HSL color Cylindrical-coordinate representation of color #CC69B2: hue angle of 315.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC69B2 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 178 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.2 |
| HSL | 315.76º | 0.49% | 0.61% | - |
| HSV(B) | 315.76º | 0.49% | 0.8% | - |
| XYZ | 37.99 | 26.15 | 45.17 | - |
| YUV | 142.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 178 | 0 | 0.49 | 0.13 | 0.2 | 315.76 | 0.49 | 0.61 |
| Hex | CC | 69 | B2 | 0 | 31 | D | 14 | 13C | 31 | 3D |
| Octal | 314 | 151 | 262 | 0 | 61 | 15 | 24 | 474 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10110010 | 0 | 110001 | 1101 | 10100 | 100111100 | 110001 | 111101 |
Color Harmonies of #CC69B2
Complementary color
Monochromatic Colors of #CC69B2
Black with #CC69B2
Text Example
Text Example
White with #CC69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69B2; }
p { color: rgb(204,105,178); }
H1.HeaderClassName
{
color: #CC69B2;
}
.AnyTagClassName
{
color: #CC69B2;
}
</style>
background-color css
<style>
a { background-color: #CC69B2; }
a { background-color: rgb(204,105,178); }
div.DivClassName
{
background-color: #CC69B2;
}
.BgClassName
{
background-color: #CC69B2;
}
</style>
border-color css
<style>
span { border-color: #CC69B2; }
span { border-color: rgb(204,105,178); }
td.TdClassName
{
border-color: #CC69B2;
}
.TagClassName
{
border-color: #CC69B2;
}
</style>