#CB55CE

Color #CB55CE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB55CE

Tints of Fuchsia #CB55CE

Color information

#CB55CE (or 0xCB55CE) is unknown color: approx Fuchsia. HEX triplet: CB, 55 and CE. RGB value is (203,85,206). Sum of RGB (Red+Green+Blue) = 203+85+206=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55CE is #34AA31. Grayscale: #858585. Windows color (decimal): -3451442 or 13522379. OLE color: 13522379.

HSL color Cylindrical-coordinate representation of color #CB55CE: hue angle of 298.51º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB55CE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20385206-
CMYK0.010.5900.19
HSL298.51º55.25%57.06%-
HSV(B)298.51º58.74%80.78%-
XYZ39.0223.6560.9-
YUV134.08168.59177.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 85 (33.59% from 255) = 17.21%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=41.09%
G=17.21%
B=41.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203852060.010.5900.19298.5155.2557.06
HexCB55CE13B01312b3739
Octal3131253161730234536771
Binary110010111010101110011101111011010011100101011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB55CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB55CE; }

 p { color: rgb(203,85,206); }

 H1.HeaderClassName
 {
   color: #CB55CE;
 }
 .AnyTagClassName
 {
   color: #CB55CE;
 }
</style>
background-color css

<style>
 a { background-color: #CB55CE; }

 a { background-color: rgb(203,85,206); }

 div.DivClassName
 {
   background-color: #CB55CE;
 }
 .BgClassName
 {
   background-color: #CB55CE;
 }
</style>
border-color css

<style>
 span { border-color: #CB55CE; }

 span { border-color: rgb(203,85,206); }

 td.TdClassName
 {
   border-color: #CB55CE;
 }
 .TagClassName
 {
   border-color: #CB55CE;
 }
</style>