#CB4AC1

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

Shades of Fuchsia #CB4AC1

Tints of Fuchsia #CB4AC1

Color information

#CB4AC1 (or 0xCB4AC1) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and C1. RGB value is (203,74,193). Sum of RGB (Red+Green+Blue) = 203+74+193=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AC1 is #34B53E. Grayscale: #7D7D7D. Windows color (decimal): -3454271 or 12667595. OLE color: 12667595.

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

Color convert

RGB20374193-
CMYK00.640.050.20
HSL304.65º55.36%54.31%-
HSV(B)304.65º63.55%79.61%-
XYZ36.721.4452.66-
YUV126.14165.74182.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 74 (29.30% from 255) = 15.74%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=43.19%
G=15.74%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037419300.640.050.20304.6555.3654.31
HexCB4AC10405141313736
Octal31311230101005244616766
Binary110010111001010110000010100000010110100100110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AC1; }

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

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

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

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

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

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

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

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