Shades of Fuchsia #C65CCB
Tints of Fuchsia #C65CCB
RGB
CMYK
RGB Variations
Color information
#C65CCB (or 0xC65CCB) is known color: Fuchsia. HEX triplet: C6, 5C and CB. RGB value is (198,92,203). Sum of RGB (Red+Green+Blue) = 198+92+203=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #C65CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CCB is #39A334. Grayscale: #888888. Windows color (decimal): -3777333 or 13327558. OLE color: 13327558.
HSL color Cylindrical-coordinate representation of color #C65CCB: hue angle of 297.3º 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 #C65CCB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 92 | 203 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.20 |
| HSL | 297.3º | 0.52% | 0.58% | - |
| HSV(B) | 297.3º | 0.55% | 0.8% | - |
| XYZ | 37.9 | 23.97 | 59.13 | - |
| YUV | 136.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 203 | 0.02 | 0.55 | 0 | 0.20 | 297.3 | 0.52 | 0.58 |
| Hex | C6 | 5C | CB | 2 | 37 | 0 | 14 | 129 | 34 | 3A |
| Octal | 306 | 134 | 313 | 2 | 67 | 0 | 24 | 451 | 64 | 72 |
| Binary | 11000110 | 1011100 | 11001011 | 10 | 110111 | 0 | 10100 | 100101001 | 110100 | 111010 |
Color Harmonies of #C65CCB
Complementary color
Monochromatic Colors of #C65CCB
Black with #C65CCB
Text Example
Text Example
White with #C65CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CCB; }
p { color: rgb(198,92,203); }
H1.HeaderClassName
{
color: #C65CCB;
}
.AnyTagClassName
{
color: #C65CCB;
}
</style>
background-color css
<style>
a { background-color: #C65CCB; }
a { background-color: rgb(198,92,203); }
div.DivClassName
{
background-color: #C65CCB;
}
.BgClassName
{
background-color: #C65CCB;
}
</style>
border-color css
<style>
span { border-color: #C65CCB; }
span { border-color: rgb(198,92,203); }
td.TdClassName
{
border-color: #C65CCB;
}
.TagClassName
{
border-color: #C65CCB;
}
</style>