#CB4AC4

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

Shades of Fuchsia #CB4AC4

Tints of Fuchsia #CB4AC4

Color information

#CB4AC4 (or 0xCB4AC4) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and C4. RGB value is (203,74,196). Sum of RGB (Red+Green+Blue) = 203+74+196=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AC4 is #34B53B. Grayscale: #7E7E7E. Windows color (decimal): -3454268 or 12864203. OLE color: 12864203.

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

Color convert

RGB20374196-
CMYK00.640.030.20
HSL303.26º55.36%54.31%-
HSV(B)303.26º63.55%79.61%-
XYZ37.0421.5854.44-
YUV126.48167.24182.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 74 (29.30% from 255) = 15.64%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=42.92%
G=15.64%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037419600.640.030.20303.2655.3654.31
HexCB4AC404031412f3736
Octal31311230401003244576766
Binary11001011100101011000100010000001110100100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AC4; }

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

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

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

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

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

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

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

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