Shades of Fuchsia #CB69B2
Tints of Fuchsia #CB69B2
RGB
CMYK
RGB Variations
Color information
#CB69B2 (or 0xCB69B2) is known color: Fuchsia. HEX triplet: CB, 69 and B2. RGB value is (203,105,178). Sum of RGB (Red+Green+Blue) = 203+105+178=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB69B2 is #34964D. Grayscale: #8E8E8E. Windows color (decimal): -3446350 or 11692491. OLE color: 11692491.
HSL color Cylindrical-coordinate representation of color #CB69B2: hue angle of 315.31º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB69B2 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 178 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.20 |
| HSL | 315.31º | 0.49% | 0.6% | - |
| HSV(B) | 315.31º | 0.48% | 0.8% | - |
| XYZ | 37.72 | 26.01 | 45.15 | - |
| YUV | 142.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 178 | 0 | 0.48 | 0.12 | 0.20 | 315.31 | 0.49 | 0.6 |
| Hex | CB | 69 | B2 | 0 | 30 | C | 14 | 13B | 31 | 3C |
| Octal | 313 | 151 | 262 | 0 | 60 | 14 | 24 | 473 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10110010 | 0 | 110000 | 1100 | 10100 | 100111011 | 110001 | 111100 |
Color Harmonies of #CB69B2
Complementary color
Monochromatic Colors of #CB69B2
Black with #CB69B2
Text Example
Text Example
White with #CB69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69B2; }
p { color: rgb(203,105,178); }
H1.HeaderClassName
{
color: #CB69B2;
}
.AnyTagClassName
{
color: #CB69B2;
}
</style>
background-color css
<style>
a { background-color: #CB69B2; }
a { background-color: rgb(203,105,178); }
div.DivClassName
{
background-color: #CB69B2;
}
.BgClassName
{
background-color: #CB69B2;
}
</style>
border-color css
<style>
span { border-color: #CB69B2; }
span { border-color: rgb(203,105,178); }
td.TdClassName
{
border-color: #CB69B2;
}
.TagClassName
{
border-color: #CB69B2;
}
</style>