Shades of Fuchsia #C067C3
Tints of Fuchsia #C067C3
RGB
CMYK
RGB Variations
Color information
#C067C3 (or 0xC067C3) is known color: Fuchsia. HEX triplet: C0, 67 and C3. RGB value is (192,103,195). Sum of RGB (Red+Green+Blue) = 192+103+195=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #C067C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067C3 is #3F983C. Grayscale: #8B8B8B. Windows color (decimal): -4167741 or 12806080. OLE color: 12806080.
HSL color Cylindrical-coordinate representation of color #C067C3: hue angle of 298.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C067C3 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 103 | 195 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.24 |
| HSL | 298.04º | 0.43% | 0.58% | - |
| HSV(B) | 298.04º | 0.47% | 0.76% | - |
| XYZ | 36.44 | 24.85 | 54.51 | - |
| YUV | 140.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 195 | 0.02 | 0.47 | 0 | 0.24 | 298.04 | 0.43 | 0.58 |
| Hex | C0 | 67 | C3 | 2 | 2F | 0 | 18 | 12A | 2B | 3A |
| Octal | 300 | 147 | 303 | 2 | 57 | 0 | 30 | 452 | 53 | 72 |
| Binary | 11000000 | 1100111 | 11000011 | 10 | 101111 | 0 | 11000 | 100101010 | 101011 | 111010 |
Color Harmonies of #C067C3
Complementary color
Monochromatic Colors of #C067C3
Black with #C067C3
Text Example
Text Example
White with #C067C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067C3; }
p { color: rgb(192,103,195); }
H1.HeaderClassName
{
color: #C067C3;
}
.AnyTagClassName
{
color: #C067C3;
}
</style>
background-color css
<style>
a { background-color: #C067C3; }
a { background-color: rgb(192,103,195); }
div.DivClassName
{
background-color: #C067C3;
}
.BgClassName
{
background-color: #C067C3;
}
</style>
border-color css
<style>
span { border-color: #C067C3; }
span { border-color: rgb(192,103,195); }
td.TdClassName
{
border-color: #C067C3;
}
.TagClassName
{
border-color: #C067C3;
}
</style>