#CB31B6

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

Shades of Fuchsia #CB31B6

Tints of Fuchsia #CB31B6

Color information

#CB31B6 (or 0xCB31B6) is unknown color: approx Fuchsia. HEX triplet: CB, 31 and B6. RGB value is (203,49,182). Sum of RGB (Red+Green+Blue) = 203+49+182=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31B6 is #34CE49. Grayscale: #6D6D6D. Windows color (decimal): -3460682 or 11940299. OLE color: 11940299.

HSL color Cylindrical-coordinate representation of color #CB31B6: hue angle of 308.18º 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 #CB31B6 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20349182-
CMYK00.760.100.20
HSL308.18º61.11%49.41%-
HSV(B)308.18º75.86%79.61%-
XYZ34.1718.2745.98-
YUV110.21168.52194.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 49 (19.53% from 255) = 11.29%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=46.77%
G=11.29%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034918200.760.100.20308.1861.1149.41
HexCB31B604CA141343d31
Octal31361266011412244647561
Binary110010111100011011011001001100101010100100110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB31B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB31B6; }

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

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

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

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

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

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

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

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