#CB6FB2

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

Shades of Fuchsia #CB6FB2

Tints of Fuchsia #CB6FB2

Color information

#CB6FB2 (or 0xCB6FB2) is unknown color: approx Fuchsia. HEX triplet: CB, 6F and B2. RGB value is (203,111,178). Sum of RGB (Red+Green+Blue) = 203+111+178=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6FB2 is #34904D. Grayscale: #919191. Windows color (decimal): -3444814 or 11694027. OLE color: 11694027.

HSL color Cylindrical-coordinate representation of color #CB6FB2: hue angle of 316.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6FB2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203111178-
CMYK00.450.120.20
HSL316.3º46.94%61.57%-
HSV(B)316.3º45.32%79.61%-
XYZ38.3527.2845.36-
YUV146.15145.98168.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=41.26%
G=22.56%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311117800.450.120.20316.346.9461.57
HexCB6FB202DC1413c2f3e
Octal31315726205514244745776
Binary110010111101111101100100101101110010100100111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FB2; }

 p { color: rgb(203,111,178); }

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

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

 a { background-color: rgb(203,111,178); }

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

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

 span { border-color: rgb(203,111,178); }

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