Shades of Fuchsia #C65FB3
Tints of Fuchsia #C65FB3
RGB
CMYK
RGB Variations
Color information
#C65FB3 (or 0xC65FB3) is known color: Fuchsia. HEX triplet: C6, 5F and B3. RGB value is (198,95,179). Sum of RGB (Red+Green+Blue) = 198+95+179=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FB3 is #39A04C. Grayscale: #878787. Windows color (decimal): -3776589 or 11755462. OLE color: 11755462.
HSL color Cylindrical-coordinate representation of color #C65FB3: hue angle of 311.07º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FB3 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 179 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.22 |
| HSL | 311.07º | 0.47% | 0.57% | - |
| HSV(B) | 311.07º | 0.52% | 0.78% | - |
| XYZ | 35.52 | 23.44 | 45.3 | - |
| YUV | 135.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 179 | 0 | 0.52 | 0.10 | 0.22 | 311.07 | 0.47 | 0.57 |
| Hex | C6 | 5F | B3 | 0 | 34 | A | 16 | 137 | 2F | 39 |
| Octal | 306 | 137 | 263 | 0 | 64 | 12 | 26 | 467 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10110011 | 0 | 110100 | 1010 | 10110 | 100110111 | 101111 | 111001 |
Color Harmonies of #C65FB3
Complementary color
Monochromatic Colors of #C65FB3
Black with #C65FB3
Text Example
Text Example
White with #C65FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FB3; }
p { color: rgb(198,95,179); }
H1.HeaderClassName
{
color: #C65FB3;
}
.AnyTagClassName
{
color: #C65FB3;
}
</style>
background-color css
<style>
a { background-color: #C65FB3; }
a { background-color: rgb(198,95,179); }
div.DivClassName
{
background-color: #C65FB3;
}
.BgClassName
{
background-color: #C65FB3;
}
</style>
border-color css
<style>
span { border-color: #C65FB3; }
span { border-color: rgb(198,95,179); }
td.TdClassName
{
border-color: #C65FB3;
}
.TagClassName
{
border-color: #C65FB3;
}
</style>