Shades of Fuchsia #C338B2
Tints of Fuchsia #C338B2
RGB
CMYK
RGB Variations
Color information
#C338B2 (or 0xC338B2) is known color: Fuchsia. HEX triplet: C3, 38 and B2. RGB value is (195,56,178). Sum of RGB (Red+Green+Blue) = 195+56+178=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C338B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338B2 is #3CC74D. Grayscale: #6F6F6F. Windows color (decimal): -3983182 or 11679939. OLE color: 11679939.
HSL color Cylindrical-coordinate representation of color #C338B2: hue angle of 307.34º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C338B2 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 178 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.24 |
| HSL | 307.34º | 0.55% | 0.49% | - |
| HSV(B) | 307.34º | 0.71% | 0.76% | - |
| XYZ | 31.96 | 17.64 | 43.84 | - |
| YUV | 111.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 178 | 0 | 0.71 | 0.09 | 0.24 | 307.34 | 0.55 | 0.49 |
| Hex | C3 | 38 | B2 | 0 | 47 | 9 | 18 | 133 | 37 | 31 |
| Octal | 303 | 70 | 262 | 0 | 107 | 11 | 30 | 463 | 67 | 61 |
| Binary | 11000011 | 111000 | 10110010 | 0 | 1000111 | 1001 | 11000 | 100110011 | 110111 | 110001 |
Color Harmonies of #C338B2
Complementary color
Monochromatic Colors of #C338B2
Black with #C338B2
Text Example
Text Example
White with #C338B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338B2; }
p { color: rgb(195,56,178); }
H1.HeaderClassName
{
color: #C338B2;
}
.AnyTagClassName
{
color: #C338B2;
}
</style>
background-color css
<style>
a { background-color: #C338B2; }
a { background-color: rgb(195,56,178); }
div.DivClassName
{
background-color: #C338B2;
}
.BgClassName
{
background-color: #C338B2;
}
</style>
border-color css
<style>
span { border-color: #C338B2; }
span { border-color: rgb(195,56,178); }
td.TdClassName
{
border-color: #C338B2;
}
.TagClassName
{
border-color: #C338B2;
}
</style>