Shades of Fuchsia #CB69C2
Tints of Fuchsia #CB69C2
RGB
CMYK
RGB Variations
Color information
#CB69C2 (or 0xCB69C2) is known color: Fuchsia. HEX triplet: CB, 69 and C2. RGB value is (203,105,194). Sum of RGB (Red+Green+Blue) = 203+105+194=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69C2 is #34963D. Grayscale: #909090. Windows color (decimal): -3446334 or 12741067. OLE color: 12741067.
HSL color Cylindrical-coordinate representation of color #CB69C2: hue angle of 305.51º 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 #CB69C2 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 194 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.20 |
| HSL | 305.51º | 0.49% | 0.6% | - |
| HSV(B) | 305.51º | 0.48% | 0.8% | - |
| XYZ | 39.42 | 26.69 | 54.11 | - |
| YUV | 144.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 194 | 0 | 0.48 | 0.04 | 0.20 | 305.51 | 0.49 | 0.6 |
| Hex | CB | 69 | C2 | 0 | 30 | 4 | 14 | 132 | 31 | 3C |
| Octal | 313 | 151 | 302 | 0 | 60 | 4 | 24 | 462 | 61 | 74 |
| Binary | 11001011 | 1101001 | 11000010 | 0 | 110000 | 100 | 10100 | 100110010 | 110001 | 111100 |
Color Harmonies of #CB69C2
Complementary color
Monochromatic Colors of #CB69C2
Black with #CB69C2
Text Example
Text Example
White with #CB69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69C2; }
p { color: rgb(203,105,194); }
H1.HeaderClassName
{
color: #CB69C2;
}
.AnyTagClassName
{
color: #CB69C2;
}
</style>
background-color css
<style>
a { background-color: #CB69C2; }
a { background-color: rgb(203,105,194); }
div.DivClassName
{
background-color: #CB69C2;
}
.BgClassName
{
background-color: #CB69C2;
}
</style>
border-color css
<style>
span { border-color: #CB69C2; }
span { border-color: rgb(203,105,194); }
td.TdClassName
{
border-color: #CB69C2;
}
.TagClassName
{
border-color: #CB69C2;
}
</style>