Shades of Fuchsia #C467CC
Tints of Fuchsia #C467CC
RGB
CMYK
RGB Variations
Color information
#C467CC (or 0xC467CC) is known color: Fuchsia. HEX triplet: C4, 67 and CC. RGB value is (196,103,204). Sum of RGB (Red+Green+Blue) = 196+103+204=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C467CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467CC is #3B9833. Grayscale: #8E8E8E. Windows color (decimal): -3905588 or 13395908. OLE color: 13395908.
HSL color Cylindrical-coordinate representation of color #C467CC: hue angle of 295.25º 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 #C467CC is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 103 | 204 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.2 |
| HSL | 295.25º | 0.5% | 0.6% | - |
| HSV(B) | 295.25º | 0.5% | 0.8% | - |
| XYZ | 38.51 | 25.8 | 60.08 | - |
| YUV | 142.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 204 | 0.04 | 0.50 | 0 | 0.2 | 295.25 | 0.5 | 0.6 |
| Hex | C4 | 67 | CC | 4 | 32 | 0 | 14 | 127 | 32 | 3C |
| Octal | 304 | 147 | 314 | 4 | 62 | 0 | 24 | 447 | 62 | 74 |
| Binary | 11000100 | 1100111 | 11001100 | 100 | 110010 | 0 | 10100 | 100100111 | 110010 | 111100 |
Color Harmonies of #C467CC
Complementary color
Monochromatic Colors of #C467CC
Black with #C467CC
Text Example
Text Example
White with #C467CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467CC; }
p { color: rgb(196,103,204); }
H1.HeaderClassName
{
color: #C467CC;
}
.AnyTagClassName
{
color: #C467CC;
}
</style>
background-color css
<style>
a { background-color: #C467CC; }
a { background-color: rgb(196,103,204); }
div.DivClassName
{
background-color: #C467CC;
}
.BgClassName
{
background-color: #C467CC;
}
</style>
border-color css
<style>
span { border-color: #C467CC; }
span { border-color: rgb(196,103,204); }
td.TdClassName
{
border-color: #C467CC;
}
.TagClassName
{
border-color: #C467CC;
}
</style>