Shades of Fuchsia #C35CCB
Tints of Fuchsia #C35CCB
RGB
CMYK
RGB Variations
Color information
#C35CCB (or 0xC35CCB) is known color: Fuchsia. HEX triplet: C3, 5C and CB. RGB value is (195,92,203). Sum of RGB (Red+Green+Blue) = 195+92+203=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #C35CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CCB is #3CA334. Grayscale: #878787. Windows color (decimal): -3973941 or 13327555. OLE color: 13327555.
HSL color Cylindrical-coordinate representation of color #C35CCB: hue angle of 295.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35CCB is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 92 | 203 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.20 |
| HSL | 295.68º | 0.52% | 0.58% | - |
| HSV(B) | 295.68º | 0.55% | 0.8% | - |
| XYZ | 37.11 | 23.57 | 59.09 | - |
| YUV | 135.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 203 | 0.04 | 0.55 | 0 | 0.20 | 295.68 | 0.52 | 0.58 |
| Hex | C3 | 5C | CB | 4 | 37 | 0 | 14 | 128 | 34 | 3A |
| Octal | 303 | 134 | 313 | 4 | 67 | 0 | 24 | 450 | 64 | 72 |
| Binary | 11000011 | 1011100 | 11001011 | 100 | 110111 | 0 | 10100 | 100101000 | 110100 | 111010 |
Color Harmonies of #C35CCB
Complementary color
Monochromatic Colors of #C35CCB
Black with #C35CCB
Text Example
Text Example
White with #C35CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CCB; }
p { color: rgb(195,92,203); }
H1.HeaderClassName
{
color: #C35CCB;
}
.AnyTagClassName
{
color: #C35CCB;
}
</style>
background-color css
<style>
a { background-color: #C35CCB; }
a { background-color: rgb(195,92,203); }
div.DivClassName
{
background-color: #C35CCB;
}
.BgClassName
{
background-color: #C35CCB;
}
</style>
border-color css
<style>
span { border-color: #C35CCB; }
span { border-color: rgb(195,92,203); }
td.TdClassName
{
border-color: #C35CCB;
}
.TagClassName
{
border-color: #C35CCB;
}
</style>