Shades of Fuchsia #C25DC3
Tints of Fuchsia #C25DC3
RGB
CMYK
RGB Variations
Color information
#C25DC3 (or 0xC25DC3) is known color: Fuchsia. HEX triplet: C2, 5D and C3. RGB value is (194,93,195). Sum of RGB (Red+Green+Blue) = 194+93+195=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #C25DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DC3 is #3DA23C. Grayscale: #868686. Windows color (decimal): -4039229 or 12803522. OLE color: 12803522.
HSL color Cylindrical-coordinate representation of color #C25DC3: hue angle of 299.41º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25DC3 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 195 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.24 |
| HSL | 299.41º | 0.46% | 0.56% | - |
| HSV(B) | 299.41º | 0.52% | 0.76% | - |
| XYZ | 36.01 | 23.24 | 54.22 | - |
| YUV | 134.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 195 | 0.01 | 0.52 | 0 | 0.24 | 299.41 | 0.46 | 0.56 |
| Hex | C2 | 5D | C3 | 1 | 34 | 0 | 18 | 12B | 2E | 38 |
| Octal | 302 | 135 | 303 | 1 | 64 | 0 | 30 | 453 | 56 | 70 |
| Binary | 11000010 | 1011101 | 11000011 | 1 | 110100 | 0 | 11000 | 100101011 | 101110 | 111000 |
Color Harmonies of #C25DC3
Complementary color
Monochromatic Colors of #C25DC3
Black with #C25DC3
Text Example
Text Example
White with #C25DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DC3; }
p { color: rgb(194,93,195); }
H1.HeaderClassName
{
color: #C25DC3;
}
.AnyTagClassName
{
color: #C25DC3;
}
</style>
background-color css
<style>
a { background-color: #C25DC3; }
a { background-color: rgb(194,93,195); }
div.DivClassName
{
background-color: #C25DC3;
}
.BgClassName
{
background-color: #C25DC3;
}
</style>
border-color css
<style>
span { border-color: #C25DC3; }
span { border-color: rgb(194,93,195); }
td.TdClassName
{
border-color: #C25DC3;
}
.TagClassName
{
border-color: #C25DC3;
}
</style>