Shades of Fuchsia #CB60C2
Tints of Fuchsia #CB60C2
RGB
CMYK
RGB Variations
Color information
#CB60C2 (or 0xCB60C2) is known color: Fuchsia. HEX triplet: CB, 60 and C2. RGB value is (203,96,194). Sum of RGB (Red+Green+Blue) = 203+96+194=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60C2 is #349F3D. Grayscale: #8A8A8A. Windows color (decimal): -3448638 or 12738763. OLE color: 12738763.
HSL color Cylindrical-coordinate representation of color #CB60C2: hue angle of 305.05º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB60C2 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 194 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.20 |
| HSL | 305.05º | 0.51% | 0.59% | - |
| HSV(B) | 305.05º | 0.53% | 0.8% | - |
| XYZ | 38.55 | 24.96 | 53.82 | - |
| YUV | 139.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 194 | 0 | 0.53 | 0.04 | 0.20 | 305.05 | 0.51 | 0.59 |
| Hex | CB | 60 | C2 | 0 | 35 | 4 | 14 | 131 | 33 | 3B |
| Octal | 313 | 140 | 302 | 0 | 65 | 4 | 24 | 461 | 63 | 73 |
| Binary | 11001011 | 1100000 | 11000010 | 0 | 110101 | 100 | 10100 | 100110001 | 110011 | 111011 |
Color Harmonies of #CB60C2
Complementary color
Monochromatic Colors of #CB60C2
Black with #CB60C2
Text Example
Text Example
White with #CB60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60C2; }
p { color: rgb(203,96,194); }
H1.HeaderClassName
{
color: #CB60C2;
}
.AnyTagClassName
{
color: #CB60C2;
}
</style>
background-color css
<style>
a { background-color: #CB60C2; }
a { background-color: rgb(203,96,194); }
div.DivClassName
{
background-color: #CB60C2;
}
.BgClassName
{
background-color: #CB60C2;
}
</style>
border-color css
<style>
span { border-color: #CB60C2; }
span { border-color: rgb(203,96,194); }
td.TdClassName
{
border-color: #CB60C2;
}
.TagClassName
{
border-color: #CB60C2;
}
</style>