Shades of Fuchsia #CC67BC
Tints of Fuchsia #CC67BC
RGB
CMYK
RGB Variations
Color information
#CC67BC (or 0xCC67BC) is known color: Fuchsia. HEX triplet: CC, 67 and BC. RGB value is (204,103,188). Sum of RGB (Red+Green+Blue) = 204+103+188=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67BC is #339843. Grayscale: #8E8E8E. Windows color (decimal): -3381316 or 12347340. OLE color: 12347340.
HSL color Cylindrical-coordinate representation of color #CC67BC: hue angle of 309.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC67BC is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 188 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.2 |
| HSL | 309.5º | 0.5% | 0.6% | - |
| HSV(B) | 309.5º | 0.5% | 0.8% | - |
| XYZ | 38.83 | 26.17 | 50.58 | - |
| YUV | 142.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 188 | 0 | 0.50 | 0.08 | 0.2 | 309.5 | 0.5 | 0.6 |
| Hex | CC | 67 | BC | 0 | 32 | 8 | 14 | 136 | 32 | 3C |
| Octal | 314 | 147 | 274 | 0 | 62 | 10 | 24 | 466 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10111100 | 0 | 110010 | 1000 | 10100 | 100110110 | 110010 | 111100 |
Color Harmonies of #CC67BC
Complementary color
Monochromatic Colors of #CC67BC
Black with #CC67BC
Text Example
Text Example
White with #CC67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67BC; }
p { color: rgb(204,103,188); }
H1.HeaderClassName
{
color: #CC67BC;
}
.AnyTagClassName
{
color: #CC67BC;
}
</style>
background-color css
<style>
a { background-color: #CC67BC; }
a { background-color: rgb(204,103,188); }
div.DivClassName
{
background-color: #CC67BC;
}
.BgClassName
{
background-color: #CC67BC;
}
</style>
border-color css
<style>
span { border-color: #CC67BC; }
span { border-color: rgb(204,103,188); }
td.TdClassName
{
border-color: #CC67BC;
}
.TagClassName
{
border-color: #CC67BC;
}
</style>