#CA4BBD

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

Shades of Fuchsia #CA4BBD

Tints of Fuchsia #CA4BBD

Color information

#CA4BBD (or 0xCA4BBD) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and BD. RGB value is (202,75,189). Sum of RGB (Red+Green+Blue) = 202+75+189=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BBD is #35B442. Grayscale: #7D7D7D. Windows color (decimal): -3519555 or 12405706. OLE color: 12405706.

HSL color Cylindrical-coordinate representation of color #CA4BBD: hue angle of 306.14º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BBD is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB20275189-
CMYK00.630.060.21
HSL306.14º54.51%54.31%-
HSV(B)306.14º62.87%79.22%-
XYZ36.0621.2650.35-
YUV125.97163.58182.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 75 (29.69% from 255) = 16.09%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=43.35%
G=16.09%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027518900.630.060.21306.1454.5154.31
HexCA4BBD03F6151323736
Octal3121132750776254626766
Binary11001010100101110111101011111111010101100110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BBD; }

 p { color: rgb(202,75,189); }

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

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

 a { background-color: rgb(202,75,189); }

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

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

 span { border-color: rgb(202,75,189); }

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