#CB4AC6

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

Shades of Fuchsia #CB4AC6

Tints of Fuchsia #CB4AC6

Color information

#CB4AC6 (or 0xCB4AC6) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and C6. RGB value is (203,74,198). Sum of RGB (Red+Green+Blue) = 203+74+198=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AC6 is #34B539. Grayscale: #7E7E7E. Windows color (decimal): -3454266 or 12995275. OLE color: 12995275.

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

Color convert

RGB20374198-
CMYK00.640.020.20
HSL302.33º55.36%54.31%-
HSV(B)302.33º63.55%79.61%-
XYZ37.2721.6755.64-
YUV126.71168.24182.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 74 (29.30% from 255) = 15.58%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=42.74%
G=15.58%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037419800.640.020.20302.3355.3654.31
HexCB4AC604021412e3736
Octal31311230601002244566766
Binary11001011100101011000110010000001010100100101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AC6; }

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

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

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

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

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

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

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

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