Shades of Fuchsia #C652CA
Tints of Fuchsia #C652CA
RGB
CMYK
RGB Variations
Color information
#C652CA (or 0xC652CA) is known color: Fuchsia. HEX triplet: C6, 52 and CA. RGB value is (198,82,202). Sum of RGB (Red+Green+Blue) = 198+82+202=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C652CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652CA is #39AD35. Grayscale: #828282. Windows color (decimal): -3779894 or 13259462. OLE color: 13259462.
HSL color Cylindrical-coordinate representation of color #C652CA: hue angle of 298º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C652CA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 82 | 202 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.21 |
| HSL | 298º | 0.53% | 0.56% | - |
| HSV(B) | 298º | 0.59% | 0.79% | - |
| XYZ | 36.97 | 22.3 | 58.23 | - |
| YUV | 130.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 202 | 0.02 | 0.59 | 0 | 0.21 | 298 | 0.53 | 0.56 |
| Hex | C6 | 52 | CA | 2 | 3B | 0 | 15 | 12A | 35 | 38 |
| Octal | 306 | 122 | 312 | 2 | 73 | 0 | 25 | 452 | 65 | 70 |
| Binary | 11000110 | 1010010 | 11001010 | 10 | 111011 | 0 | 10101 | 100101010 | 110101 | 111000 |
Color Harmonies of #C652CA
Complementary color
Monochromatic Colors of #C652CA
Black with #C652CA
Text Example
Text Example
White with #C652CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652CA; }
p { color: rgb(198,82,202); }
H1.HeaderClassName
{
color: #C652CA;
}
.AnyTagClassName
{
color: #C652CA;
}
</style>
background-color css
<style>
a { background-color: #C652CA; }
a { background-color: rgb(198,82,202); }
div.DivClassName
{
background-color: #C652CA;
}
.BgClassName
{
background-color: #C652CA;
}
</style>
border-color css
<style>
span { border-color: #C652CA; }
span { border-color: rgb(198,82,202); }
td.TdClassName
{
border-color: #C652CA;
}
.TagClassName
{
border-color: #C652CA;
}
</style>