Shades of Fuchsia #C662CD
Tints of Fuchsia #C662CD
RGB
CMYK
RGB Variations
Color information
#C662CD (or 0xC662CD) is known color: Fuchsia. HEX triplet: C6, 62 and CD. RGB value is (198,98,205). Sum of RGB (Red+Green+Blue) = 198+98+205=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #C662CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662CD is #399D32. Grayscale: #8B8B8B. Windows color (decimal): -3775795 or 13460166. OLE color: 13460166.
HSL color Cylindrical-coordinate representation of color #C662CD: hue angle of 296.07º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C662CD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 98 | 205 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.20 |
| HSL | 296.07º | 0.52% | 0.59% | - |
| HSV(B) | 296.07º | 0.52% | 0.8% | - |
| XYZ | 38.68 | 25.15 | 60.57 | - |
| YUV | 140.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 205 | 0.03 | 0.52 | 0 | 0.20 | 296.07 | 0.52 | 0.59 |
| Hex | C6 | 62 | CD | 3 | 34 | 0 | 14 | 128 | 34 | 3B |
| Octal | 306 | 142 | 315 | 3 | 64 | 0 | 24 | 450 | 64 | 73 |
| Binary | 11000110 | 1100010 | 11001101 | 11 | 110100 | 0 | 10100 | 100101000 | 110100 | 111011 |
Color Harmonies of #C662CD
Complementary color
Monochromatic Colors of #C662CD
Black with #C662CD
Text Example
Text Example
White with #C662CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662CD; }
p { color: rgb(198,98,205); }
H1.HeaderClassName
{
color: #C662CD;
}
.AnyTagClassName
{
color: #C662CD;
}
</style>
background-color css
<style>
a { background-color: #C662CD; }
a { background-color: rgb(198,98,205); }
div.DivClassName
{
background-color: #C662CD;
}
.BgClassName
{
background-color: #C662CD;
}
</style>
border-color css
<style>
span { border-color: #C662CD; }
span { border-color: rgb(198,98,205); }
td.TdClassName
{
border-color: #C662CD;
}
.TagClassName
{
border-color: #C662CD;
}
</style>