Shades of Fuchsia #CC67B3
Tints of Fuchsia #CC67B3
RGB
CMYK
RGB Variations
Color information
#CC67B3 (or 0xCC67B3) is known color: Fuchsia. HEX triplet: CC, 67 and B3. RGB value is (204,103,179). Sum of RGB (Red+Green+Blue) = 204+103+179=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67B3 is #33984C. Grayscale: #8D8D8D. Windows color (decimal): -3381325 or 11757516. OLE color: 11757516.
HSL color Cylindrical-coordinate representation of color #CC67B3: hue angle of 314.85º 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 #CC67B3 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 179 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.2 |
| HSL | 314.85º | 0.5% | 0.6% | - |
| HSV(B) | 314.85º | 0.5% | 0.8% | - |
| XYZ | 37.89 | 25.79 | 45.63 | - |
| YUV | 141.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 179 | 0 | 0.50 | 0.12 | 0.2 | 314.85 | 0.5 | 0.6 |
| Hex | CC | 67 | B3 | 0 | 32 | C | 14 | 13B | 32 | 3C |
| Octal | 314 | 147 | 263 | 0 | 62 | 14 | 24 | 473 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10110011 | 0 | 110010 | 1100 | 10100 | 100111011 | 110010 | 111100 |
Color Harmonies of #CC67B3
Complementary color
Monochromatic Colors of #CC67B3
Black with #CC67B3
Text Example
Text Example
White with #CC67B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67B3; }
p { color: rgb(204,103,179); }
H1.HeaderClassName
{
color: #CC67B3;
}
.AnyTagClassName
{
color: #CC67B3;
}
</style>
background-color css
<style>
a { background-color: #CC67B3; }
a { background-color: rgb(204,103,179); }
div.DivClassName
{
background-color: #CC67B3;
}
.BgClassName
{
background-color: #CC67B3;
}
</style>
border-color css
<style>
span { border-color: #CC67B3; }
span { border-color: rgb(204,103,179); }
td.TdClassName
{
border-color: #CC67B3;
}
.TagClassName
{
border-color: #CC67B3;
}
</style>