#CA4BB1

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

Shades of Fuchsia #CA4BB1

Tints of Fuchsia #CA4BB1

Color information

#CA4BB1 (or 0xCA4BB1) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and B1. RGB value is (202,75,177). Sum of RGB (Red+Green+Blue) = 202+75+177=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BB1 is #35B44E. Grayscale: #7C7C7C. Windows color (decimal): -3519567 or 11619274. OLE color: 11619274.

HSL color Cylindrical-coordinate representation of color #CA4BB1: hue angle of 311.81º 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 #CA4BB1 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20275177-
CMYK00.630.120.21
HSL311.81º54.51%54.31%-
HSV(B)311.81º62.87%79.22%-
XYZ34.8120.7643.77-
YUV124.6157.58183.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 75 (29.69% from 255) = 16.52%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=44.49%
G=16.52%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027517700.630.120.21311.8154.5154.31
HexCA4BB103FC151383736
Octal31211326107714254706766
Binary110010101001011101100010111111110010101100111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BB1; }

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

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

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

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

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

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

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

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