#CB58B4

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

Shades of Fuchsia #CB58B4

Tints of Fuchsia #CB58B4

Color information

#CB58B4 (or 0xCB58B4) is unknown color: approx Fuchsia. HEX triplet: CB, 58 and B4. RGB value is (203,88,180). Sum of RGB (Red+Green+Blue) = 203+88+180=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58B4 is #34A74B. Grayscale: #848484. Windows color (decimal): -3450700 or 11819211. OLE color: 11819211.

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

Color convert

RGB20388180-
CMYK00.570.110.20
HSL312º52.51%57.06%-
HSV(B)312º56.65%79.61%-
XYZ36.3622.9745.7-
YUV132.87154.6178.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 88 (34.77% from 255) = 18.68%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=43.10%
G=18.68%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038818000.570.110.2031252.5157.06
HexCB58B4039B141383539
Octal31313026407113244706571
Binary110010111011000101101000111001101110100100111000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB58B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB58B4; }

 p { color: rgb(203,88,180); }

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

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

 a { background-color: rgb(203,88,180); }

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

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

 span { border-color: rgb(203,88,180); }

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