#CA4BB7

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

Shades of Fuchsia #CA4BB7

Tints of Fuchsia #CA4BB7

Color information

#CA4BB7 (or 0xCA4BB7) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and B7. RGB value is (202,75,183). Sum of RGB (Red+Green+Blue) = 202+75+183=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BB7 is #35B448. Grayscale: #7C7C7C. Windows color (decimal): -3519561 or 12012490. OLE color: 12012490.

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

Color convert

RGB20275183-
CMYK00.630.090.21
HSL308.98º54.51%54.31%-
HSV(B)308.98º62.87%79.22%-
XYZ35.4221.0146.99-
YUV125.28160.58182.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 183 (71.88% from 255) = 39.78%
R=43.91%
G=16.30%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027518300.630.090.21308.9854.5154.31
HexCA4BB703F9151353736
Octal31211326707711254656766
Binary110010101001011101101110111111100110101100110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BB7; }

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

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

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

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

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

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

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

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