Shades of Fuchsia #C258C4
Tints of Fuchsia #C258C4
RGB
CMYK
RGB Variations
Color information
#C258C4 (or 0xC258C4) is known color: Fuchsia. HEX triplet: C2, 58 and C4. RGB value is (194,88,196). Sum of RGB (Red+Green+Blue) = 194+88+196=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #C258C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258C4 is #3DA73B. Grayscale: #838383. Windows color (decimal): -4040508 or 12867778. OLE color: 12867778.
HSL color Cylindrical-coordinate representation of color #C258C4: hue angle of 298.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C258C4 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 88 | 196 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.23 |
| HSL | 298.89º | 0.48% | 0.56% | - |
| HSV(B) | 298.89º | 0.55% | 0.77% | - |
| XYZ | 35.7 | 22.43 | 54.67 | - |
| YUV | 132.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 196 | 0.01 | 0.55 | 0 | 0.23 | 298.89 | 0.48 | 0.56 |
| Hex | C2 | 58 | C4 | 1 | 37 | 0 | 17 | 12B | 30 | 38 |
| Octal | 302 | 130 | 304 | 1 | 67 | 0 | 27 | 453 | 60 | 70 |
| Binary | 11000010 | 1011000 | 11000100 | 1 | 110111 | 0 | 10111 | 100101011 | 110000 | 111000 |
Color Harmonies of #C258C4
Complementary color
Monochromatic Colors of #C258C4
Black with #C258C4
Text Example
Text Example
White with #C258C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258C4; }
p { color: rgb(194,88,196); }
H1.HeaderClassName
{
color: #C258C4;
}
.AnyTagClassName
{
color: #C258C4;
}
</style>
background-color css
<style>
a { background-color: #C258C4; }
a { background-color: rgb(194,88,196); }
div.DivClassName
{
background-color: #C258C4;
}
.BgClassName
{
background-color: #C258C4;
}
</style>
border-color css
<style>
span { border-color: #C258C4; }
span { border-color: rgb(194,88,196); }
td.TdClassName
{
border-color: #C258C4;
}
.TagClassName
{
border-color: #C258C4;
}
</style>