Shades of Fuchsia #CC69BD
Tints of Fuchsia #CC69BD
RGB
CMYK
RGB Variations
Color information
#CC69BD (or 0xCC69BD) is known color: Fuchsia. HEX triplet: CC, 69 and BD. RGB value is (204,105,189). Sum of RGB (Red+Green+Blue) = 204+105+189=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69BD is #339642. Grayscale: #8F8F8F. Windows color (decimal): -3380803 or 12413388. OLE color: 12413388.
HSL color Cylindrical-coordinate representation of color #CC69BD: hue angle of 309.09º 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 #CC69BD is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 189 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.2 |
| HSL | 309.09º | 0.49% | 0.61% | - |
| HSV(B) | 309.09º | 0.49% | 0.8% | - |
| XYZ | 39.14 | 26.61 | 51.22 | - |
| YUV | 144.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 189 | 0 | 0.49 | 0.07 | 0.2 | 309.09 | 0.49 | 0.61 |
| Hex | CC | 69 | BD | 0 | 31 | 7 | 14 | 135 | 31 | 3D |
| Octal | 314 | 151 | 275 | 0 | 61 | 7 | 24 | 465 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10111101 | 0 | 110001 | 111 | 10100 | 100110101 | 110001 | 111101 |
Color Harmonies of #CC69BD
Complementary color
Monochromatic Colors of #CC69BD
Black with #CC69BD
Text Example
Text Example
White with #CC69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69BD; }
p { color: rgb(204,105,189); }
H1.HeaderClassName
{
color: #CC69BD;
}
.AnyTagClassName
{
color: #CC69BD;
}
</style>
background-color css
<style>
a { background-color: #CC69BD; }
a { background-color: rgb(204,105,189); }
div.DivClassName
{
background-color: #CC69BD;
}
.BgClassName
{
background-color: #CC69BD;
}
</style>
border-color css
<style>
span { border-color: #CC69BD; }
span { border-color: rgb(204,105,189); }
td.TdClassName
{
border-color: #CC69BD;
}
.TagClassName
{
border-color: #CC69BD;
}
</style>