Shades of Fuchsia #C338B4
Tints of Fuchsia #C338B4
RGB
CMYK
RGB Variations
Color information
#C338B4 (or 0xC338B4) is known color: Fuchsia. HEX triplet: C3, 38 and B4. RGB value is (195,56,180). Sum of RGB (Red+Green+Blue) = 195+56+180=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C338B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338B4 is #3CC74B. Grayscale: #6F6F6F. Windows color (decimal): -3983180 or 11811011. OLE color: 11811011.
HSL color Cylindrical-coordinate representation of color #C338B4: hue angle of 306.47º 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 #C338B4 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 180 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.24 |
| HSL | 306.47º | 0.55% | 0.49% | - |
| HSV(B) | 306.47º | 0.71% | 0.76% | - |
| XYZ | 32.16 | 17.73 | 44.91 | - |
| YUV | 111.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 180 | 0 | 0.71 | 0.08 | 0.24 | 306.47 | 0.55 | 0.49 |
| Hex | C3 | 38 | B4 | 0 | 47 | 8 | 18 | 132 | 37 | 31 |
| Octal | 303 | 70 | 264 | 0 | 107 | 10 | 30 | 462 | 67 | 61 |
| Binary | 11000011 | 111000 | 10110100 | 0 | 1000111 | 1000 | 11000 | 100110010 | 110111 | 110001 |
Color Harmonies of #C338B4
Complementary color
Monochromatic Colors of #C338B4
Black with #C338B4
Text Example
Text Example
White with #C338B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338B4; }
p { color: rgb(195,56,180); }
H1.HeaderClassName
{
color: #C338B4;
}
.AnyTagClassName
{
color: #C338B4;
}
</style>
background-color css
<style>
a { background-color: #C338B4; }
a { background-color: rgb(195,56,180); }
div.DivClassName
{
background-color: #C338B4;
}
.BgClassName
{
background-color: #C338B4;
}
</style>
border-color css
<style>
span { border-color: #C338B4; }
span { border-color: rgb(195,56,180); }
td.TdClassName
{
border-color: #C338B4;
}
.TagClassName
{
border-color: #C338B4;
}
</style>