#CB4AB4

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

Shades of Fuchsia #CB4AB4

Tints of Fuchsia #CB4AB4

Color information

#CB4AB4 (or 0xCB4AB4) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and B4. RGB value is (203,74,180). Sum of RGB (Red+Green+Blue) = 203+74+180=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AB4 is #34B54B. Grayscale: #7C7C7C. Windows color (decimal): -3454284 or 11815627. OLE color: 11815627.

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

Color convert

RGB20374180-
CMYK00.640.110.20
HSL310.7º55.36%54.31%-
HSV(B)310.7º63.55%79.61%-
XYZ35.3220.8945.35-
YUV124.65159.24183.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=44.42%
G=16.19%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037418000.640.110.20310.755.3654.31
HexCB4AB4040B141373736
Octal313112264010013244676766
Binary1100101110010101011010001000000101110100100110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AB4; }

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

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

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

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

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

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

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

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