#CB39B7

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

Shades of Fuchsia #CB39B7

Tints of Fuchsia #CB39B7

Color information

#CB39B7 (or 0xCB39B7) is unknown color: approx Fuchsia. HEX triplet: CB, 39 and B7. RGB value is (203,57,183). Sum of RGB (Red+Green+Blue) = 203+57+183=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB39B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39B7 is #34C648. Grayscale: #727272. Windows color (decimal): -3458633 or 12007883. OLE color: 12007883.

HSL color Cylindrical-coordinate representation of color #CB39B7: hue angle of 308.22º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB39B7 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20357183-
CMYK00.720.100.20
HSL308.22º58.4%50.98%-
HSV(B)308.22º71.92%79.61%-
XYZ34.6419.0446.65-
YUV115.02166.37190.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 57 (22.66% from 255) = 12.87%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=45.82%
G=12.87%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035718300.720.100.20308.2258.450.98
HexCB39B7048A141343a33
Octal31371267011012244647263
Binary110010111110011011011101001000101010100100110100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB39B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB39B7; }

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

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

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

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

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

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

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

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