Shades of Fuchsia #C067B8
Tints of Fuchsia #C067B8
RGB
CMYK
RGB Variations
Color information
#C067B8 (or 0xC067B8) is known color: Fuchsia. HEX triplet: C0, 67 and B8. RGB value is (192,103,184). Sum of RGB (Red+Green+Blue) = 192+103+184=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067B8 is #3F9847. Grayscale: #8A8A8A. Windows color (decimal): -4167752 or 12085184. OLE color: 12085184.
HSL color Cylindrical-coordinate representation of color #C067B8: hue angle of 305.39º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067B8 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 184 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.25 |
| HSL | 305.39º | 0.41% | 0.58% | - |
| HSV(B) | 305.39º | 0.46% | 0.75% | - |
| XYZ | 35.24 | 24.37 | 48.19 | - |
| YUV | 138.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 184 | 0 | 0.46 | 0.04 | 0.25 | 305.39 | 0.41 | 0.58 |
| Hex | C0 | 67 | B8 | 0 | 2E | 4 | 19 | 131 | 29 | 3A |
| Octal | 300 | 147 | 270 | 0 | 56 | 4 | 31 | 461 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10111000 | 0 | 101110 | 100 | 11001 | 100110001 | 101001 | 111010 |
Color Harmonies of #C067B8
Complementary color
Monochromatic Colors of #C067B8
Black with #C067B8
Text Example
Text Example
White with #C067B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067B8; }
p { color: rgb(192,103,184); }
H1.HeaderClassName
{
color: #C067B8;
}
.AnyTagClassName
{
color: #C067B8;
}
</style>
background-color css
<style>
a { background-color: #C067B8; }
a { background-color: rgb(192,103,184); }
div.DivClassName
{
background-color: #C067B8;
}
.BgClassName
{
background-color: #C067B8;
}
</style>
border-color css
<style>
span { border-color: #C067B8; }
span { border-color: rgb(192,103,184); }
td.TdClassName
{
border-color: #C067B8;
}
.TagClassName
{
border-color: #C067B8;
}
</style>