#CB6EB3

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

Shades of Fuchsia #CB6EB3

Tints of Fuchsia #CB6EB3

Color information

#CB6EB3 (or 0xCB6EB3) is unknown color: approx Fuchsia. HEX triplet: CB, 6E and B3. RGB value is (203,110,179). Sum of RGB (Red+Green+Blue) = 203+110+179=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EB3 is #34914C. Grayscale: #919191. Windows color (decimal): -3445069 or 11759307. OLE color: 11759307.

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

Color convert

RGB203110179-
CMYK00.460.120.20
HSL315.48º47.21%61.37%-
HSV(B)315.48º45.81%79.61%-
XYZ38.3427.145.86-
YUV145.67146.81168.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 110 (43.36% from 255) = 22.36%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=41.26%
G=22.36%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311017900.460.120.20315.4847.2161.37
HexCB6EB302EC1413b2f3d
Octal31315626305614244735775
Binary110010111101110101100110101110110010100100111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6EB3; }

 p { color: rgb(203,110,179); }

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

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

 a { background-color: rgb(203,110,179); }

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

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

 span { border-color: rgb(203,110,179); }

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