#CB43B2

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

Shades of Fuchsia #CB43B2

Tints of Fuchsia #CB43B2

Color information

#CB43B2 (or 0xCB43B2) is unknown color: approx Fuchsia. HEX triplet: CB, 43 and B2. RGB value is (203,67,178). Sum of RGB (Red+Green+Blue) = 203+67+178=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB43B2 is #34BC4D. Grayscale: #787878. Windows color (decimal): -3456078 or 11682763. OLE color: 11682763.

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

Color convert

RGB20367178-
CMYK00.670.120.20
HSL311.03º56.67%52.94%-
HSV(B)311.03º67%79.61%-
XYZ34.6719.9344.14-
YUV120.32160.56186.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 67 (26.56% from 255) = 14.96%
BLUE value IS 178 (69.92% from 255) = 39.73%
R=45.31%
G=14.96%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036717800.670.120.20311.0356.6752.94
HexCB43B2043C141373935
Octal313103262010314244677165
Binary1100101110000111011001001000011110010100100110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB43B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB43B2; }

 p { color: rgb(203,67,178); }

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

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

 a { background-color: rgb(203,67,178); }

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

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

 span { border-color: rgb(203,67,178); }

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