#CB4AAC

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

Shades of Fuchsia #CB4AAC

Tints of Fuchsia #CB4AAC

Color information

#CB4AAC (or 0xCB4AAC) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and AC. RGB value is (203,74,172). Sum of RGB (Red+Green+Blue) = 203+74+172=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4AAC is #34B553. Grayscale: #7B7B7B. Windows color (decimal): -3454292 or 11291339. OLE color: 11291339.

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

Color convert

RGB20374172-
CMYK00.640.150.20
HSL314.42º55.36%54.31%-
HSV(B)314.42º63.55%79.61%-
XYZ34.5220.5741.18-
YUV123.74155.24184.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=45.21%
G=16.48%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037417200.640.150.20314.4255.3654.31
HexCB4AAC040F1413a3736
Octal313112254010017244726766
Binary1100101110010101010110001000000111110100100111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AAC; }

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

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

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

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

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

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

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

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