#CA43BE

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

Shades of Fuchsia #CA43BE

Tints of Fuchsia #CA43BE

Color information

#CA43BE (or 0xCA43BE) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and BE. RGB value is (202,67,190). Sum of RGB (Red+Green+Blue) = 202+67+190=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43BE is #35BC41. Grayscale: #797979. Windows color (decimal): -3521602 or 12469194. OLE color: 12469194.

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

Color convert

RGB20267190-
CMYK00.670.060.21
HSL305.33º56.02%52.75%-
HSV(B)305.33º66.83%79.22%-
XYZ35.6620.2950.75-
YUV121.39166.73185.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 67 (26.56% from 255) = 14.60%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=44.01%
G=14.60%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026719000.670.060.21305.3356.0252.75
HexCA43BE0436151313835
Octal31210327601036254617065
Binary110010101000011101111100100001111010101100110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43BE; }

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

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

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

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

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

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

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

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