#ca44be

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

Shades of Fuchsia #CA44BE

Tints of Fuchsia #CA44BE

Color information

#CA44BE (or 0xCA44BE) is unknown color: approx Fuchsia. HEX triplet: CA, 44 and BE. RGB value is (202,68,190). Sum of RGB (Red+Green+Blue) = 202+68+190=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44BE is #35BB41. Grayscale: #797979. Windows color (decimal): -3521346 or 12469450. OLE color: 12469450.

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

Color convert

RGB20268190-
CMYK00.660.060.21
HSL305.37º55.83%52.94%-
HSV(B)305.37º66.34%79.22%-
XYZ35.7220.4150.77-
YUV121.97166.39185.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 68 (26.95% from 255) = 14.78%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=43.91%
G=14.78%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026819000.660.060.21305.3755.8352.94
HexCA44BE0426151313835
Octal31210427601026254617065
Binary110010101000100101111100100001011010101100110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca44be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca44be; }

 p { color: rgb(202,68,190); }

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

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

 a { background-color: rgb(202,68,190); }

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

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

 span { border-color: rgb(202,68,190); }

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