Shades of Fuchsia #CB68B6
Tints of Fuchsia #CB68B6
RGB
CMYK
RGB Variations
Color information
#CB68B6 (or 0xCB68B6) is known color: Fuchsia. HEX triplet: CB, 68 and B6. RGB value is (203,104,182). Sum of RGB (Red+Green+Blue) = 203+104+182=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68B6 is #349749. Grayscale: #8E8E8E. Windows color (decimal): -3446602 or 11954379. OLE color: 11954379.
HSL color Cylindrical-coordinate representation of color #CB68B6: hue angle of 312.73º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB68B6 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 182 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.20 |
| HSL | 312.73º | 0.49% | 0.6% | - |
| HSV(B) | 312.73º | 0.49% | 0.8% | - |
| XYZ | 38.02 | 25.97 | 47.27 | - |
| YUV | 142.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 182 | 0 | 0.49 | 0.10 | 0.20 | 312.73 | 0.49 | 0.6 |
| Hex | CB | 68 | B6 | 0 | 31 | A | 14 | 139 | 31 | 3C |
| Octal | 313 | 150 | 266 | 0 | 61 | 12 | 24 | 471 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10110110 | 0 | 110001 | 1010 | 10100 | 100111001 | 110001 | 111100 |
Color Harmonies of #CB68B6
Complementary color
Monochromatic Colors of #CB68B6
Black with #CB68B6
Text Example
Text Example
White with #CB68B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68B6; }
p { color: rgb(203,104,182); }
H1.HeaderClassName
{
color: #CB68B6;
}
.AnyTagClassName
{
color: #CB68B6;
}
</style>
background-color css
<style>
a { background-color: #CB68B6; }
a { background-color: rgb(203,104,182); }
div.DivClassName
{
background-color: #CB68B6;
}
.BgClassName
{
background-color: #CB68B6;
}
</style>
border-color css
<style>
span { border-color: #CB68B6; }
span { border-color: rgb(203,104,182); }
td.TdClassName
{
border-color: #CB68B6;
}
.TagClassName
{
border-color: #CB68B6;
}
</style>