Shades of Fuchsia #C64CCB
Tints of Fuchsia #C64CCB
RGB
CMYK
RGB Variations
Color information
#C64CCB (or 0xC64CCB) is known color: Fuchsia. HEX triplet: C6, 4C and CB. RGB value is (198,76,203). Sum of RGB (Red+Green+Blue) = 198+76+203=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #C64CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CCB is #39B334. Grayscale: #7E7E7E. Windows color (decimal): -3781429 or 13323462. OLE color: 13323462.
HSL color Cylindrical-coordinate representation of color #C64CCB: hue angle of 297.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64CCB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 76 | 203 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.20 |
| HSL | 297.64º | 0.55% | 0.55% | - |
| HSV(B) | 297.64º | 0.63% | 0.8% | - |
| XYZ | 36.65 | 21.49 | 58.72 | - |
| YUV | 126.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 203 | 0.02 | 0.63 | 0 | 0.20 | 297.64 | 0.55 | 0.55 |
| Hex | C6 | 4C | CB | 2 | 3F | 0 | 14 | 12A | 37 | 37 |
| Octal | 306 | 114 | 313 | 2 | 77 | 0 | 24 | 452 | 67 | 67 |
| Binary | 11000110 | 1001100 | 11001011 | 10 | 111111 | 0 | 10100 | 100101010 | 110111 | 110111 |
Color Harmonies of #C64CCB
Complementary color
Monochromatic Colors of #C64CCB
Black with #C64CCB
Text Example
Text Example
White with #C64CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CCB; }
p { color: rgb(198,76,203); }
H1.HeaderClassName
{
color: #C64CCB;
}
.AnyTagClassName
{
color: #C64CCB;
}
</style>
background-color css
<style>
a { background-color: #C64CCB; }
a { background-color: rgb(198,76,203); }
div.DivClassName
{
background-color: #C64CCB;
}
.BgClassName
{
background-color: #C64CCB;
}
</style>
border-color css
<style>
span { border-color: #C64CCB; }
span { border-color: rgb(198,76,203); }
td.TdClassName
{
border-color: #C64CCB;
}
.TagClassName
{
border-color: #C64CCB;
}
</style>