Shades of Fuchsia #C368B2
Tints of Fuchsia #C368B2
RGB
CMYK
RGB Variations
Color information
#C368B2 (or 0xC368B2) is known color: Fuchsia. HEX triplet: C3, 68 and B2. RGB value is (195,104,178). Sum of RGB (Red+Green+Blue) = 195+104+178=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C368B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368B2 is #3C974D. Grayscale: #8B8B8B. Windows color (decimal): -3970894 or 11692227. OLE color: 11692227.
HSL color Cylindrical-coordinate representation of color #C368B2: hue angle of 311.21º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368B2 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 178 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.24 |
| HSL | 311.21º | 0.43% | 0.59% | - |
| HSV(B) | 311.21º | 0.47% | 0.76% | - |
| XYZ | 35.49 | 24.72 | 45.02 | - |
| YUV | 139.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 178 | 0 | 0.47 | 0.09 | 0.24 | 311.21 | 0.43 | 0.59 |
| Hex | C3 | 68 | B2 | 0 | 2F | 9 | 18 | 137 | 2B | 3B |
| Octal | 303 | 150 | 262 | 0 | 57 | 11 | 30 | 467 | 53 | 73 |
| Binary | 11000011 | 1101000 | 10110010 | 0 | 101111 | 1001 | 11000 | 100110111 | 101011 | 111011 |
Color Harmonies of #C368B2
Complementary color
Monochromatic Colors of #C368B2
Black with #C368B2
Text Example
Text Example
White with #C368B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368B2; }
p { color: rgb(195,104,178); }
H1.HeaderClassName
{
color: #C368B2;
}
.AnyTagClassName
{
color: #C368B2;
}
</style>
background-color css
<style>
a { background-color: #C368B2; }
a { background-color: rgb(195,104,178); }
div.DivClassName
{
background-color: #C368B2;
}
.BgClassName
{
background-color: #C368B2;
}
</style>
border-color css
<style>
span { border-color: #C368B2; }
span { border-color: rgb(195,104,178); }
td.TdClassName
{
border-color: #C368B2;
}
.TagClassName
{
border-color: #C368B2;
}
</style>