Shades of Fuchsia #C665CA
Tints of Fuchsia #C665CA
RGB
CMYK
RGB Variations
Color information
#C665CA (or 0xC665CA) is known color: Fuchsia. HEX triplet: C6, 65 and CA. RGB value is (198,101,202). Sum of RGB (Red+Green+Blue) = 198+101+202=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #C665CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665CA is #399A35. Grayscale: #8D8D8D. Windows color (decimal): -3775030 or 13264326. OLE color: 13264326.
HSL color Cylindrical-coordinate representation of color #C665CA: hue angle of 297.62º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C665CA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 101 | 202 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.21 |
| HSL | 297.62º | 0.49% | 0.59% | - |
| HSV(B) | 297.62º | 0.5% | 0.79% | - |
| XYZ | 38.6 | 25.58 | 58.78 | - |
| YUV | 141.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 202 | 0.02 | 0.50 | 0 | 0.21 | 297.62 | 0.49 | 0.59 |
| Hex | C6 | 65 | CA | 2 | 32 | 0 | 15 | 12A | 31 | 3B |
| Octal | 306 | 145 | 312 | 2 | 62 | 0 | 25 | 452 | 61 | 73 |
| Binary | 11000110 | 1100101 | 11001010 | 10 | 110010 | 0 | 10101 | 100101010 | 110001 | 111011 |
Color Harmonies of #C665CA
Complementary color
Monochromatic Colors of #C665CA
Black with #C665CA
Text Example
Text Example
White with #C665CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665CA; }
p { color: rgb(198,101,202); }
H1.HeaderClassName
{
color: #C665CA;
}
.AnyTagClassName
{
color: #C665CA;
}
</style>
background-color css
<style>
a { background-color: #C665CA; }
a { background-color: rgb(198,101,202); }
div.DivClassName
{
background-color: #C665CA;
}
.BgClassName
{
background-color: #C665CA;
}
</style>
border-color css
<style>
span { border-color: #C665CA; }
span { border-color: rgb(198,101,202); }
td.TdClassName
{
border-color: #C665CA;
}
.TagClassName
{
border-color: #C665CA;
}
</style>