Shades of Fuchsia #CB67B3
Tints of Fuchsia #CB67B3
RGB
CMYK
RGB Variations
Color information
#CB67B3 (or 0xCB67B3) is known color: Fuchsia. HEX triplet: CB, 67 and B3. RGB value is (203,103,179). Sum of RGB (Red+Green+Blue) = 203+103+179=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67B3 is #34984C. Grayscale: #8D8D8D. Windows color (decimal): -3446861 or 11757515. OLE color: 11757515.
HSL color Cylindrical-coordinate representation of color #CB67B3: hue angle of 314.4º 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 #CB67B3 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 179 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.20 |
| HSL | 314.4º | 0.49% | 0.6% | - |
| HSV(B) | 314.4º | 0.49% | 0.8% | - |
| XYZ | 37.62 | 25.65 | 45.62 | - |
| YUV | 141.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 179 | 0 | 0.49 | 0.12 | 0.20 | 314.4 | 0.49 | 0.6 |
| Hex | CB | 67 | B3 | 0 | 31 | C | 14 | 13A | 31 | 3C |
| Octal | 313 | 147 | 263 | 0 | 61 | 14 | 24 | 472 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10110011 | 0 | 110001 | 1100 | 10100 | 100111010 | 110001 | 111100 |
Color Harmonies of #CB67B3
Complementary color
Monochromatic Colors of #CB67B3
Black with #CB67B3
Text Example
Text Example
White with #CB67B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67B3; }
p { color: rgb(203,103,179); }
H1.HeaderClassName
{
color: #CB67B3;
}
.AnyTagClassName
{
color: #CB67B3;
}
</style>
background-color css
<style>
a { background-color: #CB67B3; }
a { background-color: rgb(203,103,179); }
div.DivClassName
{
background-color: #CB67B3;
}
.BgClassName
{
background-color: #CB67B3;
}
</style>
border-color css
<style>
span { border-color: #CB67B3; }
span { border-color: rgb(203,103,179); }
td.TdClassName
{
border-color: #CB67B3;
}
.TagClassName
{
border-color: #CB67B3;
}
</style>