Shades of Fuchsia #CB67C2
Tints of Fuchsia #CB67C2
RGB
CMYK
RGB Variations
Color information
#CB67C2 (or 0xCB67C2) is known color: Fuchsia. HEX triplet: CB, 67 and C2. RGB value is (203,103,194). Sum of RGB (Red+Green+Blue) = 203+103+194=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67C2 is #34983D. Grayscale: #8F8F8F. Windows color (decimal): -3446846 or 12740555. OLE color: 12740555.
HSL color Cylindrical-coordinate representation of color #CB67C2: hue angle of 305.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 #CB67C2 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 194 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.20 |
| HSL | 305.4º | 0.49% | 0.6% | - |
| HSV(B) | 305.4º | 0.49% | 0.8% | - |
| XYZ | 39.22 | 26.29 | 54.05 | - |
| YUV | 143.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 194 | 0 | 0.49 | 0.04 | 0.20 | 305.4 | 0.49 | 0.6 |
| Hex | CB | 67 | C2 | 0 | 31 | 4 | 14 | 131 | 31 | 3C |
| Octal | 313 | 147 | 302 | 0 | 61 | 4 | 24 | 461 | 61 | 74 |
| Binary | 11001011 | 1100111 | 11000010 | 0 | 110001 | 100 | 10100 | 100110001 | 110001 | 111100 |
Color Harmonies of #CB67C2
Complementary color
Monochromatic Colors of #CB67C2
Black with #CB67C2
Text Example
Text Example
White with #CB67C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67C2; }
p { color: rgb(203,103,194); }
H1.HeaderClassName
{
color: #CB67C2;
}
.AnyTagClassName
{
color: #CB67C2;
}
</style>
background-color css
<style>
a { background-color: #CB67C2; }
a { background-color: rgb(203,103,194); }
div.DivClassName
{
background-color: #CB67C2;
}
.BgClassName
{
background-color: #CB67C2;
}
</style>
border-color css
<style>
span { border-color: #CB67C2; }
span { border-color: rgb(203,103,194); }
td.TdClassName
{
border-color: #CB67C2;
}
.TagClassName
{
border-color: #CB67C2;
}
</style>