Shades of Fuchsia #C370C4
Tints of Fuchsia #C370C4
RGB
CMYK
RGB Variations
Color information
#C370C4 (or 0xC370C4) is known color: Fuchsia. HEX triplet: C3, 70 and C4. RGB value is (195,112,196). Sum of RGB (Red+Green+Blue) = 195+112+196=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #C370C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370C4 is #3C8F3B. Grayscale: #929292. Windows color (decimal): -3968828 or 12873923. OLE color: 12873923.
HSL color Cylindrical-coordinate representation of color #C370C4: hue angle of 299.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C370C4 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 112 | 196 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.23 |
| HSL | 299.29º | 0.42% | 0.6% | - |
| HSV(B) | 299.29º | 0.43% | 0.77% | - |
| XYZ | 38.26 | 27.18 | 55.45 | - |
| YUV | 146.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 196 | 0.01 | 0.43 | 0 | 0.23 | 299.29 | 0.42 | 0.6 |
| Hex | C3 | 70 | C4 | 1 | 2B | 0 | 17 | 12B | 2A | 3C |
| Octal | 303 | 160 | 304 | 1 | 53 | 0 | 27 | 453 | 52 | 74 |
| Binary | 11000011 | 1110000 | 11000100 | 1 | 101011 | 0 | 10111 | 100101011 | 101010 | 111100 |
Color Harmonies of #C370C4
Complementary color
Monochromatic Colors of #C370C4
Black with #C370C4
Text Example
Text Example
White with #C370C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370C4; }
p { color: rgb(195,112,196); }
H1.HeaderClassName
{
color: #C370C4;
}
.AnyTagClassName
{
color: #C370C4;
}
</style>
background-color css
<style>
a { background-color: #C370C4; }
a { background-color: rgb(195,112,196); }
div.DivClassName
{
background-color: #C370C4;
}
.BgClassName
{
background-color: #C370C4;
}
</style>
border-color css
<style>
span { border-color: #C370C4; }
span { border-color: rgb(195,112,196); }
td.TdClassName
{
border-color: #C370C4;
}
.TagClassName
{
border-color: #C370C4;
}
</style>