#CB31B8

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

Shades of Fuchsia #CB31B8

Tints of Fuchsia #CB31B8

Color information

#CB31B8 (or 0xCB31B8) is unknown color: approx Fuchsia. HEX triplet: CB, 31 and B8. RGB value is (203,49,184). Sum of RGB (Red+Green+Blue) = 203+49+184=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31B8 is #34CE47. Grayscale: #6E6E6E. Windows color (decimal): -3460680 or 12071371. OLE color: 12071371.

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

Color convert

RGB20349184-
CMYK00.760.090.20
HSL307.4º61.11%49.41%-
HSV(B)307.4º75.86%79.61%-
XYZ34.3818.3547.08-
YUV110.44169.52194.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 49 (19.53% from 255) = 11.24%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=46.56%
G=11.24%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034918400.760.090.20307.461.1149.41
HexCB31B804C9141333d31
Octal31361270011411244637561
Binary110010111100011011100001001100100110100100110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB31B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB31B8; }

 p { color: rgb(203,49,184); }

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

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

 a { background-color: rgb(203,49,184); }

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

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

 span { border-color: rgb(203,49,184); }

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