Shades of Fuchsia #C765CA
Tints of Fuchsia #C765CA
RGB
CMYK
RGB Variations
Color information
#C765CA (or 0xC765CA) is known color: Fuchsia. HEX triplet: C7, 65 and CA. RGB value is (199,101,202). Sum of RGB (Red+Green+Blue) = 199+101+202=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C765CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765CA is #389A35. Grayscale: #8D8D8D. Windows color (decimal): -3709494 or 13264327. OLE color: 13264327.
HSL color Cylindrical-coordinate representation of color #C765CA: hue angle of 298.22º 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 #C765CA is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 101 | 202 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.21 |
| HSL | 298.22º | 0.49% | 0.59% | - |
| HSV(B) | 298.22º | 0.5% | 0.79% | - |
| XYZ | 38.87 | 25.71 | 58.79 | - |
| YUV | 141.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 202 | 0.01 | 0.50 | 0 | 0.21 | 298.22 | 0.49 | 0.59 |
| Hex | C7 | 65 | CA | 1 | 32 | 0 | 15 | 12A | 31 | 3B |
| Octal | 307 | 145 | 312 | 1 | 62 | 0 | 25 | 452 | 61 | 73 |
| Binary | 11000111 | 1100101 | 11001010 | 1 | 110010 | 0 | 10101 | 100101010 | 110001 | 111011 |
Color Harmonies of #C765CA
Complementary color
Monochromatic Colors of #C765CA
Black with #C765CA
Text Example
Text Example
White with #C765CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765CA; }
p { color: rgb(199,101,202); }
H1.HeaderClassName
{
color: #C765CA;
}
.AnyTagClassName
{
color: #C765CA;
}
</style>
background-color css
<style>
a { background-color: #C765CA; }
a { background-color: rgb(199,101,202); }
div.DivClassName
{
background-color: #C765CA;
}
.BgClassName
{
background-color: #C765CA;
}
</style>
border-color css
<style>
span { border-color: #C765CA; }
span { border-color: rgb(199,101,202); }
td.TdClassName
{
border-color: #C765CA;
}
.TagClassName
{
border-color: #C765CA;
}
</style>