#CB31B7

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

Shades of Fuchsia #CB31B7

Tints of Fuchsia #CB31B7

Color information

#CB31B7 (or 0xCB31B7) is unknown color: approx Fuchsia. HEX triplet: CB, 31 and B7. RGB value is (203,49,183). Sum of RGB (Red+Green+Blue) = 203+49+183=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31B7 is #34CE48. Grayscale: #6D6D6D. Windows color (decimal): -3460681 or 12005835. OLE color: 12005835.

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

Color convert

RGB20349183-
CMYK00.760.100.20
HSL307.79º61.11%49.41%-
HSV(B)307.79º75.86%79.61%-
XYZ34.2718.3146.53-
YUV110.32169.02194.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 49 (19.53% from 255) = 11.26%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=46.67%
G=11.26%
B=42.07%

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
Decimal2034918300.760.100.20307.7961.1149.41
HexCB31B704CA141343d31
Octal31361267011412244647561
Binary110010111100011011011101001100101010100100110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB31B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB31B7; }

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

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

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

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

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

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

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

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