Shades of Fuchsia #CB3CCF
Tints of Fuchsia #CB3CCF
RGB
CMYK
RGB Variations
Color information
#CB3CCF (or 0xCB3CCF) is known color: Fuchsia. HEX triplet: CB, 3C and CF. RGB value is (203,60,207). Sum of RGB (Red+Green+Blue) = 203+60+207=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB3CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CCF is #34C330. Grayscale: #777777. Windows color (decimal): -3457841 or 13581515. OLE color: 13581515.
HSL color Cylindrical-coordinate representation of color #CB3CCF: hue angle of 298.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3CCF is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 60 | 207 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.19 |
| HSL | 298.37º | 0.6% | 0.52% | - |
| HSV(B) | 298.37º | 0.71% | 0.81% | - |
| XYZ | 37.51 | 20.43 | 61 | - |
| YUV | 119.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 207 | 0.02 | 0.71 | 0 | 0.19 | 298.37 | 0.6 | 0.52 |
| Hex | CB | 3C | CF | 2 | 47 | 0 | 13 | 12A | 3C | 34 |
| Octal | 313 | 74 | 317 | 2 | 107 | 0 | 23 | 452 | 74 | 64 |
| Binary | 11001011 | 111100 | 11001111 | 10 | 1000111 | 0 | 10011 | 100101010 | 111100 | 110100 |
Color Harmonies of #CB3CCF
Complementary color
Monochromatic Colors of #CB3CCF
Black with #CB3CCF
Text Example
Text Example
White with #CB3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CCF; }
p { color: rgb(203,60,207); }
H1.HeaderClassName
{
color: #CB3CCF;
}
.AnyTagClassName
{
color: #CB3CCF;
}
</style>
background-color css
<style>
a { background-color: #CB3CCF; }
a { background-color: rgb(203,60,207); }
div.DivClassName
{
background-color: #CB3CCF;
}
.BgClassName
{
background-color: #CB3CCF;
}
</style>
border-color css
<style>
span { border-color: #CB3CCF; }
span { border-color: rgb(203,60,207); }
td.TdClassName
{
border-color: #CB3CCF;
}
.TagClassName
{
border-color: #CB3CCF;
}
</style>